{"id":1411,"date":"2020-07-10T07:12:30","date_gmt":"2020-07-10T07:12:30","guid":{"rendered":"https:\/\/www.dopinger.com\/blog\/?p=1411"},"modified":"2024-08-08T08:08:27","modified_gmt":"2024-08-08T08:08:27","slug":"what-is-hreflang","status":"publish","type":"post","link":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang","title":{"rendered":"What Is Hreflang? (A Simple Guide for Beginners)"},"content":{"rendered":"\n<p>With your website, the Hreflang tag is very important if you plan international targeting. One of the most important factors that Google emphasizes in the field of international SEO is Hreflang tags. If you place more than one language option on your site, you will have to use Hreflang labels correctly. But many websites make mistakes when using the Hreflang tag. So what is Hreflang? In this article, we will explain what the Hreflang tag is for International SEO and websites targeting worldwide and the correct use of this label.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Hreflang_Tag\"><\/span>Hreflang Tag<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The Hreflang tag allows you to parse your similar but diverse content on your website, while also notifying search engines. It provides you to offer content targeting users in a particular region to users around the world. You must use this tag to gain visibility with the language and region URL you targeted in search results. In short, the Hreflang tag is labels that you can use to distinguish pages that offer the same content as different language and region targeting.<\/p>\n\n\n\n<p>If you have a site with many language\noptions, you should use the Hreflang tag. But when using this label, you have\nto be very careful. Although it may seem like a simple situation, misusing it\nis a serious mistake. According to SEMrush&#8217;s survey of 20,000 websites, almost\n50% of websites use the wrong language code, such as the UK or ENG, rather than\nEN!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/how-to-use-hreflang-labels.png\" alt=\"How to Use Hreflang Labels\" class=\"wp-image-1459\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_Do_I_Use_Hreflang_Labels\"><\/span>How Do I Use Hreflang Labels?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Using Hreflang Tags is sectioned in three areas such as HTML Code, HTTP, and XML on the sitemap.<\/p>\n\n\n\n<p>It would be more accurate to choose\nonly one of the above when the application was made.<\/p>\n\n\n\n<p>Now let&#8217;s see how you can use the label.<\/p>\n\n\n\n<p>For instance, suppose you have a registered business in Italy. But you work with England and France. You translated the English and French pages that you created to reach your audiences in different countries. This post-edit now has three different versions of all pages on your site which are Italian, French, and English.<\/p>\n\n\n\n<p>If you don&#8217;t use a Hreflang tag, the search engine might think you&#8217;ve created all of the pages above for Italy, or you can detect pages as duplicate content.<\/p>\n\n\n\n<p>To correctly configure all pages on\nthe site with the language selection and region-based Hreflang, we must also\nadd the following sample tags in the 3 versions of your page.<\/p>\n\n\n\n<p>&lt; link rel = \u201calternate\u201d hreflang\n= \u201cit-IT\u201d href = \u201chttp:\/\/websitename.com\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt; link rel = \u201calternate\u201d hreflang\n= \u201cen-GB\u201d href = \u201chttp:\/\/example.com\/en\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt; link rel = \u201calternate\u201d hreflang\n= \u201cfr\u201d href = \u201chttp:\/\/example.com\/fr\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>Also, Google asks you to specify the\ndefault version of your page for users who will log into your site in this\nregion or from abroad:<\/p>\n\n\n\n<p>&lt; link rel = &#8220;alternate&#8221;\nhreflang = &#8220;x-default&#8221; href =\n&#8220;http:\/\/websitename.com\/pagename.html&#8221; \/&gt;<\/p>\n\n\n\n<p>Certainly, a country code alone is not a problem. It is very important to know that you can specify a language. Let&#8217;s talk about the three things you need to dig into your mind:<\/p>\n\n\n\n<p>\u2022 You can specify language targeting\nalone.<\/p>\n\n\n\n<p>\u2022 You can specify language and\ncountry.<\/p>\n\n\n\n<p>\u2022 You cannot specify only one country\ncode.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"HTTP_Header_Description_Field_Usage\"><\/span>HTTP Header Description Field Usage<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Another method is the HTTP comment\nfield. You can also present the Hreflang tag in the HTTP Header field, apart\nfrom HTML.<\/p>\n\n\n\n<p>Here&#8217;s an example of how you use it:<\/p>\n\n\n\n<p>HTTP\/1.1 200 OK<\/p>\n\n\n\n<p>Content-Type: text\/html<\/p>\n\n\n\n<p>Link:\n&lt;http:\/\/websitename.com\/en-us\/page.html; rel=\u201dalternate\u201d; hreflang= \u201cen-US\u201d<\/p>\n\n\n\n<p>Content-Length: 5710<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Pages_Containing_Too_Much_Translation\"><\/span>Pages Containing Too Much Translation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This method, which is not used by many people in general, is for sites that contain too many translations. For instance, if you have dozens of pages on different languages, adding the relevant codes to HTTP descriptions and HTML code can degrade your page&#8217;s performance! Google recommends the use of an XML sitemap for these situations. The following is an exemplary structure for this method, which is extremely simple to use.<\/p>\n\n\n\n<p>&lt;url &gt;<\/p>\n\n\n\n<p>&lt; loc &gt;\nhttp:\/\/example.com\/page.html&lt;\/ loc &gt;<\/p>\n\n\n\n<p>&lt; xhtml: link rel = \u201calternate\u201d\nhreflang = \u201ctr-TR\u201d href = \u201chttp:\/\/websitename.com\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt; xhtml: link rel = \u201calternate\u201d\nhreflang = \u201cen-GB\u201d href = \u201chttp:\/\/websitename.com\/en\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt; xhtml: link rel = \u201calternate\u201d\nhreflang = \u201cfr\u201d href = \u201chttp:\/\/websitename.com\/fr\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt; xhtml: link rel = \u201calternate\u201d\nhreflang = \u201cx-default\u201d href = \u201chttp:\/\/websitename.com\/pagename.html\u201d \/&gt;<\/p>\n\n\n\n<p>&lt;\/ url &gt;<\/p>\n\n\n\n<p>Above all, the sitemap that you create through the template above will run smoothly. When this method is applied, you do not need to use the other 2 methods. For more detailed information, see Google&#8217;s https:\/\/support.google.com\/webmasters\/answer\/2620865?hl=tr document.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/using-hreflang.png\" alt=\"Using Hreflang\" class=\"wp-image-1460\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_to_Look_out_for_in_The_Use_of_Hreflang\"><\/span>What to Look out for in The Use of Hreflang?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>\u2022 Country codes and language codes\nshould not be stretched.<\/p>\n\n\n\n<p>\u2022 First you must specify the language\nand then the country and not confuse the ranking.<\/p>\n\n\n\n<p>\u2022 If the Canonical tag marks a\ndifferent page, you should not apply a Hreflang label to this page.<\/p>\n\n\n\n<p>\u2022 You can use the language label\nalone, but you cannot specify the country code. Therefore, \u201cLanguage and\nCountry\u201d or \u201cLanguage\u201d codes must be found.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Codes_Show_the_Wrong_Page\"><\/span>Codes Show the Wrong Page<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The most important of most mistakes that most people make in the use of the Hreflang tag is that the codes show the wrong pages. So it&#8217;s a big mistake that the page you want to show doesn&#8217;t include the Hreflang tag. For instance, If you&#8217;ve added a Hreflang tag to a page, and you&#8217;ve shown other formats of the page in additional languages, you&#8217;ll need to add a Hreflang tag to these pages, or their format in additional languages. Otherwise, even if search engines detect the page, Hreflang may find it difficult to detect or even detect which language the label is in due to its lack or no.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/difference-between-hreflang-and-rel-canonical.png\" alt=\"Difference Between Hreflang and Rel Canonical\" class=\"wp-image-1461\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Difference_Between_%E2%80%9CHreflang%E2%80%9D_and_%E2%80%9CRel_Canonical%E2%80%9D\"><\/span>The Difference Between \u201cHreflang\u201d and \u201cRel Canonical\u201d<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The label &#8220;Rel Canonical&#8221; allows us to specify which link spiders will base as a result of the search engines reaching the same content with two different link structures. On the other hand, Hreflang is a tool that helps us show different pages in a search and tell search engines what pages to show by language and region. Google recommends that you don&#8217;t use a rel canonical between country or language versions on your site. But you can still use it for the country and language version!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"X-Default_and_General_Targeting\"><\/span>X-Default and General Targeting<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>If your Page offers content in a variety of languages, or if it wants a user to select the page between preferences, you can use the x-default value to show that the page is not specifically targeting a language.<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\">   <\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this article, we explained Hreflang was. You can target internationally with the Hreflang tag. There is also a chance for you to provide your content and services to users living in different geographies. You can also offer them your content and services by targeting users who speak the same language in different geographies. Moreover, if you are targeting internationally, you should use the Hreflang tag in full and accurately. If you are using or using this tag, it is worth using its tools to detect errors.<\/p>\n\n\n\n<p>If you liked this article and want to learn more about such software topics, please have a look at our other <a href=\"https:\/\/www.dopinger.com\/blog\/software-support\">articles<\/a> about it. You may also like, <a href=\"https:\/\/www.dopinger.com\/blog\/what-is-htaccess\">what is .Htaccess<\/a>.<\/p>\n\n    <div class=\"container m-0 p-0 pm-faq\">\n            <h2 class=\"accordion-title\"><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions_About\"><\/span>Frequently Asked Questions About <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        <div class=\"faq accordion faq-drop\" id=\"accordion\">\n            <div class=\"col-md-12 faq-card m-0 p-0\">\n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading0\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_0\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_0\">\n                            How Do I Add Hreflang Tags in WordPress?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_0\" class=\"collapse\" aria-labelledby=\"heading0\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>You may find a new meta box called Hreflang tags on the post edit panel. First, you need to include the URL of the post you are currently editing, and then pick the language. Before that, you need to press the plus button to connect Links to certain post variants and their text. <\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading1\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_1\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_1\">\n                            What is Link Rel Alternate?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_1\" class=\"collapse\" aria-labelledby=\"heading1\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>If used in combination with the media attribute, rel-alternate implies a connection to the edition of the current text, in particular to the system or medium defined by the media attribute. <\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading2\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_2\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_2\">\n                            Why is REL used in HTML?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_2\" class=\"collapse\" aria-labelledby=\"heading2\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>The necessary rel attribute defines the connection between the current document\/resource. The &lt; link > element creates a link between your HTML document and your external resource. The rel feature determines the connection between the two records. Further, search engines can often use the details in the rel attribute to decide whether to index or view a document. <\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        <\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>With your website, the Hreflang tag is very important if you plan international targeting. One of the most important factors that Google emphasizes in the field of international SEO is Hreflang tags. If you place more than one language option on your site, you will have to use Hreflang labels [&hellip;]<\/p>\n","protected":false},"author":19,"featured_media":15675,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-1411","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-seo","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Is Hreflang? (A Simple Guide for Beginners)<\/title>\n<meta name=\"description\" content=\"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.\" \/>\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.dopinger.com\/blog\/what-is-hreflang\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is Hreflang? (A Simple Guide for Beginners)\" \/>\n<meta property=\"og:description\" content=\"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\" \/>\n<meta property=\"og:site_name\" content=\"Dopinger Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dopingercom\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-10T07:12:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-08T08:08:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"832\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fatih Karadeniz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dopingercom\" \/>\n<meta name=\"twitter:site\" content=\"@dopingercom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fatih Karadeniz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\"},\"author\":{\"name\":\"Fatih Karadeniz\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b\"},\"headline\":\"What Is Hreflang? (A Simple Guide for Beginners)\",\"datePublished\":\"2020-07-10T07:12:30+00:00\",\"dateModified\":\"2024-08-08T08:08:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\"},\"wordCount\":1407,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg\",\"articleSection\":[\"Technical SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\",\"url\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\",\"name\":\"What Is Hreflang? (A Simple Guide for Beginners)\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg\",\"datePublished\":\"2020-07-10T07:12:30+00:00\",\"dateModified\":\"2024-08-08T08:08:27+00:00\",\"description\":\"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg\",\"width\":1248,\"height\":832,\"caption\":\"What is Hreflang?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dopinger.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is Hreflang? (A Simple Guide for Beginners)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"name\":\"Dopinger Blog\",\"description\":\"Dopinger\",\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\",\"name\":\"Dopinger Blog\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"width\":157,\"height\":48,\"caption\":\"Dopinger Blog\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dopingercom\/\",\"https:\/\/x.com\/dopingercom\",\"https:\/\/www.instagram.com\/dopinger_com\/\",\"https:\/\/www.linkedin.com\/company\/dopingercom\/\",\"https:\/\/tr.pinterest.com\/dopingercom\/_saved\/\",\"https:\/\/www.youtube.com\/dopinger\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b\",\"name\":\"Fatih Karadeniz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png\",\"contentUrl\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png\",\"caption\":\"Fatih Karadeniz\"},\"description\":\"Hi my name is Fatih Karadeniz. I graduated from English Language and Literature Department and I have developed an interest in researching and writing about SEO and Digital Marketing related topics.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/mfatih-karadeniz\/\"],\"url\":\"https:\/\/www.dopinger.com\/blog\/author\/fatihkaradeniz\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598\",\"position\":1,\"url\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598\",\"name\":\"How Do I Add Hreflang Tags in WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You may find a new meta box called Hreflang tags on the post edit panel. First, you need to include the URL of the post you are currently editing, and then pick the language. Before that, you need to press the plus button to connect Links to certain post variants and their text. \",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206\",\"position\":2,\"url\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206\",\"name\":\"What is Link Rel Alternate?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"If used in combination with the media attribute, rel-alternate implies a connection to the edition of the current text, in particular to the system or medium defined by the media attribute. \",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818\",\"position\":3,\"url\":\"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818\",\"name\":\"Why is REL used in HTML?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The necessary rel attribute defines the connection between the current document\/resource. The &lt; link > element creates a link between your HTML document and your external resource. The rel feature determines the connection between the two records. Further, search engines can often use the details in the rel attribute to decide whether to index or view a document. \",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Hreflang? (A Simple Guide for Beginners)","description":"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.","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.dopinger.com\/blog\/what-is-hreflang","og_locale":"en_US","og_type":"article","og_title":"What Is Hreflang? (A Simple Guide for Beginners)","og_description":"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.","og_url":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang","og_site_name":"Dopinger Blog","article_publisher":"https:\/\/www.facebook.com\/dopingercom\/","article_published_time":"2020-07-10T07:12:30+00:00","article_modified_time":"2024-08-08T08:08:27+00:00","og_image":[{"width":1248,"height":832,"url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg","type":"image\/jpeg"}],"author":"Fatih Karadeniz","twitter_card":"summary_large_image","twitter_creator":"@dopingercom","twitter_site":"@dopingercom","twitter_misc":{"Written by":"Fatih Karadeniz","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#article","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang"},"author":{"name":"Fatih Karadeniz","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b"},"headline":"What Is Hreflang? (A Simple Guide for Beginners)","datePublished":"2020-07-10T07:12:30+00:00","dateModified":"2024-08-08T08:08:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang"},"wordCount":1407,"commentCount":0,"publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg","articleSection":["Technical SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dopinger.com\/blog\/what-is-hreflang#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang","url":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang","name":"What Is Hreflang? (A Simple Guide for Beginners)","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg","datePublished":"2020-07-10T07:12:30+00:00","dateModified":"2024-08-08T08:08:27+00:00","description":"You might be wondering what hreflang is. It is an HTML attribute for determining the language and the geographical target of a website.","breadcrumb":{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598"},{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206"},{"@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dopinger.com\/blog\/what-is-hreflang"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#primaryimage","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2020\/07\/what-is-hreflang.jpg","width":1248,"height":832,"caption":"What is Hreflang?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dopinger.com\/blog"},{"@type":"ListItem","position":2,"name":"What Is Hreflang? (A Simple Guide for Beginners)"}]},{"@type":"WebSite","@id":"https:\/\/www.dopinger.com\/blog\/#website","url":"https:\/\/www.dopinger.com\/blog\/","name":"Dopinger Blog","description":"Dopinger","publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dopinger.com\/blog\/#organization","name":"Dopinger Blog","url":"https:\/\/www.dopinger.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","width":157,"height":48,"caption":"Dopinger Blog"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dopingercom\/","https:\/\/x.com\/dopingercom","https:\/\/www.instagram.com\/dopinger_com\/","https:\/\/www.linkedin.com\/company\/dopingercom\/","https:\/\/tr.pinterest.com\/dopingercom\/_saved\/","https:\/\/www.youtube.com\/dopinger"]},{"@type":"Person","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b","name":"Fatih Karadeniz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png","contentUrl":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png","caption":"Fatih Karadeniz"},"description":"Hi my name is Fatih Karadeniz. I graduated from English Language and Literature Department and I have developed an interest in researching and writing about SEO and Digital Marketing related topics.","sameAs":["https:\/\/www.linkedin.com\/in\/mfatih-karadeniz\/"],"url":"https:\/\/www.dopinger.com\/blog\/author\/fatihkaradeniz"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598","position":1,"url":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362460598","name":"How Do I Add Hreflang Tags in WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You may find a new meta box called Hreflang tags on the post edit panel. First, you need to include the URL of the post you are currently editing, and then pick the language. Before that, you need to press the plus button to connect Links to certain post variants and their text. ","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206","position":2,"url":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362468206","name":"What is Link Rel Alternate?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If used in combination with the media attribute, rel-alternate implies a connection to the edition of the current text, in particular to the system or medium defined by the media attribute. ","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818","position":3,"url":"https:\/\/www.dopinger.com\/blog\/what-is-hreflang#faq-question-1594362476818","name":"Why is REL used in HTML?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The necessary rel attribute defines the connection between the current document\/resource. The &lt; link > element creates a link between your HTML document and your external resource. The rel feature determines the connection between the two records. Further, search engines can often use the details in the rel attribute to decide whether to index or view a document. ","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/1411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/comments?post=1411"}],"version-history":[{"count":7,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/1411\/revisions"}],"predecessor-version":[{"id":23696,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/1411\/revisions\/23696"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media\/15675"}],"wp:attachment":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media?parent=1411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/categories?post=1411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/tags?post=1411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}