{"id":93554,"date":"2023-09-08T06:50:54","date_gmt":"2023-09-08T06:50:54","guid":{"rendered":"\/tutorials\/?p=93554"},"modified":"2025-11-19T08:29:00","modified_gmt":"2025-11-19T08:29:00","slug":"301-redirects-in-wordpress","status":"publish","type":"post","link":"\/tutorials\/301-redirects-in-wordpress","title":{"rendered":"How to set up 301 redirects in WordPress"},"content":{"rendered":"<p>When you move or delete WordPress content, broken links damage your SEO and frustrate users unless you set up 301 redirects in WordPress. <\/p><p>These redirects automatically route visitors from outdated URLs to the correct pages, preserving your search rankings and eliminating 404 errors.<\/p><p>Three of the most effective methods to set up 301 redirects in WordPress are:<\/p><ul class=\"wp-block-list\">\n<li><strong>Using a plugin<\/strong>. Install a tool like AIOSEO or 301 Redirects and simply input the old and new URLs into a visual dashboard, letting the software handle the technical details.<\/li>\n\n\n\n<li><strong>Editing the .htaccess file<\/strong>. Access your server&rsquo;s root directory and manually add Apache rewrite rules to the configuration file to reroute traffic before WordPress loads.<\/li>\n\n\n\n<li><strong>Writing a PHP script<\/strong>. Insert a specific code snippet into your theme&rsquo;s header file to send a header response that forces the redirect programmatically.<\/li>\n<\/ul><p>\n\n\n\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-what-is-a-301-redirect-in-wordpress\">What is a 301 redirect in WordPress?<\/h2><p>A 301 redirect in WordPress is a <strong>permanent forwarding code<\/strong> that tells browsers and search engines that a web page has moved to a new URL.<\/p><p>When a user or search engine crawler tries to access the old URL, the server responds with a 301 Moved Permanently status code and automatically routes them to the new location.<\/p><p>This process is crucial for user experience and SEO because it prevents <strong>404 Not Found<\/strong> errors and passes link equity (ranking power) from the old URL to the new one.<\/p><h3 class=\"wp-block-heading\" id=\"h-why-you-should-create-301-redirects\">Why you should create 301 redirects<\/h3><p>You should create 301 redirects to preserve SEO value, maintain a smooth user journey, and effectively manage your site&rsquo;s architecture.<\/p><p>Specifically, these redirects help you:<\/p><ul class=\"wp-block-list\">\n<li><strong>Preserve SEO value<\/strong>. A 301 redirect passes the majority of a page&rsquo;s ranking authority to the new URL, so you don&rsquo;t lose your hard-earned search positions.<\/li>\n\n\n\n<li><strong>Improve user experience<\/strong>. Instead of hitting a dead end (404 error), visitors are automatically sent to the relevant content they were looking for.<\/li>\n\n\n\n<li><strong>Maintain current content<\/strong>. The redirect allows you to update or remove outdated posts while still capturing the traffic intended for those pages.<\/li>\n\n\n\n<li><strong>Handle permanent site changes<\/strong>. It is essential for structural changes, such as moving to a new domain or changing your URL slug structure.<\/li>\n\n\n\n<li><strong>Consolidate content<\/strong>. If you have multiple pages competing for the same keywords, redirecting them to a single authoritative page eliminates keyword cannibalization.<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-when-you-should-use-301-redirects\">When you should use 301 redirects<\/h3><p>You should use 301 redirects when a page has moved permanently to a new URL to transfer link equity and preserve SEO value.<\/p><ul class=\"wp-block-list\">\n<li><strong>Website migration<\/strong>. When moving to a new domain, 301s help Google index the new site while dropping the old one without losing rank.<\/li>\n\n\n\n<li><strong>URL changes<\/strong>. If you optimize a slug, for example from <strong>\/2023-post<\/strong> to <strong>\/guide<\/strong>, a redirect links the old address to the new one.<\/li>\n\n\n\n<li><strong>HTTP to HTTPS<\/strong>. To maintain security, you must redirect all insecure HTTP traffic to the encrypted HTTPS version.<\/li>\n\n\n\n<li><strong>Site redesign<\/strong>. If your site structure changes significantly, redirects help map old categories or pages to their new locations.<\/li>\n\n\n\n<li><strong>Content consolidation<\/strong>. When merging three short articles into one comprehensive guide, redirect the old URLs to the new master post.<\/li>\n\n\n\n<li><strong>Broken or outdated links<\/strong>. Instead of leaving a 404 error for deleted pages, redirect users to the most relevant existing content. Only redirect to the homepage as a last resort.<\/li>\n\n\n\n<li><strong>Fixing typos<\/strong>. If you accidentally published a URL with a typo, a redirect guarantees that anyone who bookmarked the bad link will still find the content.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-how-to-set-up-a-redirect-with-a-wordpress-plugin\">How to set up a redirect with a WordPress plugin<\/h2><p>Setting up a redirect using a WordPress plugin typically involves the following steps:<\/p><ol class=\"wp-block-list\">\n<li><strong>Install and activate<\/strong>. Download a redirection plugin from the WordPress repository.<\/li>\n\n\n\n<li><strong>Access settings<\/strong>. Locate the plugin in the dashboard, usually under <strong>Tools<\/strong> or a dedicated menu.<\/li>\n\n\n\n<li><strong>Configure the rule<\/strong>. Enter the <strong>Source URL<\/strong> (old) and <strong>Target URL<\/strong> (new).<\/li>\n\n\n\n<li><strong>Save and test<\/strong>. Save the redirect and visit the old link to verify it works.<\/li>\n<\/ol><p>Popular <a href=\"\/tutorials\/wordpress-redirect-plugin\">WordPress redirection plugins<\/a> are <strong>AIOSEO<\/strong> and <strong>301 Redirects<\/strong>. AIOSEO is a comprehensive SEO suite that includes redirection in its premium plans, while 301 Redirects is a dedicated, lightweight tool often used specifically for this one function.<\/p><h3 class=\"wp-block-heading\" id=\"h-how-to-set-up-301-redirects-using-the-aioseo-plugin\">How to set up 301 redirects using the AIOSEO plugin<\/h3><p>Setting up a 301 redirect using AIOSEO requires purchasing the AIOSEO <strong>Pro<\/strong> or <strong>Elite<\/strong> version.<\/p><ol class=\"wp-block-list\">\n<li>Navigate to <strong>All in One SEO &rarr; Redirects<\/strong> in your WordPress dashboard.<\/li>\n\n\n\n<li>Click the <strong>Activate Redirects<\/strong> button if this is your first time using the feature.<\/li>\n\n\n\n<li>In the <strong>Add New Redirection<\/strong> form, enter the old address in the <strong>Source URL<\/strong> field.<\/li>\n\n\n\n<li>Enter the new destination in the <strong>Target URL<\/strong> field.<\/li>\n\n\n\n<li>Verify that <strong>301 Moved Permanently<\/strong> is selected in the <strong>Redirect Type<\/strong> dropdown.<\/li>\n\n\n\n<li>Click <strong>Add Redirect<\/strong>.<\/li>\n<\/ol><div class=\"wp-block-image\">\n<figure data-wp-context='{\"imageId\":\"69e0941119b80\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/09\/The-Redirects-feature-of-AIOSEO-in-WordPress-dashboard-1024x445.png\" alt=\"AIOSEO Redirects screen showing fields for source URL, target URL, and type\"><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><h3 class=\"wp-block-heading\" id=\"h-how-to-set-up-301-redirects-using-the-301-redirects-plugin\">How to set up 301 redirects using the 301 Redirects plugin<\/h3><p>To set up a 301 redirect using the 301 Redirects plugin, follow these steps:<\/p><ol class=\"wp-block-list\">\n<li>Install and activate the plugin from <strong>Plugins &rarr; Add New<\/strong> in your dashboard.<\/li>\n\n\n\n<li>Go to <strong>Settings &rarr; 301 Redirects<\/strong>.<\/li>\n\n\n\n<li>Enter the old URL in the <strong>Redirect From<\/strong> field.<\/li>\n\n\n\n<li>Enter the new URL in the <strong>Redirect To<\/strong> field.<\/li>\n\n\n\n<li>Check that the dropdown menu is set to <strong>301<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Save<\/strong>.<\/li>\n<\/ol><div class=\"wp-block-image\">\n<figure data-wp-context='{\"imageId\":\"69e0941119ee0\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/09\/The-301-Redirects-dashboard-in-WordPress-1024x270.png\" alt=\"301 Redirects plugin screen with Redirect From\/To fields and 301 option\"><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><h2 class=\"wp-block-heading\" id=\"h-how-to-set-up-301-redirects-manually-by-editing-the-htaccess-file\">How to set up 301 redirects manually by editing the .htaccess file<\/h2><p>To create a 301 redirect manually by editing the <strong>.htaccess<\/strong> file, you must access your server files directly. This method is faster for the server as it processes the redirect before loading WordPress.<\/p><p>\n\n\n<div><p class=\"important\"><strong>Important!<\/strong> This method only works on Apache and LiteSpeed servers. Some WordPress hosting providers use NGINX servers, which don&rsquo;t have <strong>.htaccess<\/strong> files. If you don&rsquo;t see this file in your root directory, check your hosting control panel for built-in redirect tools instead.<\/p><\/div>\n\n\n\n<\/p><ol class=\"wp-block-list\">\n<li>Access your website files using the <strong>File Manager<\/strong> in your hosting control panel or an <a href=\"\/tutorials\/filezilla-ftp-configuration\">FTP client like FileZilla<\/a>.<\/li>\n\n\n\n<li>Open the <strong>public_html<\/strong> directory.<\/li>\n\n\n\n<li><a href=\"\/tutorials\/locate-and-create-htaccess\">Locate the .htaccess file<\/a>. If you do not see it, verify your file manager is set to show hidden files.<\/li>\n\n\n\n<li>Create a backup of the <strong>.htaccess<\/strong> file before making any changes. A single syntax error can make your entire site inaccessible.<\/li>\n\n\n\n<li>Right-click the file and select <strong>Edit<\/strong>.<\/li>\n\n\n\n<li>Verify the rewrite engine is enabled by checking for the line <strong>RewriteEngine on<\/strong>.<\/li>\n\n\n\n<li>Add your redirect rules before the <strong># BEGIN WordPress<\/strong> line so that they process correctly. Use the following format:<\/li>\n<\/ol><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Redirect 301 \/old-page.html https:\/\/www.example.com\/new-page.html<\/pre><div class=\"wp-block-image\">\n<figure data-wp-context='{\"imageId\":\"69e094111a1f9\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/09\/hpanel-file-manager-htaccess-rewriteengine-redirect-highlighted-1024x458.png\" alt=\"hPanel File Manager showing .htaccess with RewriteEngine on and redirect rules\"><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><ol start=\"8\" class=\"wp-block-list\">\n<li>Save the file and test the redirect in your browser.<\/li>\n<\/ol><h2 class=\"wp-block-heading\" id=\"h-how-to-set-up-301-redirects-using-a-php-script\">How to set up 301 redirects using a PHP script<\/h2><p>To implement a 301 (permanent) redirect using a PHP script, use the <strong>header()<\/strong> function to send the correct HTTP status code and the new location.<\/p><p>The <a href=\"\/tutorials\/php-redirect\">PHP redirect<\/a> method is useful if you want to perform a redirect from a specific template file or logic within your theme.<\/p><ol class=\"wp-block-list\">\n<li>Access your theme files via <strong>File Manager<\/strong> or the <a href=\"\/tutorials\/wordpress-theme-editor\">WordPress Theme File Editor<\/a>.<\/li>\n\n\n\n<li>Open the specific PHP file where the redirect should occur (or create a new one).<\/li>\n\n\n\n<li>Insert the following code at the very top of the file, before any HTML output:<\/li>\n<\/ol><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;?php\n    \/\/ Permanent 301 Redirect\n    header(\"HTTP\/1.1 301 Moved Permanently\");\n    header(\"Location: https:\/\/www.example.com\/new-target-url\");\n    exit();\n    ?&gt;<\/pre><p>Please note that the <strong>exit() <\/strong>function is critical. It stops script execution after the redirect, preventing any additional code from running that could interfere with the redirect.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-set-up-301-redirects-using-hpanel\">How to set up 301 redirects using hPanel<\/h2><p>For <a href=\"\/wordpress-hosting\">Hostinger WordPress hosting<\/a> customers, you can set up a 301 redirect in hPanel safely without manual coding.<\/p><p>This server-level approach is simpler than editing .htaccess manually and includes error checking to prevent syntax issues.<\/p><p>For a detailed walkthrough, read our guide on <a href=\"https:\/\/www.hostinger.com\/support\/1583406-how-to-set-up-a-redirect-in-hostinger\">how to set up a redirect in Hostinger<\/a>.<\/p><h2 class=\"wp-block-heading\" id=\"h-what-are-other-types-of-redirect-codes\">What are other types of redirect codes?<\/h2><p>Other types of redirect codes include <strong>HTTP 302 (Found), 303 (See Other), 307 (Temporary Redirect), and 308 (Permanent Redirect)<\/strong>, as well as non-HTTP methods like meta refresh and JavaScript redirects.<\/p><p>These codes serve specific technical purposes distinct from the standard 301.<\/p><h3 class=\"wp-block-heading\" id=\"h-302-redirect\">302 redirect<\/h3><p>A 302 redirect is a temporary redirect that signals a web page has moved to a different URL for a short time.<\/p><p>Search engines follow 302 redirects but treat them differently than 301s &ndash; they may temporarily index both the old and new URLs and won&rsquo;t transfer full link equity to the new location, since the move is expected to be reversed.<\/p><p>Use this when you are temporarily updating a page or running a brief A\/B test.<\/p><h3 class=\"wp-block-heading\" id=\"h-303-redirect\">303 redirect<\/h3><p>A 303 redirect is an <a href=\"\/tutorials\/http-status-codes\">HTTP status code<\/a> that means &ldquo;See Other.&rdquo; It instructs the browser to use a <strong>GET<\/strong> request to a new URL to retrieve the resource, rather than using the original method (like <strong>POST<\/strong>).<\/p><p>It is commonly used after a successful form submission (like a credit card payment) to prevent the browser from re-submitting sensitive data if the user refreshes the page.<\/p><h3 class=\"wp-block-heading\" id=\"h-307-redirect\">307 redirect<\/h3><p>A 307 Temporary Redirect is an HTTP status code that tells a browser to temporarily go to a different URL to find the requested resource, without changing the request method.<\/p><p>Unlike 302, a 307 redirect guarantees that the method (POST or GET) remains the same. This is intended for temporary alterations where you plan to return the content to its original URL soon.<\/p><h3 class=\"wp-block-heading\" id=\"h-308-redirect\">308 redirect<\/h3><p>A 308 redirect is a permanent redirect similar to 301, with one key difference: it preserves the <strong>HTTP<\/strong> request method.<\/p><p>If the original request was a <strong>POST<\/strong>, it remains a <strong>POST<\/strong> (unlike 301, which converts it to <strong>GET<\/strong>). This is useful for API endpoints and form submissions that have permanently moved to a new location.<\/p><h2 class=\"wp-block-heading\" id=\"h-next-steps-strengthen-your-wordpress-site-s-seo\">Next steps: Strengthen your WordPress site&rsquo;s SEO<\/h2><p>Fixing broken links with 301 redirects is a critical first step in technical site maintenance. Once your URL structure is secure and users and search engines can see the right content without hitting dead ends, the next priority is improving your site&rsquo;s visibility and rankings.<\/p><p>You should now focus on optimizing your content, page speed, and site architecture to drive more organic traffic.<\/p><p>To move forward, explore our complete guide on <a href=\"\/tutorials\/wordpress-seo-tips\">WordPress SEO tips<\/a>, which shows you how to master basic SEO steps, optimize on-page elements like titles and images, improve technical factors like site speed, and maintain your site&rsquo;s performance over time.<\/p><p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you move or delete WordPress content, broken links damage your SEO and frustrate users unless you set up 301 [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/tutorials\/301-redirects-in-wordpress\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":332,"featured_media":95714,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"How to set up 301 redirects in WordPress","rank_math_description":"Learn how to set up 301 redirects in WordPress to fix broken links and boost SEO. We cover methods using plugins, .htaccess, and PHP scripts.","rank_math_focus_keyword":"301 redirects in wordpress","footnotes":""},"categories":[22640,22637],"tags":[],"class_list":["post-93554","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security-and-maintenance","category-wordpress"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"pt-BR","link":"https:\/\/www.hostinger.com\/br\/tutoriais\/redirecionamento-301-wordpress","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/redirection-301-wordpress","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/redireccion-301-wordpress","default":0},{"locale":"id-ID","link":"https:\/\/www.hostinger.com\/id\/tutorial\/cara-redirect-301","default":0},{"locale":"de-DE","link":"https:\/\/www.hostinger.com\/de\/tutorials\/301-weiterleitung-einrichten","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/redireccion-301-wordpress","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/redireccion-301-wordpress","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/redireccion-301-wordpress","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/pt\/tutoriais\/redirecionamento-301-wordpress","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/301-redirects-in-wordpress","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/301-redirects-in-wordpress","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/93554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/users\/332"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/comments?post=93554"}],"version-history":[{"count":15,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/93554\/revisions"}],"predecessor-version":[{"id":136442,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/93554\/revisions\/136442"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/media\/95714"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/media?parent=93554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/categories?post=93554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/tags?post=93554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}