{"id":98,"date":"2026-04-21T13:00:00","date_gmt":"2026-04-21T07:30:00","guid":{"rendered":"https:\/\/smowdigital.wordpress.com\/?p=98"},"modified":"2026-04-21T13:00:00","modified_gmt":"2026-04-21T07:30:00","slug":"information-about-hreflang-mapping","status":"publish","type":"post","link":"https:\/\/smowdigital.com\/?p=98","title":{"rendered":"Information about HREFLang Mapping"},"content":{"rendered":"\n<p>Hreflang tag is an HTML attribute used to specify the language and geographical targeting of a webpage. If the websites have multiple versions of the same page in different languages, we can use the hreflang tag to tell search engines like Google about these variations. This helps them to serve the correct version to their users.<\/p>\n\n\n\n<p>As soon as there is more than one version of the website for users from different countries or the website is available in different languages, we should consider implementing hreflang annotations on our website.<\/p>\n\n\n\n<p><strong>Some examples of websites that require hreflang annotations:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A website in English language with a language version for the US, a language version for the CA, and a version for the rest of the world i.e. multi-lingual site<\/li>\n\n\n\n<li>Multi-regional site with same language for target audience<\/li>\n\n\n\n<li>A website with several country domains, some of which have more than one language version (for countries with more than one language spoken).<\/li>\n<\/ol>\n\n\n\n<p><strong>An international website with English, French and Spanish language versions i.e. multi-regional and multi-lingual website .<\/strong><\/p>\n\n\n\n<p><strong>Hreflang tags for both multi-regional &amp; multilingual sites<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Some websites incorporate both regional and language variants.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/ &#8221; hreflang=&#8221;x-default&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-us\/ &#8221; hreflang=&#8221;en-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-gb\/ &#8221; hreflang=&#8221;en-gb&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/es-us\/ &#8221; hreflang=&#8221;es-us&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/pt-br\/ &#8221; hreflang=&#8221;pt-br&#8221; \/&gt;<\/p>\n\n\n\n<p><\/p>\n<\/blockquote>\n\n\n\n<p><strong>The correct way to use hreflang tag attributes<\/strong><strong><\/strong><\/p>\n\n\n\n<p>The hreflang tag consist of 3 attributes:<br><br><strong>rel=&#8221;alternate&#8221;<br>\u200d<\/strong>Tells the search crawler that there is an alternate variation of the page present<br>\u200d<strong><br>href=&#8221;http:\/\/example.com&#8221;<br>\u200d<\/strong>Used to specify the actual alternate URL<br><br><strong>hreflang=&#8221;en-us&#8221;<br><\/strong>Used to specify the language and country<br><br>The first portion&nbsp;<strong>en<\/strong>&nbsp;specifies the language in&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_ISO_639-1_codes\" target=\"_blank\" rel=\"noreferrer noopener\">ISO 639-1 format<\/a><br>The second portion&nbsp;<strong>us<\/strong> specifies the country using the&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_3166-1_alpha-2\" target=\"_blank\" rel=\"noreferrer noopener\">ISO 2 letter country code<\/a><\/p>\n\n\n\n<p><strong>Managing HREFLang Tags for Different Pages with Different Languages<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Let\u2019s say, page-A is available with region and languages en-us, en-ca and fr-ca&nbsp; , and<\/p>\n\n\n\n<p>Page-B is available with region and languages en-us, es-us and pt-br ; make sure you have alternative hreflang tags for respective region and languages only in the &lt;head&gt; tags (OR in headers or in Sitemap \u2013 these other two methods explained later in this document)<\/p>\n\n\n\n<p>Here for page-A, hreflang tags will be as follows \u2013<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Hreflang tags for both multi-regional &amp; multilingual sites<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Some websites incorporate both regional and language variants.<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/ &#8221; hreflang=&#8221;x-default&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-us\/ &#8221; hreflang=&#8221;en-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-gb\/ &#8221; hreflang=&#8221;en-gb&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/es-us\/ &#8221; hreflang=&#8221;es-us&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/pt-br\/ &#8221; hreflang=&#8221;pt-br&#8221; \/&gt;<\/p>\n\n\n\n<p><strong>The correct way to use hreflang tag attributes<\/strong><strong><\/strong><\/p>\n\n\n\n<p>The hreflang tag consist of 3 attributes:<br><br><strong>rel=&#8221;alternate&#8221;<br>\u200d<\/strong>Tells the search crawler that there is an alternate variation of the page present<br>\u200d<strong><br>href=&#8221;http:\/\/example.com &#8220;<br>\u200d<\/strong>Used to specify the actual alternate URL<br><br><strong>hreflang=&#8221;en-us&#8221;<br><\/strong>Used to specify the language and country<br><br>The first portion\u00a0<strong>en<\/strong>\u00a0specifies the language in\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_ISO_639-1_codes\" target=\"_blank\" rel=\"noreferrer noopener\">ISO 639-1 format<\/a><br>The second portion\u00a0<strong>us<\/strong> specifies the country using the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_3166-1_alpha-2\" target=\"_blank\" rel=\"noreferrer noopener\">ISO 2 letter country code<\/a><\/p>\n\n\n\n<p><strong>Managing HREFLang Tags for Different Pages with Different Languages<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Let\u2019s say, page-A is available with region and languages en-us, en-ca and fr-ca&nbsp; , and<\/p>\n\n\n\n<p>Page-B is available with region and languages en-us, es-us and pt-br ; make sure you have alternative hreflang tags for respective region and languages only in the &lt;head&gt; tags (OR in headers or in Sitemap \u2013 these other two methods explained later in this document)<\/p>\n\n\n\n<p>Here for page-A, hreflang tags will be as follows \u2013<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/page-A\/ &#8221; hreflang=&#8221;x-default&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-us\/page-A\/ &#8221; hreflang=&#8221;en-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-ca\/ page-A\/ &#8221; &#8221; hreflang=&#8221;en-ca&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/fr-ca\/ page-A\/ &#8221; &#8221; hreflang=&#8221;fr-ca&#8221; \/&gt;<\/p>\n\n\n\n<p>And for page-B, hreflang tags will be as follows \u2013<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/page-B\/ &#8221; hreflang=&#8221;x-default&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-us\/page-B\/ &#8221; hreflang=&#8221;en-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/es-us\/ page-B\/ &#8221; &#8221; hreflang=&#8221;es-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/pt-br\/ page-B\/ &#8221; &#8221; hreflang=&#8221;pt-br&#8221; \/&gt;<\/p>\n<\/blockquote>\n\n\n\n<p>And for page-B, hreflang tags will be as follows \u2013<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/page-B\/ &#8221; hreflang=&#8221;x-default&#8221; \/&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/en-us\/page-B\/ &#8221; hreflang=&#8221;en-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/es-us\/ page-B\/ &#8221; &#8221; hreflang=&#8221;es-us&#8221; \/&gt;<br>&lt;link rel=&#8221;alternate&#8221; href=&#8221;http:\/\/example.com\/pt-br\/ page-B\/ &#8221; &#8221; hreflang=&#8221;pt-br&#8221; \/&gt;<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Key Benefits<\/strong><\/p>\n\n\n\n<p><strong>Better user experience<\/strong>. Content created specifically for an audience and delivered in their own language will resonate, engage, and meet the user search expectation. This leads to a lower bounce rate and better page rankings.<br><br><\/p>\n\n\n\n<p><strong>Prevent duplicate content issues<\/strong>. If we have pages with the same content in different languages or regionally specific content in the same language, Google might not understand and see it as duplicate content, which can impact page ranking. Like canonical tags, hreflang helps to avoid penalties associated with duplicate content.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Default hreflang tag for global or fallback pages<\/h2>\n\n\n\n<p>The hreflang &#8220;x-default&#8221; attribute is used for specifying a page that does not have any region or language associated with it. This is normally used for the global pages that serve every region or language that is explicitly not specified in any other hreflang tag.<br><br>For example http:\/\/example.com may serve various countries such as Canada, USA, India etc. In such a case you are required to tag http:\/\/example.com with the x-default attribute.<br><br>Google recommends using the x-default hreflang attribute!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ensuring all page variations link back to every other variation.<\/h2>\n\n\n\n<p>Every page of your site must have hreflang tags that point to other language or region variants. Leaving them out leaves the doors open for search engine crawlers to misinterpret your site structure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5 Quick Tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the correct ISO language codes and country codes<\/li>\n\n\n\n<li>Ensure hreflang tags are present for all variants in every page<\/li>\n\n\n\n<li>Use the x-default tag for unmatched languages or countries<\/li>\n\n\n\n<li>Don&#8217;t forget to use http or https in every hreflang link<\/li>\n\n\n\n<li>Use a&nbsp;<a href=\"https:\/\/geotargetly.com\/geo-redirect\">geo redirect<\/a>&nbsp;to auto redirect or prompt the visitor to go to the correct regional page if they are found on the incorrect one. This will greatly help increase conversion rates.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Methods for indicating your alternate pages<\/h2>\n\n\n\n<p>There are three ways to indicate multiple language\/locale versions of a page to Google:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/developers.google.com\/search\/docs\/specialty\/international\/localized-versions?hl=en&amp;visit_id=638344115141644536-319949489&amp;rd=1#html\">HTML<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/developers.google.com\/search\/docs\/specialty\/international\/localized-versions?hl=en&amp;visit_id=638344115141644536-319949489&amp;rd=1#http\">HTTP Headers<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/developers.google.com\/search\/docs\/specialty\/international\/localized-versions?hl=en&amp;visit_id=638344115141644536-319949489&amp;rd=1#sitemap\">Sitemap<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">1. Use HTML Tags in &lt;head&gt; Sections<\/h3>\n\n\n\n<p>As we mentioned earlier, one of the ways to implement hreflang tags on your website is to insert them in HTML tags. This is often the quickest and easiest method.<\/p>\n\n\n\n<p>However, this process can be time-consuming if you have a long list of languages. You would need to link each variation to every other variation. Additionally, WordPress would have to make multiple database calls to generate these links.<\/p>\n\n\n\n<p>Ultimately, this could slow down your site. Therefore, if you have a larger website or want to create a long list of languages, you might want to use the sitemap method instead (see&nbsp;<a href=\"https:\/\/docs.google.com\/document\/d\/1WaU9eHIARIXGxS4F1_gIdtn99pkTNhZBBaqbxaJLs2k\/edit#heading=h.h2uv7y1bw5wf\" target=\"_blank\" rel=\"noreferrer noopener\">Method 3<\/a>).<\/p>\n\n\n\n<p>To use this HTML tag method, you must insert your hreflang tags into&nbsp;the &lt;head&gt; section of each of your pages. For instance, if you wanted to add English and Spanish versions for the United States version of your site, you would add the following code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;link rel=\"alternate\" hreflang=\"x-default\" href=\"http:\/\/example.com\/\"&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;link rel=\"alternate\" hreflang=\"en-us\" href=\"http:\/\/example.com\/en-us\/\"&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;link rel=\"alternate\" hreflang=\"de-de\" href=\"http:\/\/example.com\/de-de\/\"&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">&nbsp;<\/pre>\n\n\n\n<p>In the above example, the first line refers to the default page. The second and third are for English and Spanish speakers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Insert Hreflang Tags in Your HTTP Headers<\/h3>\n\n\n\n<p>If you want to add hreflang tags in non-HTML pages, such as PDFs, you won\u2019t have HTML code to place the tags in. When this is the case, you can use your HTTP headers instead.<\/p>\n\n\n\n<p>The code would look something like the following:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;http:\/\/example.pdf&gt;; rel=\"alternate\";hreflang=\"x-default\",<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;http:\/example.pdf&gt;; rel=\"alternate\";hreflang=\"en\",<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;http:\/\/example.pdf&gt;; rel=\"alternate\";hreflang=\"es\",<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;http:\/\/example.pdf&gt;; rel=\"alternate\";hreflang=\"de\"<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">&nbsp;<\/pre>\n\n\n\n<p>In this example, you\u2019re adding variants for English, Spanish, and German. Each of the respective versions must be placed in the headers of each PDF file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Add Hreflang Tags to Your Sitemap<\/h3>\n\n\n\n<p>The third method for implementing hreflang tags is using XML sitemap markup. This approach will let you add the hreflang attributes for all your site\u2019s pages in one place.<\/p>\n\n\n\n<p>It can also help you avoid slowing down your&nbsp;<strong>page loading speed<\/strong>&nbsp;(which might happen if you place the tags in the head section of the pages). Plus, changing a sitemap can be significantly easier than modifying each page\u2019s &lt;head&gt; tag.<\/p>\n\n\n\n<p>The sitemap method is similar to the HTML &lt;head&gt; tag method, except the xhtml:link attribute adds the hreflang annotations to each URL. Following the xhtml:link attribute at the front of your URL, you would add the alternative page versions, so your markup would look similar to the following:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;url&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;loc&gt;https:\/\/example.com\/link&lt;\/loc&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;xhtml:link rel=\u201dalternate\u201d hreflang=\u201den-us\u201d href=\u201dx-default\u201d<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;xhtml:link rel=\u201dalternate\u201d hreflang=\u201den\u201d href=\u201dhttps:\/\/example.com\/link\/\u201d \/&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>&lt;xhtml:link rel=\u201dalternate\u201d hreflang=\u201des\u201d href=\u201dhttps:\/\/example.com\/enlance\/\u201d \/&gt;<\/em><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">&nbsp;<\/pre>\n\n\n\n<p>Here, you\u2019ll see that each URL has a hreflang attribute and return links to the other URLs. A separate &lt;url&gt; element should be created for every URL. Each element must include a &lt;loc&gt; that indicates the page URL. The URLs also need a &lt;xhtml:link rel=\u201dalternate\u201d hreflang=\u201dsupported_language-code\u201d&gt; element that lists each alternative version of the page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tips and Best Practices for Using Hreflang Tags<\/h2>\n\n\n\n<p>Now that you understand the basics of hreflang tags and their implementation, let\u2019s discuss some tips for using them. Below are some key best practices to follow!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Make Sure the Tags Are Bidirectional<\/h3>\n\n\n\n<p>Hreflang tags operate in pairs, meaning that they are bidirectional. When you add a hreflang tag to an English page pointing to a Spanish version, you also need to ensure that the Spanish variant returns with a hreflang tag pointing to the English version.<\/p>\n\n\n\n<p>This setup tells search engines the relationship is in agreement, and that you control both pages. If two pages don\u2019t point to each other, Google will ignore the tags.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Specify the Default Page for Users Who Don\u2019t Speak Any of the Specified Languages<\/h3>\n\n\n\n<p>Specifying the default page for users who don\u2019t speak any of your set languages is important. It will ensure that visitors are directed to the correct version of your site.<\/p>\n\n\n\n<p>You can do this by adding a tag with the language code \u201cx-default\u201d. It would look something like:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;link rel=\u201dalternate\u201d hreflang=\u201dx-default\u201d href=\u201dhttps:\/\/example.com\/\u201d \/&gt;<\/pre>\n\n\n\n<p>The default page will be used in situations where Google is unable to extract the language or region for users when it\u2019s not specified or listed. Instead, the x-default page will ask users which language they prefer, then point them to the appropriate alternate version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Use Absolute URLs<\/h3>\n\n\n\n<p>Absolute URLs are complete URLs that include the domain name. They are also the preferred type of URL to use with hreflang tags. They are less likely to be affected by changes on your website, and make it easier for search engines to index your pages correctly.<\/p>\n\n\n\n<p>It\u2019s important to make sure that your hreflang tags contain absolute URLs. In other words, the code should look like \u201chttps:\/\/example.com\/link\u201d rather than \u201cexample.com\/link\u201d.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Make Sure Your Hreflang Tags Are Valid and Correctly Formatted<\/h3>\n\n\n\n<p>As we mentioned earlier, the correct ISO language and region codes must be used when creating your hreflang link attributes. Otherwise, you may encounter a message in Google Search Console informing you that your site doesn\u2019t have any hreflang language tags.<\/p>\n\n\n\n<p>Remember to use the ISO language codes for language attributes and the region codes for geographical locations. For instance, while \u201ckr\u201d is for the&nbsp;<em>region<\/em>&nbsp;of South Korea, \u201cko\u201d is the code for the Korean&nbsp;<em>language<\/em>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Keep Your Hreflang Tags Up To Date<\/h3>\n\n\n\n<p>As you continue adding content and pages to your website, keeping up with your hreflang tags becomes more critical.<\/p>\n\n\n\n<p>Let\u2019s say you&nbsp;<a href=\"https:\/\/www.dreamhost.com\/blog\/5-reasons-you-need-another-domain\/\" target=\"_blank\" rel=\"noreferrer noopener\">add a new domain<\/a>&nbsp;for a particular country. Then you\u2019ll need to add the appropriate hreflang tags to your existing pages, and check to ensure that they point to the new domain.<\/p>\n\n\n\n<p>The same applies if you delete any language versions of your website. If you remove a language, you\u2019ll need to delete or replace the hreflang tags pointing to it. Pointing to missing or incorrect URLs can hurt both your UX and SEO.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Monitor Your Website for Errors<\/h3>\n\n\n\n<p>Just as essential as keeping your hreflang tags updated is consistently monitoring your website for errors. This process includes checking your site\u2019s source code to make sure that all necessary tags are present.<\/p>\n\n\n\n<p>You can use a tool such as Google Search Console to monitor your website more easily. This platform will help you verify whether your pages are being indexed correctly.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hreflang tag is an HTML attribute used to specify the language and geographical targeting of a webpage. If the websites have multiple versions of the same page in different languages, we can use the hreflang tag to tell search engines like Google about these variations. This helps them to serve the correct version to their [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":104,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[18,24,29,30,31,32,34],"class_list":["post-98","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-archive","tag-digital-marketing","tag-keyword-research","tag-marketing","tag-multi-country","tag-multilingual","tag-organic-traffic","tag-seo"],"_links":{"self":[{"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/posts\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/smowdigital.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=98"}],"version-history":[{"count":0,"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/posts\/98\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smowdigital.com\/index.php?rest_route=\/wp\/v2\/media\/104"}],"wp:attachment":[{"href":"https:\/\/smowdigital.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=98"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smowdigital.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=98"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smowdigital.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}