< 1 min read
To prevent most search engine web crawlers from indexing a page:
Name: robots
Content: noindex
<meta name="robots" content="noindex">
To prevent only Google web crawlers from indexing a page:
Name: googlebot
<meta name="googlebot" content="noindex">
Powered by BetterDocs
Your email address will not be published. Required fields are marked *
Comment *
Name*
Email*
Website
Save my name, email, and website in this browser for the next time I comment.