You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the rel="alternate" tags on Sanity pages that have a translation, and can see the canonical one on both Sanity pages with and without a translations.
Can't see them on legacy news pages - do we need them there too?
HREF tags:
Here's a quick writeup on hreflang:
The "rules" of hreflang:
All tags are bidirectional, meaning all pages will link to each other - the code example underneath will be installed on both language-versions
All pages should link to itself - line 2 in code example beneath
X-default is recommended: this is the default when no other language matches
Example:
On https://www.equinor.com/ and https://www.equinor.com/no.html
Canonical tags
A canonical tag (aka "rel canonical") is a way of telling search engines that a specific URL represents the master copy of a page.
All pages should have the tag, linking to itself.
Example frontpage:
On https://www.equinor.com/ and https://www.equinor.com/no.html
The text was updated successfully, but these errors were encountered: