{"id":10078,"date":"2024-12-03T15:38:26","date_gmt":"2024-12-03T12:38:26","guid":{"rendered":"https:\/\/www.webceo.com\/blog\/?p=10078"},"modified":"2024-12-03T15:38:27","modified_gmt":"2024-12-03T12:38:27","slug":"redirects-in-modern-seo-dos-and-do-nots","status":"publish","type":"post","link":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/","title":{"rendered":"Redirects In Modern SEO: Do&#8217;s and Do Not&#8217;s"},"content":{"rendered":"\n<p>So you\u2019ve decided to move your content, replace some URLs or merge pages with duplicate content, but you want to keep things search-engine friendly and retain the value of your content.<\/p>\n\n\n\n<p>How do you manage this correctly <strong>in terms of SEO? <\/strong>First, add a flexible tool to your arsenal &#8211; <strong>301 redirects.<\/strong> Their primary purpose is to redirect the user and the search robot to the right place without losing link weights. However, improper configuration and other errors in the work with redirects can harm your rankings. In this article, we&#8217;ll tell you how to set up 301 redirects correctly, when you need them, and their meaning in SEO. In addition, you will learn about other types of redirects and how to deal with them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"when_to_use_301_redirects\"><\/span>When to use 301 redirects?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Responsive design.<\/strong> The most popular redirect is redirecting the user from the desktop version of the site to the mobile version.<\/li>\n\n\n\n<li><strong>When rebranding.<\/strong> In cases where you changed the brand name and moved to a site with a new domain name.<\/li>\n\n\n\n<li><strong>When you switch to a secure connection protocol:<\/strong> change the HTTP protocol to HTTPS to protect yourself and your clients.<\/li>\n\n\n\n<li><strong>To redirect from irrelevant pages\/sites. <\/strong>For example, a product is no longer on sale, or you no longer provide a service and want to redirect the user to a page with a similar product or service.<\/li>\n\n\n\n<li><strong>When sites or pages are duplicated.<\/strong> Similar content on several resources worsens the ranking, and if the sites or pages are identical, search engines will exclude these pages from the search. Permanent and temporary redirects will be helpful to avoid creating duplicates and risking ranking.<\/li>\n\n\n\n<li><strong>With frequent queries with a www, if your site is without a www.<\/strong> You can be linked to both, but they are different sites for search engines, so it\u2019s a good idea to set up a redirect to just one of the pages.<\/li>\n\n\n\n<li><strong>When migrating to a new site engine.<\/strong> Each CMS has its own rules for generating URLs. If the address does not match the old one, you can not do without a redirect &#8211; otherwise, customers will never find you.&nbsp;<\/li>\n\n\n\n<li><strong>404 pages<\/strong>. Sometimes it is necessary to set a redirection up from a broken page to a live one.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"what_is_a_301_redirect_in_seo\"><\/span>What is a 301 redirect in SEO?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>301 redirect benefits for SEO:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Save traffic;<\/li>\n\n\n\n<li>Prevent the loss of PageRank;<\/li>\n\n\n\n<li>Get rid of duplicate pages;<\/li>\n\n\n\n<li>Eliminate the presence of low-quality pages in the search results;<\/li>\n\n\n\n<li>Redirect the crawler (search bot) and the user from an irrelevant page or with a 404 server response code.<\/li>\n<\/ul>\n\n\n\n<p>From a user experience standpoint, 301 redirects are helpful because they allow redirecting traffic to related products if the one they are looking for is deleted. Such practice <strong>reduces the probability of user bounce.<\/strong><\/p>\n\n\n\n<p>Some time after you set up the redirect, the search engine will update its index, replacing the old page address with the new one. Browsers and other types of clients will cache the new URL and automatically follow the redirect directly without checking the original for subsequent requests. Saved bookmarks are also usually updated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"how_to_set_up_301_redirects\"><\/span>How to set up 301 redirects?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>There are many ways to make a 301 redirect: <strong>.htaccess, PHP, javascript, server settings, <\/strong>and others. We recommend not using all methods at once. There is too high a probability of discrepancies between different processes. The most commonly used way of configuration is through .htaccess.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"what_is_the_htaccess_file_for_and_how_to_find_it\"><\/span>What is the .htaccess file for, and how to find it?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The .htaccess file <strong>is a configuration file that defines the rules of the web server in the directories and subdirectories where it is located<\/strong>. Most often, it will be the root folder of your site.<\/p>\n\n\n\n<p>If you<strong> can&#8217;t find<\/strong> the .htaccess, there are a few options:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The file has a different name. It is scarce, but it is possible. The actual name can be clarified with the hosting provider: it can be, for example, .config, .htaccess.http, access.conf.<\/li>\n\n\n\n<li>The file still needs to be created. This is the most common case. It is necessary to create a .htaccess file and write the redirection directives into it later.<\/li>\n<\/ol>\n\n\n\n<p>Further info on .htaccess: <a href=\"https:\/\/developer.wordpress.org\/advanced-administration\/server\/web-server\/httpd\/\">https:\/\/developer.wordpress.org\/advanced-administration\/server\/web-server\/httpd\/<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"how_to_create_a_new_htaccess_file\"><\/span>How to create a new .htaccess file?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create an empty text file with a .txt extension.<\/li>\n\n\n\n<li>Rename it by removing the name and adding the extension .htaccess.&nbsp;<\/li>\n\n\n\n<li>If you work on macOS, a file with no name will not be visible. Then give it any name you want, and rename it after it is uploaded to the server.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"setting_up_301_redirects_in_htaccess_with_examples\"><\/span>Setting up 301 redirects in .htaccess with examples<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><em>We will use the conventional addresses of sites and pages to show you 301 redirect examples &#8211; <\/em><strong><em>you will need to replace them with yours.<\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_of_one_page\"><\/span>301 redirect of one page<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The easiest way is to use the Redirect directive. Try one of the options:<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Redirect 301 \/old-page \/new-page<\/em><\/p>\n<\/blockquote>\n<\/div><\/div>\n\n\n\n<p>or<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Redirect 301 \/old-page\/ https:\/\/your-site.com\/new-page<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>You can also redirect with the <strong><em>module mod_rewrite:<\/em><\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{REQUEST_URI} ^\/old-page\/$<\/p>\n\n\n\n<p>RewriteRule ^.*$ http:\/\/your-site.com\/new-page\/? [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_from_the_domain_without_www_to_the_domain_with_www\"><\/span>301 redirect from the domain without WWW to the domain with WWW<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>It is necessary for gluing duplicate pages like sitexample.com and www.sitexample.com when you decide to make the leading site with the WWW prefix.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{HTTP_HOST} ^site\\.com$ [NC]<\/p>\n\n\n\n<p>RewriteRule ^(.*)$ https:\/\/www.site.com\/$1 [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_from_the_domain_with_www_to_the_domain_without_www\"><\/span>301 redirect from the domain with WWW to the domain without WWW<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{HTTP_HOST} ^www.site.com$ [NC]<\/p>\n\n\n\n<p>RewriteRule ^(.*)$ https:\/\/site.com\/$1 [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_using_rewriterule\"><\/span>301 redirect using RewriteRule<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>RewriteRule is a directive of the .htaccess file, the mod_rewrite module, which defines URL conversion rules. Use it when you need to perform a mass 301 redirect.<\/p>\n\n\n\n<p>By default, the mod_rewrite module is disabled. To enable it, you need to use the directives:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteEngine on<\/p>\n\n\n\n<p>RewriteBase \/<\/p>\n<\/blockquote>\n\n\n\n<p>The principle of the module is built using the rules according to which the URL is converted.<\/p>\n\n\n\n<p>Two directives serve to define the rules:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>RewriteCond<\/strong> &#8211; defines the conditions under which the RewriteRule directive will be triggered. The number of RewriteCond conditions before the RewriteRule directive is unlimited.<\/li>\n\n\n\n<li><strong>RewriteRule<\/strong> &#8211; sets the URL conversion rule.<\/li>\n<\/ul>\n\n\n\n<p>Example of RewriteRule for redirection:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteRule ^my-old-url\\.html$ \/my-new-url.html [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The first part of the rule specifies the condition under which the URL conversion will be performed.<\/li>\n\n\n\n<li>The second part of the rule determines what the URL should be converted to.<\/li>\n\n\n\n<li>The third part of the rule (in square brackets) contains additional options called flags. It is optional. In our case, it includes the redirect code &#8211; R=301, as well as the flag L &#8211; &#8220;last rule,&#8221; which says to stop the URL conversion process if it matches the rule.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_from_domain_to_domain\"><\/span>301 redirect from domain to domain<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Used when it is necessary to stick together old and new pages after changing the domain.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{HTTP_HOST} ^old-site.com$ [NC]<\/p>\n\n\n\n<p>RewriteRule ^(.*)$ https:\/\/www.new-site.com\/$1 [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_to_https_from_http\"><\/span>301 redirect to HTTPS from HTTP<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteRule ^(.*)$ https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirects_from_a_page_with_a_slash_to_a_url_without_a_slash_and_vice_versa\"><\/span>301 redirects from a page with a slash to a URL without a slash, and vice versa<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p><strong>On a URL without &#8220;\/&#8221;<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{REQUEST_FILENAME} !-d<\/p>\n\n\n\n<p>RewriteCond %{REQUEST_URI} ^(.+)\/$<\/p>\n\n\n\n<p>RewriteRule ^(.+)\/$ \/$1 [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<p><strong>On a URL with a &#8220;\/&#8221;<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteCond %{REQUEST_URI} \/+[^.]+$<\/p>\n\n\n\n<p>RewriteRule ^(.+[^\/])$ %{REQUEST_URI}\/ [R=301,L]<\/p>\n<\/blockquote>\n\n\n\n<p>But even with a ready-made code for different needs, something could go wrong, and the best option is to <strong>contact a programmer.<\/strong> Since it is possible that you accidentally catch another type of page or dynamic data that you need or something else, it is essential to <strong>check all pages after implementing the code.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"how_to_set_up_a_301_redirect_in_wordpress\"><\/span>How to set up a 301 redirect in WordPress?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>At the beginning of 2019, approximately 75 million sites were implemented using CMS WordPress. It allows you to solve a wide range of tasks with the help of plugins. This is also true for 301 redirects. If you need to redirect from one page to another, it is unnecessary to involve a programmer. It will be enough to <strong>use a plugin<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"301_redirect_with_the_301_redirects_plugin\"><\/span>301 redirect with the 301 Redirects plugin<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Setup <a href=\"https:\/\/wordpress.org\/plugins\/eps-301-redirects\/\">plugin<\/a> and install it in WordPress<\/li>\n\n\n\n<li>Configure the plugin. To do this, go to the &#8220;Settings&#8221; tab with the plugin&#8217;s name.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/yFimO-_znkfZn9GAkToxmMU5ORjKUlnuFi7b-pvEMT-E1JqR-6n0k4QBMjc_gW237WMtTE5USx4fADehA17raz0mTlZwvw8YISMYlV2QAToKTIAz6iqd1Bh0T71N32lX7yxok4tkTu3EZfrb5igf6OK9ROh6FwnfgMEeKtOOi6AawcoAj4qgQSAzElDN0w\" alt=\"\"\/><\/figure>\n\n\n\n<p>3. Select the type of redirect. The plugin allows you to implement different types of redirects: 301, 302, 307. To implement a redirect, you need to select the desired redirect type from the menu in the Redirect Rules tab:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/gxLha0ieJdAT84T_j-jLJhHNM7Wq841jEWZ982z8B-tK8c67pIYTyQvFnHUH7wCGfF6AW9iMb9Ue4TAA6UO0W2m111tOPLOorXc3z2_zCvhGo5BQK_ASEJy_cBEESX9M3DwOm84F2qwJ7izsOQBTco2gNgfXVugsSF4-LJ7uzJWqPQ8MkFjeDysI0uDxtg\" alt=\"\"\/><\/figure>\n\n\n\n<p>4. Next, you need to specify the relative link of the page from which to perform the redirect and the link to which it should be committed. Then click the &#8220;save&#8221; button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/d84v1XWZF1HbNmbOgAgxl8ZvjjX-NIfE2200k3ua7gT67PYICv9iTQ3-IoyPSqhUvuLzTFhFv3AaJXHS0CfHIN0REv9LQLw8OBia_5iEmPJSxQz_X9JS1pRUAsfDhrJFfNVc36MfVZmNOaSgmMpe54379t_Cd0nVAHFzA7TEZIgKMNZX908bD6X3EYgn0g\" alt=\"\"\/><\/figure>\n\n\n\n<p>You can check the result after saving. To do this, enter the URL from which you made the redirect in the address bar. You should be redirected to the page whose URL you specified in the second field.<\/p>\n\n\n\n<p><span style=\"background-color:rgba(0, 0, 0, 0);color:#f10c0c\" class=\"has-inline-color\"><strong>Important!<\/strong> <\/span>If you have any problems with the redirect, make sure that all fields are filled in, and the cache is cleared. To do this, go to the Tools &amp; Options tab and click on the <strong>Empty Cache<\/strong> button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/rNhq_hYXR9m3oyIKuCPNrvRurozMUp_VP7Luqnsm4G9R6iqNzBafVioXHY7RwGqKlH6ZCHx-Jdad8bwCFXUkrD7LdXEOpxlZhlyVJmADyl2BSaZcBw4hWpe0jxFAdzUVQau9jK9SaripeyhcYgIsBbGtwPlpzEXikEBXqDVDrkpjx-bLrHVQEDdy8bM5Qg\" alt=\"\"\/><\/figure>\n\n\n\n<p>After clearing the cache, recheck the redirect.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"when_should_you_avoid_301_redirects\"><\/span>When should you avoid 301 redirects?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>No one should use a permanent redirect for temporary solutions; it is evident from its name. For temporary movement, use <strong>302 Redirect Moved Temporarily<\/strong>. In this case, there will be no gluing of pages, and the site owner can restore the page with the redirect at any time.<\/p>\n\n\n\n<p><br>If there are any problems with your domain, for example, filters or bans, and you decide to change the address of the site (domain), you <a href=\"https:\/\/www.urllo.com\/resources\/learn\/5-reasons-to-avoid-301-redirect\">should not make a 301 redirect<\/a> from the old domain to the new one &#8211; as a result, you will stick all the problems of the old domain to the new one. In the end, nothing will change.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"other_types_of_3xx_redirects\"><\/span>Other Types of 3xx Redirects<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"302_redirect_%e2%80%93_moved_temporarily\"><\/span>302 Redirect \u2013 Moved Temporarily<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Suitable for cases when some page or section of the site is under technical maintenance. You can redirect users to a copy of the old page version at this time. It is a signal for the search engine that removing the donor page from the index is unnecessary, and there is no need to index the acceptor page.&nbsp;<\/p>\n\n\n\n<p>However, if the 302 redirects stand for a long time, the search bot may consider this a permanent move and make appropriate changes in the index.<\/p>\n\n\n\n<p>We know about the practice when online shop owners set up a 302 redirect for a product that is out of stock. We don&#8217;t recommend doing this. It&#8217;s better to specify that the product is out of stock now and add a block with similar or exciting products on this page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"303_and_307_redirect\"><\/span>303 and 307 Redirect&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>307 redirects (Temporary Redirect) is an exact copy of the 303 (Found) redirect for search engines. It is a temporary redirection of traffic to a new page with all the parameters of the original page.<\/p>\n\n\n\n<p>These types are used when there is a need to redirect the user to another page that does not contain an exact answer but is a partial replacement of the search query.<\/p>\n\n\n\n<p>303 and 307 redirects have been created to differentiate between the two supposed features of the 302 response code. In practice, no SEOs intentionally use either of them.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"304_redirect_%e2%80%93_not_modified\"><\/span>304 Redirect \u2013 Not Modified&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Browsers can send a request that asks if the resource has been modified. We can assist the browser by controlling The Last-Modified and If-Modified-Since headers to enter information about the last editing of a web page.<\/p>\n\n\n\n<p>The primary purpose of using If-Modified-Since and Last-Modified headers is to ensure that cached information is updated efficiently. Cache management will help improve page load speeds, as well as improve overall website performance and, thus, user experience.<\/p>\n\n\n\n<p>From an SEO point of view, monitoring cache updates is very important because it can improve the crawling and indexing of the site.<\/p>\n\n\n\n<p>You do remember that each site has a specific crawling budget, and the task of the optimizer is to use it as effectively as possible.<\/p>\n\n\n\n<p>The 304 redirect is the most helpful for owners of large sites who meet problems with scanning. The search robot scans pages that are non-priority and may never get to the necessary content. For example, the &#8216;About us&#8217; page is frequently scanned because there is a link to it on every site page in the header or footer. Therefore, the robot may consider it important, but it is not.<\/p>\n\n\n\n<p>By configuring If-Modified-Since and Last-Modified, you can show the robot which pages you updated and which have remained unchanged.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"305_redirect_%e2%80%93_use_proxy\"><\/span>305 Redirect \u2013 Use Proxy&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>305 redirects occur when the requested resource is available only through a proxy server. The web browser is expected to repeat the request through the proxy.<\/p>\n\n\n\n<p>Some browsers (Mozilla, Internet Explorer) mismanage this status. Most likely, they regard the fact that the request is not sent directly to the server as insecure.<\/p>\n\n\n\n<p>Programmers use proxy servers for various purposes, ranging from anonymity to the need to cache content to speed up page loading.<\/p>\n\n\n\n<p>We note that many search engines ignore this code and, in fact, abandon it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"306_redirect_%e2%80%93_switch_proxy\"><\/span>306 Redirect \u2013 Switch Proxy<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Initially, the 306 response code signaled that the client must use a specific proxy server. It is no longer relevant and remains reserved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"308_redirect_%e2%80%93_permanent_redirect\"><\/span>308 Redirect \u2013 Permanent Redirect<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>This response code is similar to a 301 redirect, with the only difference being that it does not allow you to change the request method from POST to GET. It&#8217;s also automatically cached and passes internal weight to the new page.<\/p>\n\n\n\n<p>It&#8217;s worth noting that this response code is experimental.<\/p>\n\n\n\n<p>There are other use cases for the 308 redirect. For example, Google Drive redirects with a 308 response code to show that a data download was interrupted.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"which_redirects_should_seo_experts_use\"><\/span>Which redirects should SEO experts use?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>We work with the following redirects: 301, 302, 304, 307, 308. But we actually <strong>use 301, 304, and 302<\/strong>. Can you guess why?<\/p>\n\n\n\n<p>Yes, because all browsers, clients, and search engines do not yet love the 307 and 308 server response codes. So let&#8217;s communicate with them in a language they understand.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"most_common_mistakes_with_redirects\"><\/span><span style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Most Common Mistakes With Redirects<\/span><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"redirect_robotstxt\"><\/span>Redirect robots.txt<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>When changing a site&#8217;s domain, the owner sometimes sets up a mass redirect of all pages and files, including the robots.txt file. But, to glue domains faster for search engines, the <strong>robots.txt on the old domain should be available for scanning<\/strong>, not redirected.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"the_acceptor_page_is_not_relevant_to_the_donor\"><\/span>The acceptor page is not relevant to the donor.<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The main advantage of 301 redirects for SEO is the transfer of weight and authority from the old page to the new page. However, if you put a redirect to a page that is irrelevant to the donor &#8211; with different information, a completely different product &#8211; then the search engines will consider it wrong. The weight will not be fully transferred. In some cases, the search engine will not consider it a redirect at all.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"redirect_chains\"><\/span>Redirect chains<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"550\" src=\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains-1200x550.png\" alt=\"\" class=\"wp-image-10132\" srcset=\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains-1200x550.png 1200w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains-400x183.png 400w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains-768x352.png 768w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains-1536x704.png 1536w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/02\/Redirect_chains.png 1800w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>We can often encounter situations of multiple-page redirects.<\/p>\n\n\n\n<p>For example, you delete page A and redirect to page B. Later you delete B and redirect to page C. As a result, a user who wants to go to page A is first redirected to page B and then to C. The robot may not understand why you&#8217;re doing this.<\/p>\n\n\n\n<p>Ideally, the redirect on page A should be fixed by putting it right on page C. And here, the robot is happy &#8211; the redirect is done correctly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"whats_wrong_with_redirect_chains\"><\/span>What&#8217;s wrong with redirect chains:<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>They slow down the opening of the final page, worsen the behavioral performance of the site and Core Web Vitals;<\/li>\n\n\n\n<li>Search robots can handle no more than five redirects;<\/li>\n\n\n\n<li>Increase the risk of redirect loops leading to the page&#8217;s inaccessibility.<\/li>\n<\/ul>\n\n\n\n<p>You can detect redirect chains with <a href=\"https:\/\/www.webceo.com\/website-audit.htm?&amp;utm_source=blog&amp;utm_mediu=blog-post&amp;utm_campaign=blog-jan-2023-redirects-in-modern-seo-dos-and-do-nots\" target=\"_blank\" rel=\"noreferrer noopener\">WebCEO\u2019s Technical Audit Tool<\/a> for free. Just add your project, and it will be automatically scanned. Afterward, move to the Site Health menu and check if your site has any redirect chains.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/Hfi1NJwF4g_-11DFEYq5yo2AVVIolTVGqlTuppBLZIR0q5OqFoBjw58duQKdIoZezKs_aj3mRRSzwpAjtSHub0cxHEL9y-qzaP_n1GzA-k_VeFTclxpHuPF3_xDqjMcNfJyqgawo40UmomzR-LV4pNP-ow4Va8GNKnxzDK19YPaX4LgkZ_o1EqYC77-LZg\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"redirect_loops\"><\/span>Redirect loops<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1800\" height=\"942\" src=\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops.png\" alt=\"Redirect Loops\" class=\"wp-image-10099\" srcset=\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops.png 1800w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops-400x209.png 400w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops-1200x628.png 1200w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops-768x402.png 768w, https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_loops-1536x804.png 1536w\" sizes=\"auto, (max-width: 1800px) 100vw, 1800px\" \/><\/figure>\n\n\n\n<p>A fictional example: you have set up a redirect from page A to page B and from there to page C. But page C is already redirected to page A. We get a vicious redirect loop. All URLs in the chain become inaccessible to users and search engines.<\/p>\n\n\n\n<p>In practice, <a href=\"https:\/\/wpengine.com\/resources\/how-to-fix-a-redirect-loop\/\">redirect loops<\/a> often occur when mass redirect rules are confused: pages with and without the slash, with and without WWW, etc.<\/p>\n\n\n\n<p>You should avoid redirecting loops because they negatively affect your ranking by increasing the content loading time, wasting crawling budgets, and decreasing link weight.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"pages_with_code_301_remained_in_the_sitemap\"><\/span>Pages with code 301 remained in the sitemap.<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>You must remove URLs with 301 redirects from sitemap.xml. Otherwise, the search robot will spend its crawling budget to crawl these pages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"redirect_to_the_404_page\"><\/span>Redirect to the 404 page<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Check the relevance of redirects on the site regularly, especially after cardinal restructuring and removal of irrelevant pages. It often happens that you put a redirect, but after some time, the URL acceptor was deleted, or it became inaccessible because of technical errors. As a result, redirects lead nowhere to a broken link.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"unusual_ways_to_create_redirects_redirects_via_meta_refresh_javascript_and_php\"><\/span>Unusual Ways to Create Redirects (Redirects via meta refresh, javascript, and PHP)<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"php_redirects\"><\/span>PHP redirects<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The main feature of the <a href=\"https:\/\/blog.hubspot.com\/website\/php-redirect\">redirect in PHP<\/a> is that redirection is not written in the page&#8217;s code but with the help of a script on the server. <strong>This reduces the susceptibility to search engine filters<\/strong>. You need to find the PHP file in the site&#8217;s root folder and enter a line of code for the appropriate redirect.<\/p>\n\n\n\n<p>This type is <strong>slower than .htaccess<\/strong>, but if you have hundreds of pages that need to be redirected and want to do it selectively rather than all of them, PHP might be the best choice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"javascript_redirects\"><\/span>JavaScript redirects<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>This differs from the previous ones in that the redirection takes place <strong>on the browser side<\/strong>, not the server side. Therefore, the redirection speed is drastically reduced because the script must fully load to perform actions.<\/p>\n\n\n\n<p>When do you use this? For example, when you move to a new site, <strong>it displays a message<\/strong> like &#8220;you will now be automatically redirected to our new site.&#8221;<\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.searchenginejournal.com\/javascript-redirects-for-seo\/462072\/#close\">JavaScript redirect<\/a> should be set up in the page&#8217;s source code from which the redirect comes by changing the text between the &lt;head&gt;-&lt;\/head&gt; tags.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"html_redirect_or_meta-refresh\"><\/span>HTML redirect or meta-refresh<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>A browser type of redirect. It is a meta tag, which usually specifies the delay time and the page to which the user is redirected.<\/p>\n\n\n\n<p>Example code for a meta refresh tag with a redirect delay of 2 seconds:<\/p>\n\n\n\n<p>&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;2;https:\/\/livepage.pro&#8221;&gt;<\/p>\n\n\n\n<p>The meta-refresh has a <strong>bad reputation among search engines<\/strong>, as this method has often been used to redirect to doorways. In addition, meta-refresh has other disadvantages:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Is not supported by all browsers;<\/li>\n\n\n\n<li>Leads to crawl errors. The search robot does not crawl the page on which the refresh meta tag is located but goes directly to the one to which the redirection leads;<\/li>\n\n\n\n<li>Can be defined by Google as spam with appropriate sanctions;<\/li>\n\n\n\n<li>Google bots may ignore pages with this meta tag and not index them.<\/li>\n<\/ul>\n\n\n\n<p>However, in some cases, the use of such a redirect may be appropriate, for example, for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Redirecting the visitor to the gratitude page after placing an order;<\/li>\n\n\n\n<li>&#8220;Backing up&#8221; redirects implemented in JavaScript &#8211; if the visitor&#8217;s browser does not support scripts;<\/li>\n\n\n\n<li>Redirecting the visitor to the page with links to download the correct browsers &#8211; if his browser displays your site with errors.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"summary\"><\/span>Summary<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A 301 redirect is a significant SEO optimization tool that improves the user experience and communication with search engine robots. It allows you to save the weight of pages, glue them together, save traffic, and retain the user. However, it\u2019s crucial that you use the correct type of redirect status code for your purpose to get the correct outcome.<\/li>\n\n\n\n<li>There are different ways to implement 301 redirects. The most common are edits in the web server configuration file (.htaccess). When implementing 301 redirects through the .htaccess file, site owners use classic 301 redirects or the RewriteRule directive.<\/li>\n\n\n\n<li>It is unnecessary to involve a programmer in implementing 301 redirects on different CRMs. The task is easily solved using modules or platform features.<\/li>\n\n\n\n<li>There are many different redirects, but 301, 302, and 304 will affect your SEO 98% of the time.<\/li>\n\n\n\n<li>Avoid redirect chains and redirect loops, as they can seriously worsen your rankings.<\/li>\n\n\n\n<li>Be very careful, and be active in checking the result of your settings. When working with redirects, it is easy to make mistakes and affect other pages or files.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>To make sure your site is search-engine friendly, check your site for technical issues and redirects with the help of the <a href=\"https:\/\/www.webceo.com\/website-audit.htm?utm_source=blog&amp;utm_mediu=blog-post&amp;utm_campaign=blog-jan-2023-redirects-in-modern-seo-dos-and-do-nots\">WebCEO Auditor Tool.\u00a0<\/a><\/p>\n\n\n\n\r\n        <p class='button_area_bottom' style=''>\r\n            <span class='button_area_bottom_title'>Fix Your Faulty Redirects<\/span>\r\n            \r\n            <a href='https:\/\/www.webceo.com\/website-audit.htm?utm_source=blog&amp;utm_medium=blog-post&amp;utm_campaign=seo-redirects' target='_blank' rel='noopener' class='button'>Sign Up Free<\/a>\r\n        <\/p>\r\n    \n","protected":false},"excerpt":{"rendered":"<p>So you\u2019ve decided to move your content, replace some URLs or merge pages with duplicate content, but you want to keep things search-engine friendly and retain the value of your content. How do you manage this correctly in terms of&#8230;<\/p>\n","protected":false},"author":50,"featured_media":10105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[155],"tags":[],"class_list":["post-10078","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo-guides"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Redirects In Modern SEO: Do&#039;s and Do Not&#039;s<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Redirects In Modern SEO: Do&#039;s and Do Not&#039;s\" \/>\n<meta property=\"og:description\" content=\"So you\u2019ve decided to move your content, replace some URLs or merge pages with duplicate content, but you want to keep things search-engine friendly and retain the value of your content. How do you manage this correctly in terms of...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/\" \/>\n<meta property=\"og:site_name\" content=\"SEO tools &amp; Online Marketing Tips Blog | WebCEO\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-03T12:38:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-03T12:38:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"942\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Welly Davis\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Welly Davis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/\",\"url\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/\",\"name\":\"Redirects In Modern SEO: Do's and Do Not's\",\"isPartOf\":{\"@id\":\"https:\/\/www.webceo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png\",\"datePublished\":\"2024-12-03T12:38:26+00:00\",\"dateModified\":\"2024-12-03T12:38:27+00:00\",\"author\":{\"@id\":\"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/4b08441729b0613d560ba9c6e09d88af\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage\",\"url\":\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png\",\"contentUrl\":\"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png\",\"width\":1800,\"height\":942,\"caption\":\"Redirects\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.webceo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Redirects In Modern SEO: Do&#8217;s and Do Not&#8217;s\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.webceo.com\/blog\/#website\",\"url\":\"https:\/\/www.webceo.com\/blog\/\",\"name\":\"SEO tools &amp; Online Marketing Tips Blog | WebCEO\",\"description\":\"The latest news about SEO, Online Marketing, Social Media Marketing from the best SEO software\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.webceo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/4b08441729b0613d560ba9c6e09d88af\",\"name\":\"Welly Davis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1f9579dd4654f0b3c7dbe6602fb86763121a66f73003d5fb7606a8f6801898bc?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1f9579dd4654f0b3c7dbe6602fb86763121a66f73003d5fb7606a8f6801898bc?s=96&r=g\",\"caption\":\"Welly Davis\"},\"description\":\"Welly is a rhythmic content writer with the goal of creating the most relevant answers to user queries. Davis remains inspired through learning and music writing. His life principle: \\\"I can be number one, even in Google.\\\"\",\"url\":\"https:\/\/www.webceo.com\/blog\/author\/welly-davis\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Redirects In Modern SEO: Do's and Do Not's","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:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/","og_locale":"en_US","og_type":"article","og_title":"Redirects In Modern SEO: Do's and Do Not's","og_description":"So you\u2019ve decided to move your content, replace some URLs or merge pages with duplicate content, but you want to keep things search-engine friendly and retain the value of your content. How do you manage this correctly in terms of...","og_url":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/","og_site_name":"SEO tools &amp; Online Marketing Tips Blog | WebCEO","article_published_time":"2024-12-03T12:38:26+00:00","article_modified_time":"2024-12-03T12:38:27+00:00","og_image":[{"width":1800,"height":942,"url":"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png","type":"image\/png"}],"author":"Welly Davis","twitter_misc":{"Written by":"Welly Davis","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/","url":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/","name":"Redirects In Modern SEO: Do's and Do Not's","isPartOf":{"@id":"https:\/\/www.webceo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage"},"image":{"@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage"},"thumbnailUrl":"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png","datePublished":"2024-12-03T12:38:26+00:00","dateModified":"2024-12-03T12:38:27+00:00","author":{"@id":"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/4b08441729b0613d560ba9c6e09d88af"},"breadcrumb":{"@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#primaryimage","url":"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png","contentUrl":"https:\/\/site.wstatic.net\/blog\/wp-content\/uploads\/2023\/01\/Redirect_301.png","width":1800,"height":942,"caption":"Redirects"},{"@type":"BreadcrumbList","@id":"https:\/\/www.webceo.com\/blog\/redirects-in-modern-seo-dos-and-do-nots\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webceo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Redirects In Modern SEO: Do&#8217;s and Do Not&#8217;s"}]},{"@type":"WebSite","@id":"https:\/\/www.webceo.com\/blog\/#website","url":"https:\/\/www.webceo.com\/blog\/","name":"SEO tools &amp; Online Marketing Tips Blog | WebCEO","description":"The latest news about SEO, Online Marketing, Social Media Marketing from the best SEO software","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webceo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/4b08441729b0613d560ba9c6e09d88af","name":"Welly Davis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webceo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1f9579dd4654f0b3c7dbe6602fb86763121a66f73003d5fb7606a8f6801898bc?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1f9579dd4654f0b3c7dbe6602fb86763121a66f73003d5fb7606a8f6801898bc?s=96&r=g","caption":"Welly Davis"},"description":"Welly is a rhythmic content writer with the goal of creating the most relevant answers to user queries. Davis remains inspired through learning and music writing. His life principle: \"I can be number one, even in Google.\"","url":"https:\/\/www.webceo.com\/blog\/author\/welly-davis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/posts\/10078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/comments?post=10078"}],"version-history":[{"count":23,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/posts\/10078\/revisions"}],"predecessor-version":[{"id":12019,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/posts\/10078\/revisions\/12019"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/media\/10105"}],"wp:attachment":[{"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/media?parent=10078"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/categories?post=10078"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webceo.com\/blog\/wp-json\/wp\/v2\/tags?post=10078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}