A 404 error indicates that a page requested by a user or a search engine cannot be found on the server. To address such errors for your CMS Collection Pages in Webflow without creating a layout or using redirects, follow these steps:
1. Check Page Settings
- Ensure all CMS Collection Pages are set to live and not excluded from the sitemap.
- Check visibility settings by going to the page settings and making sure the "Disable Page Indexing" option is turned off.
2. Manage CMS Collection Pages
- Review and update all CMS fields to ensure that they are filled correctly, especially if a field is crucial for the page's existence.
- Make sure each page has its required elements like a photo, name, and external links, as missing elements may incorrectly signal that the page should not exist.
3. Update and Verify the Sitemap
- Re-publish the website to ensure the sitemap.xml is updated with all existing CMS Collection Pages.
- Submit the sitemap again via Google Search Console to reinforce the page indexation.
4. Monitor Google Search Console
- Check the excluded pages report to see which URLs might be generating the 404 errors.
- Use the URL Inspection Tool to check individual pages and ensure Google can access them correctly.
5. Use 410 Status for Deleted Pages
- For truly deleted pages, consider delivering a 410 status instead of 404. Adjust server settings if possible to signal that the page is gone intentionally.
Summary
To avoid 404 errors for CMS Collection Pages in Webflow, ensure pages are correctly set to live, manage CMS fields properly, update the sitemap, and monitor Google Search Console for errors. Use 410 status for permanently deleted pages instead of redirects.