Pages use <meta http-equiv="refresh"> with a delay under 5 seconds, causing accessibility and SEO problems.
By Seoxpert Editorial · Published
Short-delay meta-refresh redirects violate WCAG 2.1 accessibility guidelines, making content unreadable for some users. They also confuse search engines, potentially splitting ranking signals and harming SEO. Users may get stuck in redirect loops, impacting usability.
Leaving this unresolved can harm accessibility, SEO rankings, and user experience.
An automated crawler scans for <meta http-equiv="refresh"> tags with a delay value less than 5 seconds in the HTML head.
Problematic meta-refresh (delay <5s)
<meta http-equiv="refresh" content="1;url=/">Recommended HTTP 301 redirect (server-side)
HTTP/1.1 301 Moved Permanently
Location: /Accessible client-side redirect (delay ≥10s with manual link
<p>Thank you for subscribing! You will be redirected in 10 seconds. <a href="/">Click here to continue immediately.</a></p>
<meta http-equiv="refresh" content="10;url=/">It doesn't give users enough time to read the content, violates accessibility guidelines, and can confuse search engines.
Use HTTP 301 or 302 redirects at the server or CDN level instead of meta-refresh for automatic navigation.
Only for non-critical, user-initiated flows with a delay of 10 seconds or more and a visible manual link to the target page.
Yes, improper use can split ranking signals and confuse search engines, potentially harming your site's SEO.
Run a scan to see if `<meta http-equiv="refresh">` With Short Delay (<5s) affects your pages.
Scan my website →