View Categories

Disabling Search Engines from Indexing your Website/Funnel Page using Custom Tag

< 1 min read

AI Doc Summarizer Doc Summary

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

Content: noindex

<meta name="googlebot" content="noindex">

Leave a Reply

Your email address will not be published. Required fields are marked *