To prevent your paginated tumblr content from being indexed by search engines, add the following to your tumblr’s HTML:
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
/* Add the following to the <head> section (go to Settings -> Edit Theme -> Edit HTML */ | |
{block:Pagination} | |
{block:PreviousPage} | |
<meta name="robots" content="noindex,follow" /> | |
{/block:PreviousPage} | |
{/block:Pagination} |