Partially deindexing page content to remove footprints

Joined
Dec 11, 2018
Messages
245
Likes
308
Degree
1
I just found out about the Googleon / Googleoff tags that allow you to specify which content on the page shouldn't be included in Google's index.

The main use case for this is simple - I can exclude my Amazon Associates disclaimer from showing up on google. I really don't want my site showing up in results for %kw% + "is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program".

Does anyone use this? Any other tricks you can recommend?

Here's how it works:

Code:
<p>This is normal (X)HTML content that will be indexed by Google.</p>

<!--googleoff: index-->

https://example.net is a participant in the Amazon Services LLC Associates Program...

<!--googleon: index>
 
Back