Go Live overview
Check for and remove any problematic meta refresh tags
Meta refresh tags can be problematic if misused. They automatically redirect users after a set time, which search engines can consider manipulative. This could lead to penalties and a poor user experience
How to do it on Webflow?
- Review source code: Check your site’s HTML for meta refresh tags using <meta http-equiv="refresh" ...>.
- Remove or Replace: If found, remove them or replace them with standard 301 redirects if a redirect is necessary.