Is it possible to fine-tune directives to google to such an extent that it will ignore part of a page, yet still index the rest?
There are a couple of different issues we've come across which would be helped by this, such as:
- rss feed/news ticker-type text on a page displaying content from an external source
- users entering contact phone etc details who want them visible on the site but would rather they not be google-able
I'm aware that both of the above can be addressed via other techniques (such as writing the content with javascript), but am wondering if anyone knows if there's a cleaner option already available from google?
I've been doing some digging on this and came across mentions of googleon
and googleoff
tags, but these seem to be exclusive to google search appliances.
Does anyone know if there's a similar set of tags to which GoogleBot will adhere?
Edit
Just to clarify, I don't want to go down the dangerous route of cloaking/serving up different content to google, which is why I'm looking to see if there's a "legit" way of achieving what I'd like to do here.