Hreflang tags don’t change after switching language
Learn why hreflang tags may not update immediately on localized pages and how to confirm they’re working correctly.
FAQ
Why don’t the hreflang tags update right away when I switch languages?
Framer uses SPA navigation, so the browser does not reload the full HTML document when you move between localized pages. As a result, some source-level tags only appear updated after a full refresh.
Does this mean my localization is broken?
Usually, no. If the correct
hreflangtags appear after reloading the page, your localization setup is working as expected.Should I check the Elements panel or View Source?
You can use either, but it’s most helpful to check the page again after a full refresh. That gives you the most accurate view of the current page HTML and its
hreflangtags.
Updated