Page uses meta refresh redirect: what it is, why it matters, and how to fix it
This page uses a <meta http-equiv="refresh"> tag to redirect users to another URL. Meta refresh redirects are slower than server-side redirects and may not pass full link equity.
Where this fits: crawlability in SEO
Why page uses meta refresh redirect hurts your rankings
Google treats meta refresh redirects with a delay of 0 as 301 redirects, but longer delays may be treated as soft redirects that do not pass full ranking signals. Meta refreshes also create a poor user experience with a visible flash of content before redirection. Server-side 301 redirects are always preferred.
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site.
How to fix it
Replace the meta refresh redirect with a proper server-side 301 redirect. Configure the redirect in your web server (nginx, Apache) or application routing layer. If a server-side redirect is not possible, use JavaScript window.location as a fallback, but server-side is strongly preferred.
Frequently asked questions
What does "Page uses meta refresh redirect" mean?
This page uses a <meta http-equiv="refresh"> tag to redirect users to another URL. Meta refresh redirects are slower than server-side redirects and may not pass full link equity.
Why does page uses meta refresh redirect matter for SEO?
Google treats meta refresh redirects with a delay of 0 as 301 redirects, but longer delays may be treated as soft redirects that do not pass full ranking signals. Meta refreshes also create a poor user experience with a visible flash of content before redirection. Server-side 301 redirects are always preferred.
How do I fix page uses meta refresh redirect?
Replace the meta refresh redirect with a proper server-side 301 redirect. Configure the redirect in your web server (nginx, Apache) or application routing layer. If a server-side redirect is not possible, use JavaScript window.location as a fallback, but server-side is strongly preferred.
How serious is this issue?
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site. It belongs to the crawlability family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects page uses meta refresh redirect on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by page uses meta refresh redirect, and hands you a ready-made fix task.
Check my site free