فارسی SourCherry
SourCherry Help Centre
HomeFunnels and Websites (110)

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


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">