yassinedoghri / astro-i18next

An astro integration of i18next + some utility components to help you translate your astro websites!
https://astro-i18next.yassinedoghri.com
MIT License
473 stars 33 forks source link

feat: Added x-default hreflang tag for HeadHrefLangs component #159

Open Y-developer opened 1 year ago

Y-developer commented 1 year ago

Describe your changes

I noticed that the HeadHrefLangs component in the astro-i18next package does not include the hreflang='x-default' tag. I added the hreflang='x-default' tag to the HeadHrefLangs component.

As a result of adding the hreflang='x-default' tag, I ran an audit using SEO Minion's Hreflang Checker before and after. The audit showed a difference in results.

hreflang_x-default

Fixes #158

Checklist