statamic / seo-pro

An all-in-one site reporting, metadata wrangling, Open Graph managing, Twitter card making, sitemap generating, turn-key addon for Statamic.
https://statamic.com/addons/statamic/seo-pro
52 stars 34 forks source link

Fix alternate locale meta logic #277

Closed jesseleite closed 1 year ago

jesseleite commented 1 year ago

While <meta property="og:locale:alternate" ...> tags don't need to self-reference the current page locale, Google requires <link rel="alternate" ...> tags to be self-referential.

CleanShot 2023-06-02 at 19 20 42

While working on #207, we noticed that alternate_locales output from the Cascade class was always considering the current site as the locale, rather than the entry model's site/locale. This PR fixes that 👍

Todo