Replies: 4 comments 1 reply
-
Hi @ihmpavel, I'm also facing the same issue did you find any solution? when I forcefully make it "hreflang" it shows correctly in the page source but it is removed in the inspect element. |
Beta Was this translation helpful? Give feedback.
-
Yep, same problem here! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I can reproduce this on both Next @leerob could you turn this discussion to an issue? The HTML spec defines a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I came across different behavior of
hrefLang
The attribute should be lowercased after ssr render, but is not changed
Example
Expected output
Is is a bug?
(I know HTML attributes are case insensitive, but some crawlers are unable to parse HTML with
hreflang
which is not lowercased)Beta Was this translation helpful? Give feedback.
All reactions