Nextjs 14: Not able to add url with trailing slash in meta details like canonical url and og:url #65323
Unanswered
umang-goyal
asked this question in
Help
Replies: 1 comment
-
I encountered the same issue🥲 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I just migrated v13 to v14. After migrations the canonical url and og:url in metadata of the pages donot have trailing slash when I have explicitly added that. Its an issue cause the crawler will take it as different url from the previous one.
Additional information
No response
Example
<link rel="canonical" href="https://nextjs.org">
<meta property="og:url" content="https://nextjs.org">
No response
Beta Was this translation helpful? Give feedback.
All reactions