{"id":3284,"date":"2023-08-29T09:37:27","date_gmt":"2023-08-29T07:37:27","guid":{"rendered":"https:\/\/mijn.host\/blog\/redirects-wordpress-everything-you-need-to-know\/"},"modified":"2026-07-23T16:28:05","modified_gmt":"2026-07-23T14:28:05","slug":"redirects-wordpress-everything-you-need-to-know","status":"publish","type":"post","link":"https:\/\/my.host\/blog\/redirects-wordpress-everything-you-need-to-know\/","title":{"rendered":"Redirects in WordPress: Everything You Need to Know"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you start building and maintaining a website in WordPress, you will most likely reach a point where you want to know what redirects are. If you delete a page, you don&#8217;t want your visitors to end up on a 404 page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You might also have a new domain name and want to redirect the old one; there are various reasons to use redirects. Do you have a WordPress website and want to know more about what redirects are, when to use them, and how to set them up? Then this article is perfect for you.<\/p>\n\n\n\n<h2 id=\"what-is-a-redirect-exactly\" class=\"wp-block-heading\">What is a redirect exactly?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The word redirect can be translated as &#8220;forwarding,&#8221; and that&#8217;s precisely what a redirect on a website is. You direct a specific page directly to another page. A concrete example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Suppose we once posted a social media message at my.host about Microsoft 365. This message links to the following URL: \u201chttps:\/\/my.host\/microsoft-365\/\u201d and receives visitors daily. To optimize the page for discoverability, we change the URL to \u201chttps:\/\/my.host\/microsoft-365-package\/\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If we can&#8217;t edit the social media post for any reason, we can&#8217;t update the URL to the new correct URL. So, we need a redirect to ensure that visitors don&#8217;t end up on a 404 (non-existent) page. The redirect would look like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>https:\/\/my.host\/microsoft-365\/<\/li>\n\n\n\n<li>301 redirect to new page<\/li>\n\n\n\n<li>https:\/\/my.host\/microsoft-365-package\/<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This way, we ensure visitors land on the new page.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"800\" height=\"412\" sizes=\"(max-width: 800px) 100vw, 800px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/301-redircts-in-WordPress.jpg\" alt=\"\" class=\"wp-image-868\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/301-redircts-in-WordPress.jpg 800w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/301-redircts-in-WordPress-300x155.jpg 300w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/301-redircts-in-WordPress-768x396.jpg 768w\" \/><\/figure>\n\n\n\n<h2 id=\"when-do-you-use-redirects\" class=\"wp-block-heading\">When do you use redirects?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the example described above, there are several reasons to set up a redirect on your website. The four main reasons for setting up redirects are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A broken page<\/li>\n\n\n\n<li>The URL of a page has changed<\/li>\n\n\n\n<li>A new domain name<\/li>\n\n\n\n<li>Passing link value<\/li>\n<\/ul>\n\n\n\n<h3 id=\"a-page-is-broken\" class=\"wp-block-heading\">A page is broken<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It happens to the best of us. You install a new plugin, tweak some code, or apply an update, and suddenly a page stops working and gives a 404 error code.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Annoying, of course.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you can&#8217;t figure out the issue, we recommend redirecting the broken page to a new page.&nbsp;<\/p>\n\n\n\n<h3 id=\"the-url-of-a-page-has-changed\" class=\"wp-block-heading\">The URL of a page has changed<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Perhaps you have a well-functioning page, but you still want to change the URL. This could be to score better on Google, or maybe you want to adjust the date of a blog, for example.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whatever the reason, if you change the URL, the old URL will produce a 404 error message. Therefore, you should always redirect the old URL when you change it.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"495\" sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/www-redirects-in-WordPress-1024x495.jpg\" alt=\"\" class=\"wp-image-869\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/www-redirects-in-WordPress-1024x495.jpg 1024w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/www-redirects-in-WordPress-300x145.jpg 300w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/www-redirects-in-WordPress-768x371.jpg 768w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/www-redirects-in-WordPress.jpg 1029w\" \/><\/figure>\n\n\n\n<h3 id=\"a-new-domain-name\" class=\"wp-block-heading\">A new domain name<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Done a rebranding or grabbed a beautiful new domain name? Then it&#8217;s necessary to redirect the old domain name and possibly some pages to the new one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note, the process of a website migration is quite complex and requires attention and care, especially if you already receive a lot of visitors from Google. We recommend delving into this thoroughly or outsourcing it to an expert to ensure it goes smoothly.<\/p>\n\n\n\n<h3 id=\"passing-link-value\" class=\"wp-block-heading\">Passing link value<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Despite some pages perhaps no longer being needed, they may have built up link value over time. As you may know, one of the &#8220;ranking factors&#8221; within Google is authority. Authority is partly determined by the number and quality of external backlinks to your website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A certain page may have accumulated link value, and it would be a shame for it to be lost. If you have a page with many incoming backlinks from external websites, redirect it to a new appropriate page.<\/p>\n\n\n\n<h2 id=\"different-types-of-redirects-and-status-codes\" class=\"wp-block-heading\">Different types of redirects and status codes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now we move on to the slightly more technical part of redirects. A redirect falls under the so-called HTTP status codes. You can see this as a kind of note from a server added to the website. HTTP status codes are in different categories, namely:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Informational (status code 1xx)<\/li>\n\n\n\n<li>Success (status code 2xx)<\/li>\n\n\n\n<li>Redirects (status code 3xx)<\/li>\n\n\n\n<li>Error on the website side (status code 4xx)<\/li>\n\n\n\n<li>Server-side error (status code 5xx)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">To understand redirects well, it&#8217;s also important to understand how status codes work. A redirect is indeed a status code. The most well-known, common status codes are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>200: ok. <\/strong>This status code indicates that the page is fine, and nothing is wrong. The best scenario is, of course, if your website consists exclusively of 200-code pages.<br><\/li>\n\n\n\n<li><strong>301: permanent forwarding. <\/strong>The 301 redirect is the most common redirect and is used for pages that have been permanently changed. With a 301, you show Google that the redirect is permanent, and you also pass on the link value from the other page.<br><\/li>\n\n\n\n<li><strong>302: temporary forwarding.<\/strong> The 302 is rarely used in practice. This redirect indicates that the forwarding is temporary. Visitors are redirected, but the link value, like with the 301, is not passed on.<br><\/li>\n\n\n\n<li><strong>404: page not found.<\/strong> The 404 indicates that the requested page cannot be found. It is unclear whether this is temporary or permanent. A 404 is something you want to avoid because it is generally not a user-friendly page. Redirects are often used to address this.<br><\/li>\n\n\n\n<li><strong>410: gone:<\/strong> The 410 also indicates that a page cannot be found. The difference with the 404, however, is that a 410 is permanent. When Google encounters a 410 page, this search result is permanently removed from the search results.<br><\/li>\n\n\n\n<li><strong>500: Internal Server Error. <\/strong>It may be that the web browser sends a request but receives no response from the server. Then we talk about a 500 status code. This status code indicates that the problem lies in the server.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Visitors cannot reach the website, and it is therefore important to resolve this issue as quickly as possible. Because a 500 code is on the server level, this cannot be solved with redirects<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>503: Service unavailable: <\/strong>With a 503 status code, the problem is again at the server level. The big difference with the 500 status code is that the 503 code is likely a temporary problem. This can occur during server or website maintenance.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have a better understanding of what status codes are and how redirects are a part of them, let&#8217;s return to redirects and explain how to set them up.<\/p>\n\n\n\n<h2 id=\"setting-up-redirects-in-wordpress\" class=\"wp-block-heading\">Setting up redirects in WordPress<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are various ways to set up redirects within WordPress. In general, you will need a 301 redirect, the most common redirect variant, which is permanent and passes on link value.<br><br>The three most used ways to set up redirects are via:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Plugins<\/li>\n\n\n\n<li>Directadmin<\/li>\n\n\n\n<li>.htaccess<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Most commonly, plugins are used, as this is the fastest and easiest way. However, we prefer setting up a redirect via DirectAdmin or .htaccess because many plugins can slow down the website. Many WordPress websites use plugins, and if you prefer this method, it&#8217;s certainly not wrong. If you are meticulous and want your website to be as fast as possible, it might be better to choose one of the other options.<\/p>\n\n\n\n<h3 id=\"via-a-plugin\" class=\"wp-block-heading\">Via a plugin<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There are various plugins you can use for setting up redirects. We have good experience with the \u201cRedirection\u201d plugin. It works well and is widely used. The setup is relatively simple and quickly executed.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Go to the plugins overview within WordPress<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"445\" height=\"310\" sizes=\"(max-width: 445px) 100vw, 445px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress.jpg\" alt=\"\" class=\"wp-image-870\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress.jpg 445w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-300x209.jpg 300w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Search for the redirection plugin<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"849\" height=\"462\" sizes=\"(max-width: 849px) 100vw, 849px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-1.jpg\" alt=\"\" class=\"wp-image-871\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-1.jpg 849w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-1-300x163.jpg 300w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-1-768x418.jpg 768w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Download and install the plugin<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"840\" height=\"330\" sizes=\"(max-width: 840px) 100vw, 840px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-2.jpg\" alt=\"\" class=\"wp-image-872\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-2.jpg 840w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-2-300x118.jpg 300w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-2-768x302.jpg 768w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Go to the plugin and complete the setup<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"656\" height=\"153\" sizes=\"(max-width: 656px) 100vw, 656px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-3.jpg\" alt=\"\" class=\"wp-image-873\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-3.jpg 656w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-3-300x70.jpg 300w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Add the redirect you want to create<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"332\" sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-4-1024x332.jpg\" alt=\"\" class=\"wp-image-874\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-4-1024x332.jpg 1024w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-4-300x97.jpg 300w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-4-768x249.jpg 768w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/plugins-wordpress-4.jpg 1165w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Your redirect is set up and you can easily adjust it again in the overview.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Good to know: if you have an SEO plugin installed, it&#8217;s almost always possible to set up redirects within this SEO plugin as well. However, this depends on which SEO plugin you have.<\/p>\n\n\n\n<h3 id=\"directadmin\" class=\"wp-block-heading\">DirectAdmin<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Another relatively simple way to add a redirect is via DirectAdmin. You can easily navigate to \u201csite redirection\u201d under advanced features. Here, you specify from which URL you want to redirect to another URL and then choose the type of redirect you want.<br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/DLUMivoihNtO1qPl2rMZONaOB-Zj1YBoHRk4XqGsoi8ZkLkTHgaHPByv3tyXkZdN4EK7QLcBjyPN06SDrYBMKGuO1C9QWpJf4Tj30frM_H8u-65tZZr4s1pWMERrqa_F12oepi4IXFyb1rSUwAHbNGo\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you really have a lot of redirects and occasionally make changes to them, it is more convenient to choose a plugin.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"766\" height=\"314\" sizes=\"(max-width: 766px) 100vw, 766px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirects-direct-admin.jpg\" alt=\"\" class=\"wp-image-876\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirects-direct-admin.jpg 766w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirects-direct-admin-300x123.jpg 300w\" \/><\/figure>\n\n\n\n<h3 id=\"htaccess\" class=\"wp-block-heading\">.HTACCESS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The third option to create redirects is via the .htaccess file. You edit this file by downloading it via FTP, making changes, and then uploading it again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A redirect in the .htaccess file looks like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Redirect 301 \/old\/url http:\/\/www.yourdomain.nl\/newurl<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">As the example above shows, you first provide the old URL and then the new URL. The new URL must be the complete URL, so including http:\/\/ or https:\/\/&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is how you set up a redirect via the .htaccess<\/p>\n\n\n\n<h2 id=\"preventing-problems-with-redirects\" class=\"wp-block-heading\">Preventing problems with redirects<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Although setting up redirects is not rocket science, it is wise to pay attention to a number of things. Below are the three most common mistakes and how you can solve them.<\/p>\n\n\n\n<h3 id=\"double-redirects\" class=\"wp-block-heading\">Double redirects<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You may accidentally create a double redirect. For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>my.host\/hosting<\/em> redirects to <em>my.host\/hosting-packages<\/em> but <em>my.host\/hosting-packages <\/em>then redirects again to <em>my.host\/different-hosting-packages<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You end up in a so-called redirect chain. Not nice for your visitor and not nice for the requests to your server. So be careful not to set up double or even triple redirects when configuring them.<\/p>\n\n\n\n<h3 id=\"a-redirect-loop\" class=\"wp-block-heading\">A redirect loop<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">What can also happen is that a redirect points to another redirect, leading to an endless loop. For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">my.host\/hosting-packages redirects to my.host\/different-hosting-packages but this URL redirects back to my.host\/hosting-packages. You can already see that this results in a never-ending cycle, leading to a redirect that essentially doesn&#8217;t work at all.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"705\" height=\"472\" sizes=\"(max-width: 705px) 100vw, 705px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirect-loop.jpg\" alt=\"\" class=\"wp-image-878\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirect-loop.jpg 705w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/08\/redirect-loop-300x201.jpg 300w\" \/><\/figure>\n\n\n\n<h3 id=\"redirects-to-404-pages\" class=\"wp-block-heading\">Redirects to 404 pages<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The last mistake that is sometimes made is that redirects lead to 404 pages. This makes no sense at all since you want to prevent people from landing on a 404 page with a redirect. Always check carefully whether you have set the correct URL to which you are directing.<\/p>\n\n\n\n<h2 id=\"get-started-with-your-redirects\" class=\"wp-block-heading\">Get started with your redirects!<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We hope this article has well informed you about what redirects are, the different redirect\/status code variations, and how to set up redirects.&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-group has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f4463924 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-461897f4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:15%\">\n<svg style=\"max-width:50px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21.09 21.09\">\n    <circle fill=\"#cdedfc\" cx=\"11.84\" cy=\"11.84\" r=\"9.25\"\/>\n    <path id=\"Path_820\" data-name=\"Path 820\" fill=\"#023e5a\" d=\"M9.91,0a9.91,9.91,0,1,0,9.91,9.91h0A9.93,9.93,0,0,0,9.91,0ZM1,9.91a8.9,8.9,0,0,1,.77-3.63L6,17.93a8.92,8.92,0,0,1-5-8Zm8.91,8.91a9,9,0,0,1-2.52-.36l2.68-7.77,2.74,7.5a.34.34,0,0,0,.06.12,8.78,8.78,0,0,1-3,.51ZM11.14,5.73c.54,0,1-.08,1-.08a.37.37,0,0,0-.06-.74h0S10.66,5,9.73,5s-2.35-.12-2.35-.12a.37.37,0,1,0-.06.74s.46,0,.94.08l1.39,3.8L7.7,15.38,4.45,5.73c.54,0,1-.09,1-.09a.37.37,0,0,0,.28-.44.37.37,0,0,0-.33-.28S4,5,3.05,5H2.47A8.9,8.9,0,0,1,14.8,2.47a8,8,0,0,1,1.13.88h-.11a1.54,1.54,0,0,0-1.5,1.58A4.22,4.22,0,0,0,15.19,7a4.64,4.64,0,0,1,.74,2.46,10.69,10.69,0,0,1-.68,2.88l-.89,3Zm6.59-.1a8.92,8.92,0,0,1-3.34,12l2.72-7.87a8.53,8.53,0,0,0,.68-3.19,6.84,6.84,0,0,0-.06-.91Z\">\n    <\/path>\n<\/svg>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-secondary-color has-text-color wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0\"><strong>WordPress hosting bestellen?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0\">Makkelijk, snel &amp; veilig je eigen WordPress website.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/mijn.host\/wordpress-hosting\/?utm_source=mijn.host&amp;utm_medium=blog&amp;utm_content=cta\" target=\"_blank\" rel=\"noreferrer noopener\">Bestel nu<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>When you start building and maintaining a website in WordPress, you&#8217;ll most likely reach a point where you want to know what redirects are. If you delete a page, you don&#8217;t want your visitors to end up on a 404 page. It may also be the case that you have a new domain name [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":879,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"hide_cta_migrate_site":false,"hide_toc_block":false,"footnotes":""},"categories":[228,232],"tags":[270,342,404],"class_list":["post-3284","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tips-tricks","category-wordpress","tag-directadmin","tag-redirect","tag-wordpress"],"lang":"en","translations":{"en":3284,"nl":867},"pll_sync_post":{},"_links":{"self":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/comments?post=3284"}],"version-history":[{"count":1,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3284\/revisions"}],"predecessor-version":[{"id":3392,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3284\/revisions\/3392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/media\/879"}],"wp:attachment":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/media?parent=3284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/categories?post=3284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/tags?post=3284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}