OnTeque is the best platform for Mobile Reviews,
Laptop Reviews, Tips and Tricks about Android,
How to, windows, Software, mac, iOS Apple, YouTube, Facebook, WhatsApp,
Instagram, twitter, tech.
Content
Here you are going to learn
How do you add a hreflang tag?
How do I add a language tag to Blogger?
How do I find my hreflang tag?
What is the use of hreflang tag?
What is hreflang used for?
Is hreflang necessary?
What is the hreflang for Spanish?
What is hreflang and why it is important in SEO?
Hreflag Overview
OnTeque says about hreflang html, hreflang es-spanish, hreflang generator, hreflang codes, hreflang checker, hreflang example, hreflang tag for english in england, hreflang country codes,your site has no hreflang tags in blogger.
What is Hreflang ?
OnTeque says that hreflang tags are the tags in html that are used to
tell the google boat about the content language of your site.
It means through hreflang we can tell the google boat the language of the
content of your site.
How To Add Hreflang
To install or Add Hreflang Tags In Blogger So That Google Can Recognize The
Language Of Your Content, follow the following steps-
Step 1: Open the blogger dashboard.
Step 2: Go to theme option and select Edit to open HTML of the theme.
Step 3: Press Ctrl + F to find <head>.
Step 4: Copy one of the following Code.
For English
<link rel="alternate" href="http://example.com" hreflang="en" />
For Spanish
<link rel="alternate" href="http://example.com" hreflang="es" />
For Portuguese
<link rel="alternate" href="http://example.com" hreflang="pt" />
For Chinese
<link rel="alternate" href="http://example.com" hreflang="zh" />
For US- English
<link rel="alternate" href="http://example.com" hreflang="en-us" />
For Multilingual
<link rel="alternate" href="http://example.com" hreflang="x-us" />
Step 5: Paste the code just below the <head>.
Step 6: Replace "http://example.com" with your web URL.