Check if your page uses meta refresh redirects, which can hurt SEO and user experience.
Meta refresh is an HTML tag placed in the <head> section that tells the browser to reload the page or redirect to a different URL after a specified delay. While it served a purpose in early web development, it's now considered an anti-pattern for SEO.
<meta http-equiv="refresh" content="5"> — refreshes the page every 5 seconds.<meta http-equiv="refresh" content="0; url=..."> — redirects instantly to another URL.Server-side redirects (301, 302) are always preferred over meta refresh for SEO and user experience.
Server-side 301 redirects pass nearly 100% of link equity to the target URL. Meta refresh may not pass link equity at all, resulting in lost SEO value.
Enter a URL and click "Check Page". We'll fetch the HTML source and scan for any meta refresh tags. If found, we'll show the delay time, redirect URL, and specific SEO issues — along with server-side alternatives.
Stop manually checking tags. Let SeoKwik's algorithms do it for you instantly.
Other helpful tools in the SEO Analysis category