{"id":994715,"date":"2024-10-20T11:42:41","date_gmt":"2024-10-20T09:42:41","guid":{"rendered":"https:\/\/clickin.dk\/marketing-dictionary\/redirection\/"},"modified":"2025-09-03T15:39:18","modified_gmt":"2025-09-03T13:39:18","slug":"redirection","status":"publish","type":"page","link":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/","title":{"rendered":"Redirection"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"994715\" class=\"elementor elementor-994715\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d540bcb e-flex e-con-boxed e-con e-parent\" data-id=\"d540bcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-165e25a elementor-widget elementor-widget-text-editor\" data-id=\"165e25a\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"blogposttext\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Redirection, also known as <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirect\/\">redirect<\/a>, is a technical process where a visitor attempting to access a specific <a href=\"https:\/\/clickin.dk\/marketingordbog\/url\/\">URL <\/a> is automatically sent to another <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/url\/\">URL<\/a>. Redirections are an important part of <a href=\"https:\/\/clickin.dk\/en\/web-development\/\">web development <\/a> and <a href=\"https:\/\/clickin.dk\/en\/seo-company\/\">SEO<\/a>, as they help ensure that users and search engines land on the right pages, even when content is moved or changed. There are several types of redirects, each with different uses, and it is crucial to choose the right type of redirect to avoid negative SEO effects.  <\/p><h2>What is a redirect?<\/h2><p>A redirect is a technical setup that ensures that a URL that a user or a search engine crawler (or other crawlers) is trying to access points to a different page. This can happen if a page has been moved, deleted, or if you want to send traffic to an updated version of a page. However, it is always recommended to correct the URL, as this can affect your <a href=\"https:\/\/clickin.dk\/crawlbudget\/\">crawl budget<\/a>.  <\/p><p><strong>Common redirect scenarios:<\/strong><strong> <\/strong><\/p><ul><li>A page has been permanently moved to a new URL.<\/li><li>The content on a page has been deleted, but there is a relevant replacement (or front page)<\/li><li>Changing the domain name or restructuring the URL structure of a website.<\/li><li>You want to remove duplicate pages with the same content and gather traffic in one place.<\/li><\/ul><h2>Types of redirects<\/h2><p>There are several types of redirects, each with their own specific purpose and function. The choice of redirect type depends on whether the change is permanent or temporary, and how you want search engines to handle the redirect. <\/p><h3>301 redirect<\/h3><p>A <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/301-redirect\/\">301 redirect<\/a> is a permanent redirect that tells both search engines and users that a page has been moved to a new address and that the old URL is no longer relevant and will not be recreated in the first place.<\/p><p><strong>Benefits of 301 redirect:<\/strong><\/p><ul><li><strong>SEO benefit:<\/strong> Most of the SEO value (link value or &#8220;link juice&#8221;) is transferred from the old URL to the new one. This means that if the old URL had strong links, those values will also benefit the new page that is redirected to. <\/li><li><strong>User friendliness:<\/strong> Users will be automatically redirected to the new page without getting a 404 (page not found) error message. This will increase the user friendliness among your visitors.  <a href=\"https:\/\/clickin.dk\/hvad-er-cro\/\">You can read more about CRO here.<\/a><\/li><\/ul><p>301 redirects are used when you permanently remove or move content, such as when changing domain names or when you restructure your URL structure.<\/p><p>In most cases, you should use this type of redirect.<\/p><h3>302 redirect<\/h3><p>A <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/302-redirect\/\">302 redirect<\/a> is used when the redirect is only temporary and you plan to reinstate the original URL at a later date. This type of redirect tells search engines that the old page is still relevant and they should not update their indexing to the new URL permanently. <\/p><p><strong>Benefits of 302 redirect:<\/strong><\/p><ul><li><strong>Preserves the original page in search results:<\/strong> Since it is a temporary solution, the original URL remains indexed, which means search engines do not transfer the SEO value to the new URL.<\/li><li><strong>Flexibility:<\/strong> It&#8217;s a good solution if, for example, you have a temporary campaign page or are doing maintenance on an existing page.<\/li><\/ul><h3><strong>307 Redirect<\/strong><\/h3><p>A 307 redirect is the <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/http-https\/\">HTTP<\/a> 1.1 version of a temporary redirect. It is used when you want to ensure that search engines and browsers understand that the redirect is temporary, but that the method of the request (such as GET or POST) is not changed. Like a 302, a 307 redirect does not pass any SEO value.  <\/p><p>This redirection is used very rarely.<\/p><h3><strong>Meta Refresh <\/strong><\/h3><p>A meta refresh redirect is a method that is performed at the page level instead of the server level. This redirect typically occurs after a few seconds and is often displayed with a message like &#8220;If you are not redirected, click here&#8221;. It is rarely used as it is less SEO friendly and does not pass on value from links in the same way as a 301.<br data-mce-bogus=\"1\">  <\/p><h3><strong>JavaScript <\/strong><\/h3><p>JavaScript redirects are performed using JavaScript code that redirects the user to another page. This type of redirect is also less SEO-friendly, as search engines will not always follow JavaScript code correctly, which can lead to indexing issues. It is generally recommended to avoid JavaScript redirects unless there is a specific reason for it due to your site setup or <a href=\"https:\/\/clickin.dk\/en\/cms\/\">CMS<\/a> system.  <\/p><h2>How are redirects implemented?<\/h2><p>Redirects can be implemented in several ways depending on the platform you use to manage your website and CMS system.<\/p><p><strong>Through the .htaccess file (Apache servers)<\/strong><\/p><p>If your website is running on an Apache server, you can add redirects using the .htaccess file. This is an efficient and straightforward method that gives you full control over how your URLs are handled.<\/p><p>Example of a 301 redirect in .htaccess:<\/p><p><em>Redirect 301 \/gammel-side.html<\/em> <em>https:\/\/ditdom\u00e6ne.dk\/ny-side.html<\/em><\/p><p><strong>Use of CMS tools (WordPress, Joomla, etc.)<\/strong><\/p><p>Many CMS platforms like WordPress have plugins that make it easy to implement redirects without having to manually edit files. Popular plugins like Redirection or Yoast SEO allow you to create and manage 301 and 302 redirects directly from the backend. This is often the easiest time.  <\/p><p><strong>Server-side redirects (Nginx, IIS)<\/strong><\/p><p>If your website is running on an Nginx or IIS server, redirects must be implemented via the server configuration. For Nginx, you can use the rewrite directive to set up redirects. <\/p><p><em>rewrite ^\/old-page\/?$ https:\/\/yourdomain.com\/new-page permanently;<\/em><\/p><p><em> <\/em><\/p><h2><strong>Redirection and SEO<\/strong><\/h2><p>Properly implemented redirects are essential for protecting your website\u2019s SEO, especially when you change URL structure or move content. Incorrect or missing redirects can result in 404 errors\/dead links, which can impact the user experience and negatively impact your search engine rankings. <\/p><p><strong>How redirects protect your <a href=\"https:\/\/clickin.dk\/en\/seo-strategy\/\">SEO strategy<\/a>:<\/strong><\/p><ul><li><strong>Preserves link value:<\/strong> A 301 redirect transfers the majority of link value from the old URL to the new one, ensuring that your search engine rankings don&#8217;t drop.<\/li><li><strong>Prevents <a href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/duplicate-content\/\">duplicate content<\/a>:<\/strong> Redirects can help ensure that search engines don&#8217;t see multiple versions of the same page as duplicate content.<\/li><li><strong>Ensures proper indexing:<\/strong> When you implement 301 redirects, you help search engines find and index the correct page.<\/li><\/ul><h2><strong>Typical errors with redirects<\/strong><\/h2><p>While redirects are important, incorrectly implemented redirects can hinder your site&#8217;s rankings in Google and other search engines. Here are some of the most common mistakes: <\/p><ul><li><strong>Redirect chains:<\/strong> When multiple redirects point to each other (e.g. URL A \u2192 URL B \u2192 URL C), this can result in longer load times and crawl issues. This should be avoided by pointing the original URL directly to the final destination. <\/li><li><strong>Incorrect use of 302 instead of 301:<\/strong> If you use a 302 redirect where there should have been a 301, you lose SEO value as search engines will treat the original page as relevant.<\/li><\/ul><p>At Click in, we have extensive experience handling redirects as part of our <a href=\"https:\/\/clickin.dk\/en\/seo-consultant\/\">SEO solutions<\/a> and <a href=\"https:\/\/clickin.dk\/en\/web-development\/\">web development<\/a>. We ensure that your redirects are set up correctly so that you don&#8217;t lose valuable traffic or search rankings. Whether you&#8217;re moving content, changing domains, or optimizing your URL structure, we help protect your website and maintain a healthy <a href=\"https:\/\/clickin.dk\/en\/seo-strategy\/\">SEO strategy<\/a>.  <\/p><p>You can read more about how to do a successful <a href=\"https:\/\/clickin.dk\/seo-migrering\/\">SEO migration of a website here. <\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a8b518e e-flex e-con-boxed e-con e-parent\" data-id=\"a8b518e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fba089c elementor-widget elementor-widget-template\" data-id=\"fba089c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"995320\" class=\"elementor elementor-995320 elementor-991091 elementor-991091\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e26d798 e-flex e-con-boxed e-con e-parent\" data-id=\"7e26d798\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa0fdf7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6fa0fdf7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2dc98b86 elementor-author-box--layout-image-left elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box\" data-id=\"2dc98b86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<div  class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/clickin.dk\/wp-content\/uploads\/2023\/10\/martin_grey_portrait_1-1.jpg-1-300x300.png\" alt=\"Picture of Martin S\u00f8lberg\" loading=\"lazy\">\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<div >\n\t\t\t\t\t\t<h4 class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\tMartin S\u00f8lberg\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-author-box__bio\">\n\t\t\t\t\t\tAdm. direkt\u00f8r &amp; Digital konsulent\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Redirection, also known as redirect, is a technical process where a visitor attempting to access a specific URL is automatically sent to another URL. Redirections are an important part of web development and SEO, as they help ensure that users and search engines land on the right pages, even when content is moved or changed&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":994503,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-994715","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XML Sitemap | Why is it important for your strategy?<\/title>\n<meta name=\"description\" content=\"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XML Sitemap | Why is it important for your strategy?\" \/>\n<meta property=\"og:description\" content=\"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/\" \/>\n<meta property=\"og:site_name\" content=\"Click in\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-03T13:39:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/marketing-dictionary\\\/redirection\\\/\",\"url\":\"https:\\\/\\\/clickin.dk\\\/en\\\/marketing-dictionary\\\/redirection\\\/\",\"name\":\"XML Sitemap | Why is it important for your strategy?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#website\"},\"datePublished\":\"2024-10-20T09:42:41+00:00\",\"dateModified\":\"2025-09-03T13:39:18+00:00\",\"description\":\"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/marketing-dictionary\\\/redirection\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/clickin.dk\\\/en\\\/marketing-dictionary\\\/redirection\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/marketing-dictionary\\\/redirection\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/clickin.dk\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Marketing Dictionary\",\"item\":\"https:\\\/\\\/clickin.dk\\\/en\\\/marketingordbog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Redirection\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/clickin.dk\\\/en\\\/\",\"name\":\"Click in\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/clickin.dk\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#organization\",\"name\":\"Click in ApS\",\"alternateName\":\"Click in\",\"url\":\"https:\\\/\\\/clickin.dk\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/clickin.dk\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/LOGO_CI.png\",\"contentUrl\":\"https:\\\/\\\/clickin.dk\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/LOGO_CI.png\",\"width\":1115,\"height\":312,\"caption\":\"Click in ApS\"},\"image\":{\"@id\":\"https:\\\/\\\/clickin.dk\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/clickin.dk\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XML Sitemap | Why is it important for your strategy?","description":"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.","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:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/","og_locale":"en_US","og_type":"article","og_title":"XML Sitemap | Why is it important for your strategy?","og_description":"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.","og_url":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/","og_site_name":"Click in","article_modified_time":"2025-09-03T13:39:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/","url":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/","name":"XML Sitemap | Why is it important for your strategy?","isPartOf":{"@id":"https:\/\/clickin.dk\/en\/#website"},"datePublished":"2024-10-20T09:42:41+00:00","dateModified":"2025-09-03T13:39:18+00:00","description":"Are you using XML Sitemaps to help search engines find and index your content faster and easier? Read more about the effect of XML Sitemaps here.","breadcrumb":{"@id":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/clickin.dk\/en\/marketing-dictionary\/redirection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/clickin.dk\/en\/"},{"@type":"ListItem","position":2,"name":"Marketing Dictionary","item":"https:\/\/clickin.dk\/en\/marketingordbog\/"},{"@type":"ListItem","position":3,"name":"Redirection"}]},{"@type":"WebSite","@id":"https:\/\/clickin.dk\/en\/#website","url":"https:\/\/clickin.dk\/en\/","name":"Click in","description":"","publisher":{"@id":"https:\/\/clickin.dk\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clickin.dk\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/clickin.dk\/en\/#organization","name":"Click in ApS","alternateName":"Click in","url":"https:\/\/clickin.dk\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickin.dk\/en\/#\/schema\/logo\/image\/","url":"https:\/\/clickin.dk\/wp-content\/uploads\/2023\/04\/LOGO_CI.png","contentUrl":"https:\/\/clickin.dk\/wp-content\/uploads\/2023\/04\/LOGO_CI.png","width":1115,"height":312,"caption":"Click in ApS"},"image":{"@id":"https:\/\/clickin.dk\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/clickin.dk\/"]}]}},"_links":{"self":[{"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/pages\/994715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/comments?post=994715"}],"version-history":[{"count":2,"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/pages\/994715\/revisions"}],"predecessor-version":[{"id":995588,"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/pages\/994715\/revisions\/995588"}],"up":[{"embeddable":true,"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/pages\/994503"}],"wp:attachment":[{"href":"https:\/\/clickin.dk\/en\/wp-json\/wp\/v2\/media?parent=994715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}