How to add hreflang Tag to WordPress & Blogger Website

add hreflang

Are You Want To Add hreflang Tag to your blogger Site, Here’s the solution. Just Follow The post instruction & implement the code on your blogger Website. 

Also Learn – How to Fix 404 error of a WordPress Website.

What is hreflan ?

Hreflang is used for targeting a specific area like Asia, Europe, America Etc, Or Specific Country Like the USA, UK, Canada, Australia, India, France, Pakistan, Bangladesh, etc. As we get a lot of tourists.

Why do We use Hreflang?

Hreflang link helps google understand the content of a website. If you add hreflang code to your website, you will get a lot of traffic to your website. And your website will rank on the top page of the google search engine. You can use it for a specific origin or country. Using the “en” tag will also get Global Traffic.

When someone searches in Google then Google Show your website, when they find matching with your website content.

How to Generate Hreflang for your Blogger Website?

For a blogger website, If your blog is written in English Language Or your blog content is written in English, you should use the “en” tag. If your blog content is written in US English Accent you can use the “en-us” Tag on the link. If you use UK English Accent in your blogger, You should Use “en-uk”.If your website is multilingual, use “x-us” Tag as shown below.

<link rel=”alternate” href=”http://example.com” hreflang=”en” />

Here “http://example.com” means Your blogger website URL. Now add your website URL and hreflang code.

Some Href Region Code: Click Here

How to add Hreflang to the Blogger website?

After modifying your hreflang code, Go to your blogger website. Then click on Theme and Then click on Edit HTML. Now copy the whole Link and paste it between the <head> (paste here the link) </head> Tag of Html.

<!Doctype html>
<head>
<link rel=”alternate” href=”http://example.com” hreflang=”en” />
</head>
</html>

***Then Click on save the change.***

For US-English Content:
<link rel=”alternate” href=”http://example.com” hreflang=”en-us” />

For Multilingual Contant:
<link rel=”alternate” href=”http://example.com” hreflang=”x-us” />

***Thanks For Visiting***

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top