How to Stop Search Engines Indexing Your GHL Funnel Pages
Updated February 19, 2025
Leaving pages publicly crawlable that you never intended to rank — such as thank-you pages, checkout steps, or client portals — can dilute your site's SEO authority and expose private content. Using GoHighLevel's custom tag settings, you'll add noindex meta tags that block Google and other crawlers from indexing any specific website or funnel page.
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”>
Keep learning