How can I restrict search engine crawling with Funnelish Pages?
1 Like
Add this inside Funnel > Settings > Custom Codes:
<meta name="robots" content="noindex">
Make sure it’s added to “HEAD” not BODY. And disable “Lazy loading” for that code.
2 Likes