Skip to content

Instantly share code, notes, and snippets.

@andreibabor
Created March 22, 2018 10:58
Show Gist options
  • Save andreibabor/bfa6dbf512904ec3f64797bd0defe37c to your computer and use it in GitHub Desktop.
Save andreibabor/bfa6dbf512904ec3f64797bd0defe37c to your computer and use it in GitHub Desktop.
Tell Google to Not Index Certain Parts of Your Page
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment