What is a meta refresh?
A meta refresh is an HTML tag that can reload a page or redirect users after a delay. It is usually less reliable than a proper server-side redirect.
SEO
Detect and review meta refresh tags from pasted HTML to find client-side redirects and refresh instructions directly in your browser.
Detect and review meta refresh tags from pasted HTML to find client-side redirects and refresh instructions directly in your browser.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Paste HTML source to check whether it contains a meta refresh tag. The tool reports the refresh delay, target URL if present and practical SEO hints for pages that use client-side redirects or automatic reloads.
A meta refresh is an HTML tag that can reload a page or redirect users after a delay. It is usually less reliable than a proper server-side redirect.
Search engines may treat client-side redirects differently from proper HTTP redirects. For important URL changes, a 301 or 308 redirect is usually cleaner.
No. It only analyzes pasted HTML for meta refresh tags. It does not request URLs or inspect server responses.