{"id":29842,"date":"2024-11-12T12:40:20","date_gmt":"2024-11-12T12:40:20","guid":{"rendered":"https:\/\/www.seobility.net\/en\/blog\/wiki\/hreflang\/"},"modified":"2025-02-26T09:23:08","modified_gmt":"2025-02-26T09:23:08","slug":"Hreflang","status":"publish","type":"wiki","link":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang","title":{"rendered":"Hreflang"},"content":{"rendered":"<h2><span class=\"mw-headline\" id=\"Definition\">Definition<\/span><\/h2>\n<div class=\"thumb tright\">\n<div class=\"thumbinner\" style=\"width:452px;\"><a href=\"https:\/\/www.seobility.net\/en\/wiki\/images\/8\/89\/Hreflang.png\"><img decoding=\"async\" alt=\"hreflang\" src=\"\/en\/wiki\/images\/thumb\/8\/89\/Hreflang.png\/450px-Hreflang.png\" width=\"450\" height=\"340\" class=\"thumbimage\" srcset=\"\/en\/wiki\/images\/thumb\/8\/89\/Hreflang.png\/675px-Hreflang.png 1.5x, \/en\/wiki\/images\/8\/89\/Hreflang.png 2x\" \/><\/a>  <\/p>\n<div class=\"thumbcaption\"><b>Figure:<\/b> hreflang &#8211; Author: Seobility &#8211; License: <a href=\"\/en\/wiki\/creative-commons-license-by-sa-4-0\" title=\"Creative Commons License BY-SA 4.0\">CC BY-SA 4.0<\/a><\/div>\n<\/div>\n<\/div>\n<p>hreflang is used when different languages \u200b\u200bor contents with regional differences exist on a website. Its purpose is to tell search engines which URL to use for which language \u200b\u200band region. Thus, each page is assigned to the right country version of a search engine, ensuring that users from a particular country only see the pages that are relevant to them in search results. The attribute was introduced by Google in 2011 to better understand the international architecture of websites.\n<\/p>\n<p><\/p>\n<div class=\"checkform\">\n<div class=\"hl\">\n<h3>hreflang Checker<\/h3>\n<p>Check alternate and hreflang links on your web page<\/p>\n<\/div>\n<form action=\"https:\/\/www.seobility.net\/en\/seocheck\/check#hreflang\" method=\"get\">\n<input type=\"text\" name=\"url\" required=\"required\" placeholder=\"https:\/\/www.example.com\/\"><input type=\"submit\" value=\"Check hreflang\"><br \/>\n<\/form>\n<\/div>\n<h2><span class=\"mw-headline\" id=\"Application_scenarios\">Application scenarios<\/span><\/h2>\n<p>Google recommends the use of hreflang in the following scenarios:\n<\/p>\n<ul>\n<li> If pages have been translated completely into other languages, e.g. if there is a German, English and French version.<\/li>\n<li> If most parts of a page are maintained in a particular language, but parts such as the <a href=\"\/en\/wiki\/Website_Navigation\" title=\"Website Navigation\">navigation<\/a> bar or <a href=\"\/en\/wiki\/Footer\" title=\"Footer\">footer<\/a> are adapted to different languages. This is especially the case if pages contain <a href=\"\/en\/wiki\/User-Generated_Content\" title=\"User-Generated Content\">user-generated content<\/a>, e.g. in forums.<\/li>\n<li> If several pages share the same language, but there are small regional differences such as different currencies or spellings. Example: There are two versions of an English page, one for users in the US and the other for users from the UK. In this case, it is especially important to use hreflang, as search engines might otherwise interpret the pages as <a href=\"\/en\/wiki\/Duplicate_Content\" title=\"Duplicate Content\">duplicate content<\/a>.<\/li>\n<li> If individual pages have been translated or should only be accessible for certain languages \u200b\u200bor countries, and the other users are to access a standard\/default page.<\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Structure_of_the_alternate_link_element\">Structure of the alternate link element<\/span><\/h2>\n<p>The hreflang annotation in the head section of an HTML document is structured as follows:\n<\/p>\n<pre>&lt;link rel=\"alternate\" hreflang=\"xx-XX\" href=\"URL\" \/&gt;<\/pre>\n<ul>\n<li> <b>&lt;link<\/b> opens the link element and indicates that there is a relationship between the current page and the specified URL<\/li>\n<li> <b>rel=&#8221;alternate&#8221;<\/b> tells search engines that there is an alternative version of the current document<\/li>\n<li> <b>hreflang=&#8221;xx-XX&#8221;<\/b>: This attribute specifies for which language (xx) and, if applicable, for which region (XX) the following URL should be displayed. Languages must be indicated in ISO 639-1 format and countries in ISO 3166-1 Alpha 2 format.<\/li>\n<li> the attribute <b>href=&#8221;URL&#8221;<\/b> specifies the URL of the alternative version of the current document<\/li>\n<li> <b>\/&gt;<\/b> closes the link element<\/li>\n<\/ul>\n<p>For example, if you have a German web page and you want to refer to the English version of it, you have to use the following code:\n<\/p>\n<pre>&lt;link rel=\"alternate\" hreflang=\"en\" href =\"https:\/\/www.example.com\/\" \/&gt;<\/pre>\n<h2><span class=\"mw-headline\" id=\"Implementation\">Implementation<\/span><\/h2>\n<p>As already mentioned, hreflang can be used in a link element in the head area of \u200b\u200bthe HTML code. However, this is not possible if the file is not saved as an HTML file but as PDF, for example. In this case, you have two options:\n<\/p>\n<h3><span class=\"mw-headline\" id=\"1._Specification_in_HTTP_response_header:\">1. Specification in HTTP response header:<\/span><\/h3>\n<pre>Link: &lt;https:\/\/www.example.com\/&gt;; rel=\"alternate\"; hreflang=\"en\"<\/pre>\n<h3><span class=\"mw-headline\" id=\"2._Specification_in_an_XML_Sitemap:\">2. Specification in an <a href=\"\/en\/wiki\/XML_Sitemap\" title=\"XML Sitemap\">XML Sitemap<\/a>:<\/span><\/h3>\n<p>This variant is particularly suitable for very large websites with many different language versions since it can limit the effort of implementing the hreflang annotation here. In this case, an xhtml:link element must be added to each URL element of the sitemap:\n<\/p>\n<pre>&lt;xhtml:link rel=\"alternate\" hreflang=\"en\" href=\"https:\/\/www.example.com\/\" \/&gt;<\/pre>\n<p>Which of these three alternatives you should use depends on the size and <a href=\"\/en\/wiki\/Website_Structure\" title=\"Website Structure\">structure<\/a> of your website.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"How_to_use_hreflang_correctly\">How to use hreflang correctly<\/span><\/h2>\n<p>You should consider the following aspects when using alternate links:\n<\/p>\n<ul>\n<li> Basically, each page that contains alternate links also has to link to itself, i.e. on a German web page, the HTML code must also refer to the German version of this page.<\/li>\n<li> In addition, each referenced page must link back to the referring page. This means that if a German page refers to the English version of this page, the English page must also refer back to the German version (bidirectional linking, see figure above). Otherwise, Google may ignore or misinterpret the hreflang annotation.<\/li>\n<li> In addition, you have to ensure that the language or country codes are correctly specified in accordance with the ISO standard. Although it is possible to only specify a language, the sole indication of a country is invalid. The capitalization of country codes is not necessary.<\/li>\n<li> If a web page only offers alternate page versions for certain languages \u200b\u200bor countries and the other visitors are to be directed to a standard page, this general page can be defined with the attribute value hreflang=&#8221;x-default&#8221;.<\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Indirect_Relevance_of_hreflang_for_Search_Engine_Optimization_.28SEO.29\">Indirect Relevance of hreflang for Search Engine Optimization (SEO)<\/span><\/h2>\n<p>Although the use of hreflang is not a direct ranking factor, it can indirectly impact the search engine optimization (SEO) of a website. For example, if hreflang links are missing or not implemented correctly, search engines might consider the content of two alternative language versions as duplicate content, which can have a negative effect on the SEO and ranking of these pages.\n<\/p>\n<p>Furthermore, using hreflang correctly will result in each user receiving only relevant search results, which will improve their <a href=\"\/en\/wiki\/User_Experience\" title=\"User Experience\">user experience<\/a>. This, in turn, can increase dwell times and reduce your <a href=\"\/en\/wiki\/Bounce_Rate\" title=\"Bounce Rate\">bounce rate<\/a>, which will positively impact your SEO and Google&#8217;s evaluation of your page.\n<\/p>\n<p>However, you should bear in mind that alternate links are only an indication to Google which can also be ignored. Thus a positive impact on SEO can not be guaranteed.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Related_links\">Related links<\/span><\/h2>\n<ul>\n<li> <a rel=\"nofollow\" class=\"external free\" href=\"https:\/\/support.google.com\/webmasters\/answer\/189077?hl=en\">https:\/\/support.google.com\/webmasters\/answer\/189077?hl=en<\/a><\/li>\n<li> <a rel=\"nofollow\" class=\"external free\" href=\"https:\/\/moz.com\/learn\/seo\/hreflang-tag\">https:\/\/moz.com\/learn\/seo\/hreflang-tag<\/a> <\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Similar_articles\">Similar articles<\/span><\/h2>\n<ul>\n<li> <a href=\"\/en\/wiki\/Declaring_language_in_HTML\" title=\"Declaring language in HTML\">Declaring language in HTML<\/a><\/li>\n<\/ul>\n<p><script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\/\",\n      \"@type\": \"ImageObject\",\n      \"contentUrl\": \"https:\/\/www.seobility.net\/en\/wiki\/images\/8\/89\/Hreflang.png\",\n      \"license\": \"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/\",\n      \"acquireLicensePage\": \"https:\/\/www.seobility.net\/en\/wiki\/creative-commons-license-by-sa-4-0\"\n    }\n    <\/script>\n<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Article\",\n  \"author\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Seobility\",\n    \"url\": \"https:\/\/www.seobility.net\/\"\n  }\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Definition Figure: hreflang &#8211; Author: Seobility &#8211; License: CC BY-SA 4.0 hreflang is used when different languages \u200b\u200bor contents with regional differences exist on a website. Its purpose is to tell search engines which URL to use for which language \u200b\u200band region. Thus, each page is assigned to the right country version of a search [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-29842","wiki","type-wiki","status-publish","hentry","wiki_categories-search-engine-optimization","wiki_categories-web-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>hreflang: Definition and SEO Best Practices - Seobility Wiki<\/title>\n<meta name=\"description\" content=\"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seobility.net\/en\/wiki\/Hreflang\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"hreflang: Definition and SEO Best Practices - Seobility Wiki\" \/>\n<meta property=\"og:description\" content=\"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seobility.net\/en\/wiki\/Hreflang\" \/>\n<meta property=\"og:site_name\" content=\"Seobility\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seobility.net\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-26T09:23:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@seobility_net\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"ScholarlyArticle\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang\"},\"author\":{\"name\":\"Seobility Wiki Team\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\"},\"headline\":\"Hreflang\",\"datePublished\":\"2024-11-12T12:40:20+00:00\",\"dateModified\":\"2025-02-26T09:23:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang\"},\"wordCount\":873,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang\",\"name\":\"hreflang: Definition and SEO Best Practices - Seobility Wiki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\"},\"datePublished\":\"2024-11-12T12:40:20+00:00\",\"dateModified\":\"2025-02-26T09:23:08+00:00\",\"description\":\"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/Hreflang#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wiki\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hreflang\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wp-json\\\/wp\\\/v2\\\/wiki\\\/29842\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\",\"name\":\"Seobility\",\"description\":\"Online SEO Software &amp; Tools For Better Rankings\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\",\"name\":\"Seobility Wiki Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"contentUrl\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"caption\":\"Seobility Wiki Team\"},\"description\":\"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/blog\\\/author\\\/seobility-wiki-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"hreflang: Definition and SEO Best Practices - Seobility Wiki","description":"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang","og_locale":"en_US","og_type":"article","og_title":"hreflang: Definition and SEO Best Practices - Seobility Wiki","og_description":"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!","og_url":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang","og_site_name":"Seobility","article_publisher":"https:\/\/www.facebook.com\/seobility.net\/","article_modified_time":"2025-02-26T09:23:08+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@seobility_net","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ScholarlyArticle","@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang#article","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang"},"author":{"name":"Seobility Wiki Team","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a"},"headline":"Hreflang","datePublished":"2024-11-12T12:40:20+00:00","dateModified":"2025-02-26T09:23:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang"},"wordCount":873,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.seobility.net\/en\/wiki\/Hreflang#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang","url":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang","name":"hreflang: Definition and SEO Best Practices - Seobility Wiki","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/#website"},"datePublished":"2024-11-12T12:40:20+00:00","dateModified":"2025-02-26T09:23:08+00:00","description":"Learn what hreflang is used for and how it can be implemented in HTML code following SEO best practices!","breadcrumb":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seobility.net\/en\/wiki\/Hreflang"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.seobility.net\/en\/wiki\/Hreflang#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seobility.net\/en\/"},{"@type":"ListItem","position":2,"name":"Wiki","item":"https:\/\/www.seobility.net\/en\/wiki"},{"@type":"ListItem","position":3,"name":"Hreflang","item":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/29842"}]},{"@type":"WebSite","@id":"https:\/\/www.seobility.net\/en\/#website","url":"https:\/\/www.seobility.net\/en\/","name":"Seobility","description":"Online SEO Software &amp; Tools For Better Rankings","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seobility.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a","name":"Seobility Wiki Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","contentUrl":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","caption":"Seobility Wiki Team"},"description":"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.","url":"https:\/\/www.seobility.net\/en\/blog\/author\/seobility-wiki-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/29842","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki"}],"about":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/types\/wiki"}],"author":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/comments?post=29842"}],"version-history":[{"count":0,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/29842\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/media?parent=29842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}