Created
March 22, 2018 10:58
-
-
Save andreibabor/bfa6dbf512904ec3f64797bd0defe37c to your computer and use it in GitHub Desktop.
Tell Google to Not Index Certain Parts of Your Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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