This test will check if your webpage is using a refresh meta tag to redirect users to another page. Using meta refresh tags can impact SEO and user experience.
Have a different question and can't find the answer you're looking for? Reach out to our support team by sending us an email and we'll get back to you as soon as we can.
A meta refresh tag is an HTML element used to automatically redirect a web page to another URL after a specified time interval.
It's placed in the <head>
section of an HTML document and looks like this:
<meta http-equiv="refresh" content="5;url=https://example.com/new-page">
This tag instructs the browser to refresh the current page or load a new URL after a set number of seconds (in this example, 5 seconds).
A meta refresh tag works by telling the browser to take one of two actions:
<meta http-equiv="refresh" content="30">
This example refreshes the current page every 30 seconds.<meta http-equiv="refresh" content="0;url=https://example.com/new-page">
This example immediately redirects the user to the specified URL (0 seconds delay).The browser interprets this tag and executes the refresh or redirect accordingly.
Using meta refresh tags can have several SEO implications:
For SEO purposes, it's generally recommended to use server-side 301 redirects instead of meta refresh tags when permanently moving content to a new URL.
You can test if your webpage is using a meta refresh tag in several ways:
<meta>
tag in the <head>
section that includes http-equiv="refresh"
.<head>
section.curl -I https://example.com
We offer market-leading SEO tools that are easy to use and affordable, without high monthly fees. Try Today without risks.