Hiding a "thank you" page from being indexed by Google in Webflow is achievable through specific settings. Here's how:
1. Modify Page Settings
- Go to the Page Settings: Navigate to your Webflow dashboard and open the page you want to hide from search engines.
- Disable Indexing: In the settings panel, find the option to "Exclude this page from site search results" and check this box.
- Save Your Changes: Click the Save button to ensure your settings are applied.
2. Update SEO Settings
- Robots Meta Tag: Insert a robots meta tag with
noindex in the SEO settings of the page to tell Google not to index the page. - Custom Code: Open the Custom Code section for the page and add
<meta name="robots" content="noindex">.
3. Modify Sitemap Settings
- Access Sitemap Settings: In the project settings, go to the SEO tab.
- Exclude the Page: Manually remove the "thank you" page from your Webflow sitemap to further ensure it’s not indexed.
4. Publish Your Site
- Ensure to publish your site after making these changes so that they are live and effective.
Summary
To hide a "thank you" page from Google in Webflow, disable indexing in the page settings, use a noindex meta tag, exclude it from your sitemap, and publish your changes.