Forum Moderators: Robert Charlton & goodroi
In our checkout section we set a cookie on the client’s browser.
I have a <div id="setthecookietemplate"></div> tag on all of my pages
Also at the bottom of every page I’ve got a little script
<script language="javascript">Firecookie();</script>
With an external .js file
What this is supposed to do is help our repeat customers see their previous or outstanding sales. It does actually change the page layout, it displays a slightly different left hand border but only if the cookie is present.
This isn’t cloaking as far as I’m aware but do you think this could cause issues in Google.
Vimes.