To resolve the "page with redirect" error and eliminate alternative versions of your homepage URL in Google Search Console for your Webflow website, follow these steps:
Ensure that all unnecessary URL variations (e.g., www
vs. non-www
, http
vs. https
) redirect correctly to your preferred domain:
www.example.com
and example.com
).Ensure your homepage includes the correct canonical tag to indicate the preferred version:
<link rel="canonical" href="https://yourpreferredurl.com">
).Once you’ve corrected the redirects and canonical tags:
/sitemap.xml
) refer to the correct homepage URL.To fix the "page with redirect" issue in Google Search Console, set a primary domain in Webflow, check your canonical URL, ensure 301 redirects are properly configured, and resubmit the URL to Google. This prevents duplicate homepage versions from being indexed.