{"id":3595,"date":"2024-04-04T10:34:15","date_gmt":"2024-04-04T10:34:15","guid":{"rendered":"http:\/\/screamingfrog.club\/301-redirect-or-308-redirect\/"},"modified":"2024-07-03T08:53:56","modified_gmt":"2024-07-03T08:53:56","slug":"301-redirect-or-308-redirect","status":"publish","type":"post","link":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/","title":{"rendered":"301 redirect or 308 redirect?"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-title title fusion-title-1 fusion-title-center fusion-title-text fusion-title-size-three\" style=\"--awb-text-color:#141617;--awb-margin-top:20px;--awb-margin-bottom:20px;--awb-sep-color:var(--awb-color6);--awb-font-size:40px;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h3 class=\"fusion-title-heading title-heading-center awb-gradient-text fusion-responsive-typography-calculated\" style=\"font-family:&quot;Work Sans&quot;;font-style:normal;font-weight:800;margin:0;letter-spacing:-0.012em;text-transform:var(--awb-typography1-text-transform);background-color:#f79501;background-image:linear-gradient(150deg, #f79501 20%,#fe6996 100%);font-size:1em;--fontSize:40;line-height:1;\">Permanent Redirects<\/h3><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-1\"><p>Redirects are a way of forwarding a resource to a different URL. At the SEO level they are very important to preserve and ensure the accessibility of a resource to the Spider and improve the user experience to visitors.<\/p>\n<p>In general, we have different types of redirects but the most significant difference concerns its validity whether temporary or permanent.<\/p>\n<p>Until now, among permanent redirects the most widely used has always been the <strong>301<\/strong>, which indicates to the Search Engine a permanent transfer of a URL, but for the past few years there has been the inclusion of a new status code with the same functionality, the <strong>308<\/strong>.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-2 fusion-title-center fusion-title-text fusion-title-size-three\" style=\"--awb-text-color:#141617;--awb-margin-top:20px;--awb-margin-bottom:20px;--awb-sep-color:var(--awb-color6);--awb-font-size:40px;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h3 class=\"fusion-title-heading title-heading-center awb-gradient-text fusion-responsive-typography-calculated\" style=\"font-family:&quot;Work Sans&quot;;font-style:normal;font-weight:800;margin:0;letter-spacing:-0.012em;text-transform:var(--awb-typography1-text-transform);background-color:#f79501;background-image:linear-gradient(150deg, #f79501 20%,#fe6996 100%);font-size:1em;--fontSize:40;line-height:1;\">When do I use redirects?<\/h3><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-2\"><p>Redirects are widely used from an SEO perspective; some of the most frequent applications of use include:<\/p>\n<ul>\n<li><strong>Domain change<\/strong>: for example, in a rebranding during a migration.<\/li>\n<li><strong>merging two or more websites<\/strong>: redirects are used to pass rankings and safeguard navigational UX.<\/li>\n<li><strong>http to https transition<\/strong>.<\/li>\n<li><strong>Special<\/strong> offers: offers with an expiration date in which to use a temporary redirect (formerly 302)<\/li>\n<li><strong>When deleting pages<\/strong>: useful for passing ranking to a new resource and maintaining pre-existing backlinks. In this case, if the resource will never be available again a status code 410 might be ameliorative.<\/li>\n<\/ul>\n<p>Among the most common mistakes when making unknowing use of redirects are &#8220;Redirect Chains&#8221; or &#8220;Redirect Loops.&#8221;<\/p>\n<p><strong>Redirect<\/strong> Chain: redirect chains occur in case of multiple redirects between the requested resource and the final destination. Following the official Google documentation, it is inferred that the Spider will follow up to the 10th redirect step and therefore, on the SEO side it might not be considered a problem with shorter chains. Experience, on the other hand, shows that this scenario, applied on large sites, inexorably wastes the &#8220;Crawling Budget&#8221; and could be extremely negative in Search Engine optics that could lower the &#8220;crawl rate&#8221; of the project..<\/p>\n<p><strong>Redirect Loop<\/strong>: infinite redirects that occur when a URL redirects to itself or, when a node in the &#8220;Redirect Chain&#8221; redirects to a previous node. In this case the UX would be compromised and the &#8220;too many redirects&#8221; error could be generated in the browser.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-3 fusion-title-center fusion-title-text fusion-title-size-three\" style=\"--awb-text-color:#141617;--awb-margin-top:20px;--awb-margin-bottom:20px;--awb-sep-color:var(--awb-color6);--awb-font-size:40px;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h3 class=\"fusion-title-heading title-heading-center awb-gradient-text fusion-responsive-typography-calculated\" style=\"font-family:&quot;Work Sans&quot;;font-style:normal;font-weight:800;margin:0;letter-spacing:-0.012em;text-transform:var(--awb-typography1-text-transform);background-color:#f79501;background-image:linear-gradient(150deg, #f79501 20%,#fe6996 100%);font-size:1em;--fontSize:40;line-height:1;\">Redirect 301 &#8211; 308<\/h3><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-3\"><p>Both redirects are permanent but have some very significant differences.<\/p>\n<p><span style=\"background-color: var(--awb-bg-color-hover); color: var(--awb-text-color); font-family: var(--awb-text-font-family); font-size: var(--awb-font-size); font-style: var(--awb-text-font-style); font-weight: var(--awb-text-font-weight); letter-spacing: var(--awb-letter-spacing); text-align: var(--awb-content-alignment); text-transform: var(--awb-text-transform);\">Considering the main features, we can say that both redirects communicate permanent URL transfer and transfer Link Juice.<\/span><\/p>\n<p>Substantial differences include:<\/p>\n<p><strong>Redirect 301<\/strong><\/p>\n<ul>\n<li>Is stored in the browser cache;<\/li>\n<li>risks changing method and body of the HTTP header, and some input data may not be transmitted.<\/li>\n<\/ul>\n<p><strong>Redirect 308<\/strong><\/p>\n<ul>\n<li>by default is not cached in the browser, and changes take effect immediately;<\/li>\n<li>maintains HTTP header body and method, and all input data is transmitted.<\/li>\n<\/ul>\n<\/div><div class=\"fusion-title title fusion-title-4 fusion-title-center fusion-title-text fusion-title-size-three\" style=\"--awb-text-color:#141617;--awb-margin-top:20px;--awb-margin-bottom:20px;--awb-sep-color:var(--awb-color6);--awb-font-size:40px;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h3 class=\"fusion-title-heading title-heading-center awb-gradient-text fusion-responsive-typography-calculated\" style=\"font-family:&quot;Work Sans&quot;;font-style:normal;font-weight:800;margin:0;letter-spacing:-0.012em;text-transform:var(--awb-typography1-text-transform);background-color:#f79501;background-image:linear-gradient(150deg, #f79501 20%,#fe6996 100%);font-size:1em;--fontSize:40;line-height:1;\">Redirect and Screaming Frog<\/h3><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:var(--awb-color6);\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-4\"><p>Redirects are fairly simple to use on a conceptual level but dress a very important role from an SEO perspective.<\/p>\n<p>To always keep your website healthy I recommend you always use Screaming Frog which, in a simple and intuitive way allows you to view any redirect chains or loops in links through different reports in addition to the possibility of sidebar consultation in the &#8220;Overview&#8221; tab &#8211; &#8220;Internal- External&#8221; section.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-sizes-left:5px;--awb-border-color:#f79501;--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-bottom:0px;--awb-background-color:var(--awb-color6);--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-5 fusion-text-no-margin\" style=\"--awb-margin-top:20px;--awb-margin-bottom:0px;--awb-margin-left:20px;\"><p><span style=\"color: #ffffff;\">REPORT &gt; REDIRECTS &gt; REDIRECT CHAINS | REDIRECT &amp; LOOP CHAINS<\/span><\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-image-element \" style=\"--awb-margin-top:20px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><a href=\"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[306774c22a80372b437]\" data-title=\"Report redirect di Screaming Frog\" title=\"Report redirect di Screaming Frog\"><img decoding=\"async\" width=\"783\" height=\"374\" src=\"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog.png\" alt class=\"img-responsive wp-image-3192\" srcset=\"https:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog-200x96.png 200w, https:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog-400x191.png 400w, https:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog-600x287.png 600w, https:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/04\/Report-redirect-di-Screaming-Frog.png 783w\" sizes=\"(max-width: 640px) 100vw, 783px\" \/><\/a><\/span><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container has-pattern-background has-mask-background hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--link_color: #f79501;--awb-border-sizes-top:0;--awb-border-sizes-bottom:0;--awb-border-sizes-left:5;--awb-border-sizes-right:0;--awb-border-color:var(--awb-color6);--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-bottom:8px;--awb-margin-bottom:43px;--awb-background-color:var(--awb-color3);--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"width:104% !important;max-width:104% !important;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-6 fusion-text-no-margin\" style=\"--awb-margin-top:5px;--awb-margin-right:10px;--awb-margin-bottom:-10px;--awb-margin-left:10px;\"><p><strong>Related Tab<\/strong>: <a href=\"https:\/\/screamingfrog.club\/en\/status-code\/\">Response Code<\/a> | <a href=\"https:\/\/screamingfrog.club\/en\/sidebar\/\">Sidebar<\/a> | <a href=\"https:\/\/screamingfrog.club\/en\/report\/\">Report<\/a><\/p>\n<\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[67],"tags":[52,68],"class_list":["post-3595","post","type-post","status-publish","format-standard","hentry","category-seo","tag-beginner-en","tag-seo-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Differences between Redirect 301 and 308 | Screaming Frog<\/title>\n<meta name=\"description\" content=\"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Differences between Redirect 301 and 308 | Screaming Frog\" \/>\n<meta property=\"og:description\" content=\"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\" \/>\n<meta property=\"og:site_name\" content=\"Screaming Frog Club\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-04T10:34:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-03T08:53:56+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/03\/SF_Back_dark.png\" \/>\n<meta name=\"author\" content=\"raffaele.visintin@gmail.com\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"raffaele.visintin@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\"},\"author\":{\"name\":\"raffaele.visintin@gmail.com\",\"@id\":\"https:\/\/screamingfrog.club\/en\/#\/schema\/person\/cd9ee509ae86128e5e339f9e3de1bc73\"},\"headline\":\"301 redirect or 308 redirect?\",\"datePublished\":\"2024-04-04T10:34:15+00:00\",\"dateModified\":\"2024-07-03T08:53:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\"},\"wordCount\":3906,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/#organization\"},\"keywords\":[\"Beginner\",\"Seo\"],\"articleSection\":[\"SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\",\"url\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\",\"name\":\"Differences between Redirect 301 and 308 | Screaming Frog\",\"isPartOf\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/#website\"},\"datePublished\":\"2024-04-04T10:34:15+00:00\",\"dateModified\":\"2024-07-03T08:53:56+00:00\",\"description\":\"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.\",\"breadcrumb\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/screamingfrog.club\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"301 redirect or 308 redirect?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/screamingfrog.club\/en\/#website\",\"url\":\"https:\/\/screamingfrog.club\/en\/\",\"name\":\"Screaming Frog Club\",\"description\":\"Guide e Tutorial sul Seo SPider\",\"publisher\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/screamingfrog.club\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/screamingfrog.club\/en\/#organization\",\"name\":\"Screaming Frog Club\",\"url\":\"https:\/\/screamingfrog.club\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/screamingfrog.club\/en\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/02\/SF_Club_Logo-2.png\",\"contentUrl\":\"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/02\/SF_Club_Logo-2.png\",\"width\":117,\"height\":67,\"caption\":\"Screaming Frog Club\"},\"image\":{\"@id\":\"https:\/\/screamingfrog.club\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/screamingfrog.club\/en\/#\/schema\/person\/cd9ee509ae86128e5e339f9e3de1bc73\",\"name\":\"raffaele.visintin@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410\",\"url\":\"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410\",\"contentUrl\":\"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410\",\"caption\":\"raffaele.visintin@gmail.com\"},\"sameAs\":[\"http:\/\/screamingfrog.club\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Differences between Redirect 301 and 308 | Screaming Frog","description":"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.","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:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/","og_locale":"en_US","og_type":"article","og_title":"Differences between Redirect 301 and 308 | Screaming Frog","og_description":"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.","og_url":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/","og_site_name":"Screaming Frog Club","article_published_time":"2024-04-04T10:34:15+00:00","article_modified_time":"2024-07-03T08:53:56+00:00","og_image":[{"url":"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/03\/SF_Back_dark.png","type":"","width":"","height":""}],"author":"raffaele.visintin@gmail.com","twitter_card":"summary_large_image","twitter_misc":{"Written by":"raffaele.visintin@gmail.com","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#article","isPartOf":{"@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/"},"author":{"name":"raffaele.visintin@gmail.com","@id":"https:\/\/screamingfrog.club\/en\/#\/schema\/person\/cd9ee509ae86128e5e339f9e3de1bc73"},"headline":"301 redirect or 308 redirect?","datePublished":"2024-04-04T10:34:15+00:00","dateModified":"2024-07-03T08:53:56+00:00","mainEntityOfPage":{"@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/"},"wordCount":3906,"commentCount":0,"publisher":{"@id":"https:\/\/screamingfrog.club\/en\/#organization"},"keywords":["Beginner","Seo"],"articleSection":["SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/","url":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/","name":"Differences between Redirect 301 and 308 | Screaming Frog","isPartOf":{"@id":"https:\/\/screamingfrog.club\/en\/#website"},"datePublished":"2024-04-04T10:34:15+00:00","dateModified":"2024-07-03T08:53:56+00:00","description":"Learn the differences between 301 redirects and experimental 308 for an upgrade of your Seo Onpage. Read the in-depth discussion in the SEO Wiki now.","breadcrumb":{"@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/screamingfrog.club\/en\/301-redirect-or-308-redirect\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/screamingfrog.club\/en\/"},{"@type":"ListItem","position":2,"name":"301 redirect or 308 redirect?"}]},{"@type":"WebSite","@id":"https:\/\/screamingfrog.club\/en\/#website","url":"https:\/\/screamingfrog.club\/en\/","name":"Screaming Frog Club","description":"Guide e Tutorial sul Seo SPider","publisher":{"@id":"https:\/\/screamingfrog.club\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/screamingfrog.club\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/screamingfrog.club\/en\/#organization","name":"Screaming Frog Club","url":"https:\/\/screamingfrog.club\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/screamingfrog.club\/en\/#\/schema\/logo\/image\/","url":"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/02\/SF_Club_Logo-2.png","contentUrl":"http:\/\/screamingfrog.club\/wp-content\/uploads\/2024\/02\/SF_Club_Logo-2.png","width":117,"height":67,"caption":"Screaming Frog Club"},"image":{"@id":"https:\/\/screamingfrog.club\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/screamingfrog.club\/en\/#\/schema\/person\/cd9ee509ae86128e5e339f9e3de1bc73","name":"raffaele.visintin@gmail.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410","url":"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410","contentUrl":"https:\/\/screamingfrog.club\/wp-content\/litespeed\/avatar\/5b2dd661ff57d360794386547fd7a2dd.jpg?ver=1775343410","caption":"raffaele.visintin@gmail.com"},"sameAs":["http:\/\/screamingfrog.club"]}]}},"_links":{"self":[{"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/posts\/3595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/comments?post=3595"}],"version-history":[{"count":0,"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/posts\/3595\/revisions"}],"wp:attachment":[{"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/media?parent=3595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/categories?post=3595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/screamingfrog.club\/en\/wp-json\/wp\/v2\/tags?post=3595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}