Forum Moderators: martinibuster
Is is cloaking if you deliver the same page of information, but in a different order, like moving the site navigation from the left border to the bottom, when Googlebot comes to visit?
That is people would see a page with site navigation on the left, but known bots would see the site navigation after the main body of the page.
All information and presentation would otherwise be unchanged.
The reason for this is that many of my pages indexed by Google have the site navigation links in the description.
Thanks
Barry.
Then when you use absolute positioning for the div with AdSense inside "main", it should position itself inside of "main", which should resolve your problem with the Google cache.
If you adopt a CSS layout then the site can look the same, and have the text before the menu in the code permanently. I learned earlier this week (on this forum) that what you want to do is called Source Ordered Content (SOC), and is apparently a common technique. So I've changed my old tables for a CSS layout that orders the content as you want to, and looks the same as my old layout did. Seems to load faster, and works on all the browser / resolutions combinations I can make here.