About this tool
Audit meta refresh redirects before deployment so delayed redirects, malformed URL targets, and insecure destination patterns do not create avoidable crawl and UX issues.
Meta Refresh Redirect Checker validates HTML meta refresh tags, examining the content attribute for correct syntax, safe URL targets, and appropriate delay values. It catches the subtle formatting errors in meta refresh tags that browsers tolerate inconsistently and search engines may ignore entirely.
- Parses full meta tags or raw refresh values like 0; url=/new-page.
- Checks delay values, missing URL targets, unsafe javascript URLs, and HTTP versus HTTPS redirect destinations.
- Normalizes a clean meta refresh tag and resolves relative targets using an optional base URL.
How to use Meta Refresh Checker
Paste the HTML head section or the full meta refresh tag, and the tool parses the content attribute to extract the delay and target URL. It then validates that the URL uses a safe protocol, the delay is reasonable, and the tag conforms to the syntax that search engines reliably process.
When this tool is useful
- Review legacy pages that use meta refresh redirects instead of server redirects.
- QA campaign or microsite transitions where client-side refresh behavior was configured in templates.
- Catch malformed content values, missing URL targets, or long delay settings before publishing.
Practical tips
- Prefer server-side 301 or 308 redirects for permanent URL moves whenever infrastructure allows it.
- Keep meta refresh delays as close to zero as possible when a redirect is truly required.
- Avoid javascript URLs and validate target protocols so redirects stay safe and index-friendly.
Why people use this tool
Meta refresh redirects are a legacy pattern that search engines treat less favorably than server-side redirects, and malformed tags can fail silently in certain browsers. Validating these tags ensures that pages relying on client-side redirects actually work across all user agents and pass whatever link equity they can to the target URL.
Related search intents
meta refresh redirect checker, meta refresh validator, meta refresh tag checker, meta refresh redirect test.