{"id":25534,"date":"2024-09-20T21:38:53","date_gmt":"2024-09-20T11:38:53","guid":{"rendered":"https:\/\/digitalnomadshq.com.au\/?post_type=glossary&#038;p=25534"},"modified":"2025-12-22T16:33:52","modified_gmt":"2025-12-22T06:33:52","slug":"meta-redirect","status":"publish","type":"glossary","link":"https:\/\/digitalnomadshq.com.au\/glossary\/meta-redirect\/","title":{"rendered":"Meta Redirect"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is a Meta Redirect?&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A meta redirect, also referred to as a meta refresh redirect, is a type of client-side redirect that instructs a web browser to automatically navigate to another webpage after a specified amount of time. Unlike server-side redirects like <a href=\"https:\/\/digitalnomadshq.com.au\/glossary\/301-redirect\/\">301<\/a> or <a href=\"https:\/\/digitalnomadshq.com.au\/glossary\/302-redirect\/\">302<\/a>, meta redirects are handled by the user\u2019s browser.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ve likely encountered this when a message appears on a site, such as: <em>\u201cYou will be redirected to the homepage in 10 seconds.\u201d<\/em> This is a typical example of a meta redirect in action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Meta redirects are implemented by placing a meta tag in the HTML code of a webpage, usually within the <code>&lt;head&gt;<\/code> section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>&lt;meta http-equiv=\"refresh\" content=\"10; url=https:\/\/example.com\/new-page\"&gt;<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this case, the page will redirect after a delay of 10 seconds. The <code>content=\"10\"<\/code> specifies the redirection delay.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To make the redirect instant, you would modify the content attribute to 0 like this:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>&lt;meta http-equiv=\"refresh\" content=\"0; url=https:\/\/example.com\/new-page\"&gt;<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Common instances where you might see meta redirects include notifying users about site updates or transitioning them to a new page, such as when a product listing moves, or a website undergoes a rebrand.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Importance of Meta Redirects<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Meta redirects can be helpful in certain situations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Temporary redirection:<\/strong> If you need to inform users about updates or maintenance on a page, you can use a meta redirect to send them to another page after showing a brief message.<\/li>\n\n\n\n<li><strong>Delayed redirection:<\/strong> You might want to give users time to read a notice before redirecting them, such as <em>&#8220;Thank you for signing up! You\u2019ll be redirected to your dashboard in 5 seconds.&#8221;<\/em><\/li>\n\n\n\n<li><strong>No server access:<\/strong> Meta redirects offer a client-side solution that doesn&#8217;t require changes to the server, making them useful when you don\u2019t have control over server settings.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Google Best Practices on Using Meta Redirects<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Google handles different types of redirects with varying levels of efficiency &#8211; Here\u2019s a breakdown of the redirects Google recommends in order of those most likely to be interpreted correctly:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server-side redirects (e.g., 301, 302)<\/strong><\/li>\n\n\n\n<li><strong>Meta redirects<\/strong><\/li>\n\n\n\n<li><strong>JavaScript redirects (for permanent redirections only)<\/strong><\/li>\n\n\n\n<li><strong>Crypto redirects (for permanent redirections only)<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Google prioritises server-side redirects like 301 and 302 over meta redirects, and search engines may take longer to recognise redirects other than server-side ones. Google also notes that some browsers may not support meta redirects, which can cause confusion for users.<\/p>\n","protected":false},"featured_media":0,"parent":0,"template":"","meta":{"_acf_changed":true,"content-type":""},"class_list":["post-25534","glossary","type-glossary","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/digitalnomadshq.com.au\/wp-json\/wp\/v2\/glossary\/25534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalnomadshq.com.au\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/digitalnomadshq.com.au\/wp-json\/wp\/v2\/types\/glossary"}],"wp:attachment":[{"href":"https:\/\/digitalnomadshq.com.au\/wp-json\/wp\/v2\/media?parent=25534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}