Each of these versions uses hreflang tags to tell Google about the page’s language and geographical targeting.
This tag is reasonably simple to implement.
Just add the appropriate hreflang tags in the <head> section of all versions of the page.
For example, if you have your homepage in English, Spanish, and Portuguese, you’ll add these hreflang tags to all of those pages:
<link rel="alternate" hreflang="x-default" href="https://yourwebsite.com" />
<link rel="alternate" hreflang="es” href="https://yourwebsite.com/es/" />
<link rel="alternate" hreflang="pt” href="https://yourwebsite.com/pt/" />
<link rel="alternate" hreflang="en” href="https://yourwebsite.com" />
Learn more: Hreflang tags for SEO
没有评论:
发表评论
注意:只有此博客的成员才能发布评论。