Skip to main content

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

N
Written by Noah Abramowitz
Updated over 3 months ago


​

To prevent most search engine web crawlers from indexing a page:

Name: robots

Content: noindex

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

HTML

To prevent only Google web crawlers from indexing a page:

Name: googlebot

Content: noindex

<meta name="googlebot" content="noindex">
Did this answer your question?