Is there a way to make search bots ignore certain text? [closed]
There is a simple way to tell google to not index parts of your documents, that is using googleon and googleoff: <p>This is normal (X)HTML content that will be indexed by Google.</p> <!–googleoff: index–> <p>This (X)HTML content will NOT be indexed by Google.</p> <!–googleon: index–> In this example, the second paragraph will not be indexed … Read more