<meta name="robots" content="noindex, nofollow"> in the Custom Code section, save, and publish.To prevent search engines from crawling a page in Webflow, you need to add meta tags with the directives "noindex" and "nofollow". Here’s how you can do that and whether you should apply it to specific types of pages:
<meta name="robots" content="noindex, nofollow">
To prevent search engines from indexing specific pages in Webflow, add the noindex, nofollow meta tags to the page's custom code section. This is particularly useful for empty collection pages and the 404 page to ensure they aren't indexed by search engines.