<html>
..
<body>
<!--googleoff: all-->
#Exclude header and menu content on top
<!--googleon: all-->
#Main page content to be indexed
<!--googleoff: all-->
#Exclude content in footer
<!--googleon: all-->
</body>
</html>
Google's documentation only gives example of usage with pairs of
googleoff/on tags and they always open with googleoff and close with
googleon so the above would seem to be the way to exclude top and
bottom, but include the main page content. Would there be any issues
if we didn't use the final googleon given that there is no content
after it?
Rob
Yes, that's correct.
> Would there be any issues if we didn't use the final googleon given
> that there is no content after it?
It should work, but I've never tried it. I'd stick with the approach
outlined above.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
Brian
Right now, we are not indexing right or left navigation but would like to grab the URL's to add to the index? If we let it go, it will grab the right/left nav and put it in the snippet/summary. Can we use the googleoff:snippet googleon:snippet without too much issue or should we use the googleoff:all googleon:all?