Meta Redirect Checker

Check if a page uses a <meta http-equiv="refresh"> redirect.

Suggested Tools

About the Meta Redirect Checker

The Meta Redirect Checker scans a webpage to detect whether it uses meta refresh redirects. These redirects are added via <meta http-equiv="refresh"> tags and can negatively impact SEO and user experience if not used properly.

Why use a Meta Redirect Checker?

How to use the tool

  1. Enter the URL of the webpage you want to analyze.
  2. Click Check to scan for meta refresh tags.
  3. Review the results and update your redirects if necessary.

Example

Meta redirect detected: <meta http-equiv="refresh" content="5; url=https://example.com/new-page">
Recommended fix: Use a server-side 301 redirect instead.

Tips