We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin outputs the hreflang tags without the rel="alternate"
<link href="https://www.mysite.com/en" hreflang="en"> <link href="https://www.mysite.com/fr" hreflang="fr"> <link href="https://www.mysite.com/nl" hreflang="nl"> <link href="https://lwww.mysite.com/en" hreflang="x-default">
'rel' => 'alternate',code is missing 2 times in site/plugins/kirby-seo/classes/Meta.php
'rel' => 'alternate',
More info https://developers.google.com/search/docs/specialty/international/localized-versions
The text was updated successfully, but these errors were encountered:
only include translations that exist, add rel=alternate, x-default sh…
c0a5486
…ould be neutral according to spec tobimori#104, tobimori#95 , tobimori#107
Thank your for including the documentation. I used this and included it in #128
Sorry, something went wrong.
No branches or pull requests
The plugin outputs the hreflang tags without the rel="alternate"
'rel' => 'alternate',
code is missing 2 times in site/plugins/kirby-seo/classes/Meta.phpMore info
https://developers.google.com/search/docs/specialty/international/localized-versions
The text was updated successfully, but these errors were encountered: