Skip to content
New issue

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

Multi-lang alternate tags: missing rel="alternate" #95

Open
wdebusschere opened this issue May 30, 2024 · 0 comments
Open

Multi-lang alternate tags: missing rel="alternate" #95

wdebusschere opened this issue May 30, 2024 · 0 comments
Labels
type: bug 🐛 Is a bug; fixes a bug

Comments

@wdebusschere
Copy link

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

More info
https://developers.google.com/search/docs/specialty/international/localized-versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Is a bug; fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants