{"id":26644,"date":"2022-12-30T10:10:14","date_gmt":"2022-12-30T10:10:14","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/"},"modified":"2022-12-30T10:10:14","modified_gmt":"2022-12-30T10:10:14","slug":"url-redirects-for-seo-a-technical-guide","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/","title":{"rendered":"URL Redirects For SEO: A Technical Guide"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<\/p>\n<div id=\"narrow-cont\">\n<p>Redirects for SEO should be used correctly\u00a0because they impact how websites are crawled and indexed by Google.<\/p>\n<p>While most people think of redirects as an internet detour sign, much more is happening, and it\u2019s surprisingly enjoyable to discover.<\/p>\n<p>Keep reading for a comprehensive overview of redirects and the proper application for <a href=\"https:\/\/www.searchenginejournal.com\/technical-seo\/\">technical SEO<\/a>.<\/p>\n<h2>What Is A Redirect?<\/h2>\n<p>Website redirects tell browsers and search engines information about a URL and where to find the webpage.<\/p>\n<p>A URL redirect involves code implemented to a specific URL, or a group of URLs so that the user (or search engine) is sent to a different page to the actual URL that was input or clicked.<\/p>\n<p>A redirect can be set as a:<\/p>\n<ul>\n<li>Temporary redirect: 302, 303, 307, 308.<\/li>\n<li>Permanent redirect: 301.<\/li>\n<\/ul>\n<h2>When To Use Redirects<\/h2>\n<p>The main reasons to use redirects are:<\/p>\n<ul>\n<li>An individual page or entire domain has been moved (URL changed).<\/li>\n<li>To allow the use of URL shorteners or \u2018pretty URLs.\u2019<\/li>\n<li>Site migration (e.g., HTTP to HTTPS).<\/li>\n<\/ul>\n<p>For SEO purposes, URL redirects are important because they:<\/p>\n<ul>\n<li>Forward authority of any links pointing to a page that has moved or been deleted.<\/li>\n<li>Avoid 404 page not found errors (although sometimes it is better to leave a 404).<\/li>\n<\/ul>\n<p>Redirects can be implemented on a group or domain-wide basis but often need to be set on an individual basis to avoid issues.<\/p>\n<p>When using RegEX for group redirects, it can have unexpected results if your logic isn\u2019t flawless!<\/p>\n<h2>Types Of Redirects<\/h2>\n<p>There are three main types of redirects:<\/p>\n<ul>\n<li><strong>Meta Refresh redirects<\/strong> are set at the page level but are generally not recommended for SEO purposes. There are two types of meta redirect: delayed which is seen as a temporary redirect, and instant, which is seen as a permanent redirect.<\/li>\n<li><a href=\"https:\/\/www.searchenginejournal.com\/javascript-redirects-for-seo\/462072\/#close\"><strong>Javascript redirects<\/strong><\/a> are also set on the client side\u2019s page and can cause SEO issues. Google has stated a preference for HTTP server-side redirects.<\/li>\n<li><strong>HTTP redirects<\/strong> are set server-side and the best approach for SEO purposes \u2013 we covered in-depth below.<\/li>\n<\/ul>\n<h2>What Is A HTTP Response Status Code?<\/h2>\n<p>Browsers and search engine crawlers like GoogleBot are called <strong>user agents<\/strong>.<\/p>\n<p>When a user agent tries to access a webpage, what happens is that the user agent makes a request, and the website server issues a response.<\/p>\n<p>The response is called an <a href=\"https:\/\/www.searchenginejournal.com\/technical-seo\/http-status-codes\/\">HTTP response status code<\/a>. It provides a status for the request for a URL.<\/p>\n<p>In the situation where a user agent like GoogleBot requests a URL, the server gives a response.<\/p>\n<p>For example, if the request for a URL is successful, the server will provide a response code of 200, which means the request for a URL was successful.<\/p>\n<p>So, when you think of a GoogleBot reaching a website and trying to crawl it, what\u2019s happening is a series of requests and responses.<\/p>\n<h2>HTTP Redirects<\/h2>\n<p>An HTTP redirect is a server response to request a URL.<\/p>\n<p>If the URL exists at a different URL (because it was moved), the server tells the user agent that the URL request is being redirected to a different URL.<\/p>\n<p>The response code for a changed URL is usually in the form of a 301 or 302 response status code.<\/p>\n<p>The entire 3xx series of response codes communicate much information that can optionally be acted upon by the user agent.<\/p>\n<p>An example of an action that the user agent can take is to save a cache of the new URL so that the next time the old URL is requested, it will ask for the new URL instead.<\/p>\n<p>So, a 301 and a 302 redirect is more than an internet road sign that says, \u201cGo here, not there.\u201d<\/p>\n<h2>3XX Series Of Status Codes<\/h2>\n<p>Redirects are more than just the two status codes everyone is familiar with, the 301 and 302 response codes.<\/p>\n<p>There are a total of seven official 3xx response status codes.<\/p>\n<p>These are the different kinds of redirects available for use:<\/p>\n<ul>\n<li>300 Multiple Choices.<\/li>\n<li>301 Moved Permanently.<\/li>\n<li>302 Found.<\/li>\n<li>303 See Other.<\/li>\n<li>304 Not Modified.<\/li>\n<li>305 Use Proxy.<\/li>\n<li>306 (Unused).<\/li>\n<li>307 Temporary Redirect.<\/li>\n<li>308 Permanent Redirect.<\/li>\n<\/ul>\n<p>Some of the above status codes have not been around as long and might not be used. So, before using any redirect code other than 301 or 302, be sure that the intended user agent can interpret it.<\/p>\n<p>Because GoogleBot uses the latest version of Chrome (called a headless browser), it\u2019s easy to check if a status code is compatible by checking if Chrome recognizes the status code with a <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Status#browser_compatibility\" target=\"_blank\" rel=\"noopener nofollow\">browser compatibility list<\/a>.<\/p>\n<p>For SEO, one should stick to using the 301 and 302 response codes unless there is a specific reason to use one of the other codes.<\/p>\n<h3>301: Moved Permanently<\/h3>\n<p>The 301 status code is routinely referenced as the 301 redirects. But the official name is <strong>301 Moved Permanently<\/strong>.<\/p>\n<p>The 301 redirect indicates to a user agent that the URL (sometimes referred to as a target resource or simply resource) was changed to another location and that it should use the new URL for future requests.<\/p>\n<p>As mentioned earlier, there is more information as well.<\/p>\n<p>The 301 status code also suggests to the user agent:<\/p>\n<ul>\n<li>Future requests for the URL should be made with the new URL.<\/li>\n<li>Whoever is making the request should update their links to the new URL.<\/li>\n<li>Subsequent requests can be changed from GET to POST.<\/li>\n<\/ul>\n<p>That last point is a technical issue. According to the <a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc9110.html#name-301-moved-permanently\" target=\"_blank\" rel=\"noopener nofollow\">official standards for the 301 status code<\/a>:<\/p>\n<blockquote>\n<p>\u201cNote: For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 308 (Permanent Redirect) status code can be used instead.\u201d<\/p>\n<\/blockquote>\n<p>For SEO, when search engines see a 301 redirect, they pass the old page\u2019s ranking to the new one.<\/p>\n<p>Before making a change, you must be careful when using a 301 redirect. The 301 redirects must only be used when the change to a new URL is permanent.<\/p>\n<p>The 301 status code must not be used when the change is temporary.<\/p>\n<p>Additionally, if you change your mind later and return to the old URL, the old URL may not rank anymore and may take time to regain the rankings.<\/p>\n<p>So, the main thing to remember is that a 301 status code will be used when the change is permanent.<\/p>\n<h3>302: Found<\/h3>\n<p>The main thing to understand about the 302 status code is that it\u2019s useful for situations where a URL is temporarily changed.<\/p>\n<p>The meaning of this response code is that the URL is temporarily at a different URL, and it is suggested to use the old URL for future requests.<\/p>\n<p>The 302 redirect status code also comes with a technical caveat related to GET and Post:<\/p>\n<blockquote>\n<p>\u201cNote: For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 307 (Temporary Redirect) status code can be used instead.\u201d<\/p>\n<\/blockquote>\n<p>The reference to \u201chistorical reasons\u201d may refer to old or buggy user agents that may change the request method.<\/p>\n<h3>307: Temporary Redirect<\/h3>\n<p>A 307 redirect means the requested URL is temporarily moved, and the user agent should use the original URL for future requests.<\/p>\n<p>The only difference between a 302 and a 307 status code is that a user agent must request the new URL with the same HTTP request used to request the original URL.<\/p>\n<p>That means if the user agent requests the page with a GET request, then the user agent must use a GET request for the new temporary URL and cannot use the POST request.<\/p>\n<p>The <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Status\/307\" target=\"_blank\" rel=\"noopener nofollow\">Mozilla documentation of the 307 status code<\/a> explains it more clearly than the official documentation.<\/p>\n<blockquote>\n<p>\u201cThe server sends this response to direct the client to get the requested resource at another URI with same method that was used in the prior request.<\/p>\n<p>This has the same semantics as the 302 Found HTTP response code, with the exception that the user agent must not change the HTTP method used: if a POST was used in the first request, a POST must be used in the second request.\u201d<\/p>\n<\/blockquote>\n<p>Other than the 307 status code requiring subsequent requests to be of the same kind (POST or GET) and that the 302 can go either way, everything else is the same between the 302 and the 307 status codes.<\/p>\n<h3>302 Vs. 307<\/h3>\n<p>You may handle a redirect via server config files .htaccess on Apache, example.conf file on Nginx or via plugins if you are using WordPress.<\/p>\n<p>In all instances, they have the same syntax for writing redirect rules. They differ only with commands used in configuration files. For example, a redirect on Apache will look like this:<\/p>\n<pre>Options +FollowSymlinks&#13;\nRewriteEngine on&#13;\nRedirectMatch 301 ^\/oldfolder\/ \/newfolder\/<\/pre>\n<p>(You can read about symlinks\u00a0<a href=\"https:\/\/httpd.apache.org\/docs\/current\/mod\/core.html#options\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">here<\/a>.)<\/p>\n<p>On Nginx servers, it will look like this:<\/p>\n<pre>rewrite ^\/oldfolder\/ \/newfolder\/ permanent;<\/pre>\n<p>The commands used to tell the server\u2019s status code of redirect and the action command differ.<\/p>\n<p>For instance:<\/p>\n<ul>\n<li>Servers status code of redirect: \u201c<b>301\u2033 vs. \u201cpermanent.\u201d<\/b><\/li>\n<li>Action command: <b>\u201cRedirectMatch\u201d vs. \u201crewrite.\u201d<\/b><\/li>\n<\/ul>\n<p>But the redirect syntax ( ^\/oldfolder\/ \/newfolder\/ ) is the same for both.<\/p>\n<p>On Apache, ensure that mod_rewrite and mod_alias modules (responsible for handling redirects) are enabled on your server.<\/p>\n<p>Since the most widely spread server type is Apache, here are examples for .htaccess apache files.<\/p>\n<p>Make sure that the .htaccess file has these two lines above the redirect rules and put the rules below them:<\/p>\n<pre>Options +FollowSymlinks&#13;\nRewriteEngine on<\/pre>\n<p>Read the <a href=\"https:\/\/httpd.apache.org\/docs\/current\/mod\/mod_rewrite.html#RewriteEngine\" target=\"_blank\" rel=\"noopener nofollow\">official documentation to learn more about the RewriteEngine<\/a>.<\/p>\n<p>To understand the examples below, you may refer to the table below on <a href=\"https:\/\/medium.com\/factory-mind\/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">RegExp<\/a> basics.<\/p>\n<div class=\"scrl-table\">\n<table>\n<tbody>\n<tr>\n<td>*<\/td>\n<td>zero or more times<\/td>\n<\/tr>\n<tr>\n<td>+<\/td>\n<td>One or more times<\/td>\n<\/tr>\n<tr>\n<td>.<\/td>\n<td>any single character<\/td>\n<\/tr>\n<tr>\n<td>?<\/td>\n<td>Zero or one time<\/td>\n<\/tr>\n<tr>\n<td>^<\/td>\n<td>Start of the string<\/td>\n<\/tr>\n<tr>\n<td>$<\/td>\n<td>End of the string<\/td>\n<\/tr>\n<tr>\n<td>a|b<\/td>\n<td>OR operadn \u201c|\u201d a or b<\/td>\n<\/tr>\n<tr>\n<td>(z)<\/td>\n<td>remembers the match to be used when calling $1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2>How To Create Redirects<\/h2>\n<h3 id=\"single-url-redirect\"><b>How To Create A Redirect For A Single URL<\/b><\/h3>\n<p>The most common and widely used type of redirect is when deleting pages or changing URLs.<\/p>\n<p>For instance, say you changed the URL from \/old-page\/ to \/new-page\/. The redirect rule would be:<\/p>\n<pre>RewriteRule ^old-page(\/?|\/.*)$ \/new-page\/ [R=301,L]<\/pre>\n<p>Or<\/p>\n<pre>RedirectMatch 301 ^\/old-page(\/?|\/.*)$ \/new-page\/<\/pre>\n<p>The only difference between the two methods is that the first uses the Apache mod_rewrite module, and the second uses mod_alias. It can be done using both methods.<\/p>\n<p>The regular expression \u201c^\u201d means the URL must start with \u201c\/old-page\u201d while (\/?|\/.*)$ indicates that anything that follows \u201c\/old-page\/\u201d with a slash \u201c\/\u201d or without an exact match must be redirected to \/new-page\/.<\/p>\n<p>We could also use (.*), i.e., ^\/old-page(.*), but the problem is, if you have another page with a similar URL like \/old-page-other\/, it will also be redirected when we only want to redirect \/old-page\/.<\/p>\n<p>The following URLs will match and be directed to a new page:<\/p>\n<div class=\"scrl-table\">\n<table>\n<tbody>\n<tr>\n<td>\/old-page\/<\/td>\n<td>\/new-page\/<\/td>\n<\/tr>\n<tr>\n<td>\/old-page<\/td>\n<td>\/new-page\/<\/td>\n<\/tr>\n<tr>\n<td>\/old-page\/?utm_source=facebook.com<\/td>\n<td>\/new-page\/?utm_source=facebook.com<\/td>\n<\/tr>\n<tr>\n<td>\/old-page\/child-page\/<\/td>\n<td>\/new-page\/<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>It will redirect any variation of the page URL to a new one. If we use redirect in the following form:<\/p>\n<pre>Redirect 301 \/old-page\/ \/new-page\/<\/pre>\n<p>Without regular expressions, all URLs with UTM query string, <strong>e.g., \/old-page?utm_source=facebook.com<\/strong> (which is common since URLs are used to be shared over a social network), would end up as 404s.<\/p>\n<p>Even \/old-page without a trailing slash \u201c\/\u201d would end up as a 404.<\/p>\n<h3 id=\"redirect-all-except\"><b>Redirect All Except<\/b><\/h3>\n<p>Let\u2019s say we have a bunch of URLs like \/category\/old-subcategory-1\/, \/category\/old-subcategory-2\/, \/category\/final-subcategory\/ and want to merge all subcategories into \/category\/final-subcategory\/. We need the \u201call except\u201d rule here.<\/p>\n<pre>RewriteCond %{REQUEST_URI} !\/category\/final-subcategory\/&#13;\nRewriteCond %{REQUEST_FILENAME} !-f&#13;\nRewriteRule ^(category\/). \/category\/final-subcategory\/ [R=301,L]<\/pre>\n<p>Here, we want to redirect all under \/category\/ on the third line except if it is \/category\/final-subcategory\/ on the fourth line. We also have the \u201c!-f\u201d rule on the second line, ignoring any file like images, CSS, or JavaScript files.<\/p>\n<p>Otherwise, if we have some assets like \u201c\/category\/image.jpg,\u201d it will also be redirected to \u201c\/final-subcategory\/\u201d and cause an image break.<\/p>\n<h3 id=\"directory-change\"><b>Directory Change<\/b><\/h3>\n<p>You can use the rule below if you did a category restructuring and want to move everything from the old directory to the new one.<\/p>\n<pre>RewriteRule ^old-directory$ \/new-directory\/ [R=301,NC,L]&#13;\nRewriteRule ^old-directory\/(.*)$ \/new-directory\/$1 [R=301,NC,L]<\/pre>\n<p>I used $1 in the target to tell the server that it should remember everything in the URL that follows \/old-directory\/ (i.e., \/old-directory\/subdirectory\/) and pass it (i.e., \u201c\/subdirectory\/\u201d) onto the destination. As a result, it will be redirected to \/new-directory\/subdirectory\/.<\/p>\n<p>I used two rules: one case with no trailing slash at the end and the other one with a trailing slash.<\/p>\n<p>I could combine them into one rule using (\/?|.*)$ RegExp at the end, but it would cause problems and add a \u201c\/\/\u201d slash to the end of the URL when the requested URL with no trailing slash has a query string (i.e., \u201c\/old-directory?utm_source=facebook\u201d would be redirected to \u201c\/new-directory\/\/?utm_source=facebook\u201d).<\/p>\n<h3 id=\"remove-word-from-url\"><b>Remove A Word From URL<\/b><\/h3>\n<p>Let\u2019s say you have 100 URLs on your website with the city name \u201cChicago\u201d and want to remove them.<\/p>\n<p>For the URL http:\/\/yourwebiste.com\/example-chicago-event\/, the redirect rule would be:<\/p>\n<pre>RewriteRule ^(.*)-chicago-(.*) http:\/\/%{SERVER_NAME}\/$1-$2 [NC,R=301,L]<\/pre>\n<p>If the example URL is in the form http:\/\/yourwebiste.com\/example\/chicago\/event\/, then the redirect would be:<\/p>\n<pre>RewriteRule ^(.*)\/chicago\/(.*) http:\/\/%{SERVER_NAME}\/$1\/$2 [NC,R=301,L]<\/pre>\n<h3 id=\"set-canonical-url\">Set A Canonical URL<\/h3>\n<p>Having canonical URLs is the most important part of SEO.<\/p>\n<p>If missing, you might endanger your website with duplicate content issues because search engines treat URLs with \u201cwww\u201d and \u201cnon-www\u201d versions as different pages with the same content.<\/p>\n<p>Therefore, you must ensure you run the website only with one version you choose.<\/p>\n<p>If you want to run your website with the \u201cwww\u201d version, use this rule:<\/p>\n<pre>RewriteCond %{HTTP_HOST} ^yourwebsite.com [NC]&#13;\nRewriteRule ^(.*)$ http:\/\/www.yourwebsite.com\/$1 [L,R=301]<\/pre>\n<p>For a \u201cnon-www\u201d version:<\/p>\n<pre>RewriteCond %{HTTP_HOST} ^www.yourwebsite.com [NC]&#13;\nRewriteRule ^(.*)$ http:\/\/yourwebsite.com\/$1 [L,R=301]<\/pre>\n<p>Trailing slash is also part of canonicalization since URLs with a slash at the end or without are also treated differently.<\/p>\n<pre>RewriteCond %{REQUEST_FILENAME} !-f&#13;\nRewriteRule ^(.*[^\/])$ \/$1\/ [L,R=301]<\/pre>\n<p>This will make sure the \/example-page is redirected to \/example-page\/. You may choose to remove the slash instead of adding then you will need the other rule below:<\/p>\n<pre>RewriteCond %{REQUEST_FILENAME} !-d&#13;\nRewriteRule ^(.*)\/$ \/$1 [L,R=301]<\/pre>\n<h3 id=\"http-to-https-redirect\"><b>HTTP To HTTPS Redirect<\/b><\/h3>\n<p>After Google\u2019s initiative to encourage website owners to use SSL, <a href=\"https:\/\/www.searchenginejournal.com\/https-migration-guide\/195103\/\">migrating to HTTPS<\/a> is one of the commonly used redirects that almost every website has.<\/p>\n<p>The rewrite rule below can be used to force HTTPS on every website.<\/p>\n<pre>RewriteCond %{HTTP_HOST} ^yourwebsite.com [NC,OR]&#13;\nRewriteCond %{HTTP_HOST} ^www.yourwebsite.com [NC]&#13;\nRewriteRule ^(.*)$ https:\/\/www.yourwebsite.com\/$1 [L,R=301,NC]<\/pre>\n<p>Using this, you can combine a www or non-www version redirect into one HTTPS redirect rule.<\/p>\n<h3 id=\"redirect-from-old-domain-to-new\"><b>Redirect From Old Domain To New<\/b><\/h3>\n<p>This is also one of the most used redirects when you decide to rebrand and need to change your domain. The rule below redirects old-domain.com to new-domain.com.<\/p>\n<pre>RewriteCond %{HTTP_HOST} ^old-domain.com$ [OR]&#13;\nRewriteCond %{HTTP_HOST} ^www.old-domain.com$&#13;\nRewriteRule (.*)$ http:\/\/www.new-domain.com\/$1 [R=301,L]<\/pre>\n<p>It uses two cases: one with the \u201cwww\u201d version of URLs and another \u201cnon-www\u201d because any page for historical reasons may have incoming links to both versions.<\/p>\n<p>Most site owners use WordPress and may not need a .htaccess file for redirects but use a plugin instead.<\/p>\n<p>Handling redirects using plugins may be slightly different from what we discussed above. You may need to read their documentation to handle RegExp correctly for the specific plugin.<\/p>\n<p>From the existing ones, I would recommend a free plugin called <a href=\"https:\/\/wordpress.org\/plugins\/redirection\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Redirection<\/a>, which has many parameters to control redirect rules and many <a href=\"https:\/\/redirection.me\/support\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">useful docs<\/a>.<\/p>\n<h2><b>Redirect Best Practices<\/b><\/h2>\n<h3><b>1. Don\u2019t Redirect All 404 Broken URLs To The Homepage<\/b><\/h3>\n<p>This case often happens when you are too lazy to investigate your 404 URLs and map them to the appropriate landing page.<\/p>\n<p>According to Google, they are still all treated as 404s.<\/p>\n<blockquote class=\"twitter-tweet\" data-conversation=\"none\" data-lang=\"en\">\n<p dir=\"ltr\" lang=\"en\">Yeah, it\u2019s not a great practice (confuses users), and we mostly treat them as 404s anyway (they\u2019re soft-404s), so there\u2019s no upside. It\u2019s not critically broken\/bad, but additional complexity for no good reason \u2013 make a better 404 page instead.<\/p>\n<p>\u2014 ? John ? (@JohnMu) <a href=\"https:\/\/twitter.com\/JohnMu\/status\/1082565162597605377?ref_src=twsrc%5Etfw\" rel=\"nofollow noopener\" target=\"_blank\">January 8, 2019<\/a><\/p>\n<\/blockquote>\n<p>If you have too many pages like this, you should consider creating <a href=\"https:\/\/www.searchenginejournal.com\/404-page-examples\/211154\/\">beautiful 404 pages<\/a> and engaging users to browse further or find something other than what they were looking for by displaying a search option.<\/p>\n<p>It is strongly recommended by Google that <strong>redirected page content should be equivalent to the old page<\/strong>. Otherwise, such a redirect may be considered a soft 404, and you will lose the rank of that page.<\/p>\n<h3><b>2. Get Mobile Page-Specific Redirects Right<\/b><\/h3>\n<p>If you have different URLs for desktop and mobile websites (i.e., \u201cexample.com\u201d for desktop and \u201cm.example.com\u201d for mobile), you should make sure to redirect users to the appropriate page of the mobile version.<\/p>\n<p><strong>Correct<\/strong>: \u201cexample.com\/sport\/\u201d to \u201cm.example.com\/sport\/\u201d<br \/><strong>Wrong<\/strong>: \u201cexample.com\/sport\/\u201d to \u201cm.example.com\u201d<\/p>\n<p>Also, you have to ensure that if one page is 404 on the desktop, it should also be 404 on mobile.<\/p>\n<p>If you have no mobile version for a page, you can avoid redirecting to the mobile version and keep them on the desktop page.<\/p>\n<h3><b>3. How To Use Meta Refresh<\/b><\/h3>\n<p>It is possible to do a redirect using a meta refresh tag like the example below:<\/p>\n<blockquote>\n<p>&lt;meta http-equiv=\u201drefresh\u201d content=\u201d0;url=http:\/\/example.com\/new-page\/\u201d \/&gt;<\/p>\n<\/blockquote>\n<p>If you insert this tag in \/old-page\/, it will redirect the user immediately to \/new-page\/.<\/p>\n<p>Google does not prohibit this redirect, but it doesn\u2019t recommend using it.<\/p>\n<blockquote class=\"twitter-tweet\" data-conversation=\"none\" data-lang=\"en\">\n<p dir=\"ltr\" lang=\"en\">A meta refresh type redirect should just work. We don\u2019t recommend it for 2 reasons: UX (it keeps the page in browser history, afaik) &amp; processing time (we need to parse the page to see it). Once processed, it\u2019s just like a redirect.<\/p>\n<p>\u2014 ? John ? (@JohnMu) <a href=\"https:\/\/twitter.com\/JohnMu\/status\/969470472906838016?ref_src=twsrc%5Etfw\" rel=\"nofollow noopener\" target=\"_blank\">March 2, 2018<\/a><\/p>\n<\/blockquote>\n<p>According to John Mueller, <strong>search engines may not be able to recognize that type of redirect properly<\/strong>. The same is also true about JavaScript redirects.<\/p>\n<h3><b>4. Avoid Redirect Chains<\/b><\/h3>\n<p>This message displays when you have a wrong regular expression setup and ends up in an infinite loop.<\/p>\n<div id=\"attachment_317679\" style=\"width: 1034px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-317679 size-full b-lazy pcimg\" alt=\"This page isn't working\" width=\"1024\" height=\"574\" data-sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" data-srcset=\"https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working.png 1024w, https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working-480x269.png 480w, https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working-680x381.png 680w, https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working-768x431.png 768w\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working.png\"\/><span class=\"wp-caption-text\">Screenshot by author, December 2022<\/span><noscript><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2019\/07\/this-page-isnt-working.png\" alt=\"This page isn't working\"\/><\/noscript><\/div>\n<p>Usually, this happens when you have a redirect chain.<\/p>\n<p>Let\u2019s say you redirected page 1 to page 2 a long time ago. You might have forgotten that page 1 is redirected and decided to redirect page 2 to page 1 again.<\/p>\n<p>As a result, you will end up with a rule like this:<\/p>\n<pre>RewriteRule ^page1 \/page2 [R=301,NC,L]&#13;\nRewriteRule ^page2 \/page1 [R=301,NC,L]<\/pre>\n<p>This will create an infinite loop and produce the error shown above.<\/p>\n<h2>Conclusion<\/h2>\n<p>Knowing what redirects are and which situation requires a specific status code is fundamental to optimizing webpages properly. It\u2019s a core part of understanding SEO.<\/p>\n<p>Many situations require precise knowledge of redirects, such as migrating a website to a new domain or creating a temporary holding page URL for a webpage that will return under its normal URL.<\/p>\n<p>While so much is possible with a plugin, plugins can be misused without properly understanding when and why to use a particular kind of redirect.<\/p>\n<p><strong>More Resources:<\/strong><\/p>\n<hr\/>\n<p><em>Featured Image:\u00a0<\/em><\/p>\n<\/div>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><br \/>\n<br \/><iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/www.searchenginejournal.com\/technical-seo\/seo-technical-seo-redirects\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Redirects for SEO should be used correctly\u00a0because they impact how websites are crawled and indexed by Google. While most people think of redirects as an&#8230;<\/p>\n","protected":false},"author":1,"featured_media":26645,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-26644","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>URL Redirects For SEO: A Technical Guide - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"URL Redirects For SEO: A Technical Guide - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-30T10:10:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"URL Redirects For SEO: A Technical Guide\",\"datePublished\":\"2022-12-30T10:10:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/\"},\"wordCount\":3001,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/url-redirects-639ff2f9ca993-sej.jpg\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/\",\"name\":\"URL Redirects For SEO: A Technical Guide - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/url-redirects-639ff2f9ca993-sej.jpg\",\"datePublished\":\"2022-12-30T10:10:14+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/url-redirects-639ff2f9ca993-sej.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/url-redirects-639ff2f9ca993-sej.jpg\",\"width\":1600,\"height\":840},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/12\\\/30\\\/url-redirects-for-seo-a-technical-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"URL Redirects For SEO: A Technical Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"URL Redirects For SEO: A Technical Guide - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/","og_locale":"en_US","og_type":"article","og_title":"URL Redirects For SEO: A Technical Guide - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2022-12-30T10:10:14+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"URL Redirects For SEO: A Technical Guide","datePublished":"2022-12-30T10:10:14+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/"},"wordCount":3001,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/","url":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/","name":"URL Redirects For SEO: A Technical Guide - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg","datePublished":"2022-12-30T10:10:14+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/12\/url-redirects-639ff2f9ca993-sej.jpg","width":1600,"height":840},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/12\/30\/url-redirects-for-seo-a-technical-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"URL Redirects For SEO: A Technical Guide"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/26644","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=26644"}],"version-history":[{"count":0,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/26644\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/26645"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=26644"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=26644"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=26644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}