Next.js Discord

Discord Forum

Metadata not being rendered for a page

Unanswered
Mossyrose gall wasp posted this in #help-forum
Open in Discord
Mossyrose gall waspOP
I initially tried to put meta tags in the Head tag for each page, they never showed up
So I put them inside the _document.tsx file.
Now for a certain page i want different meta tags, so I'm using the Head tag for that page

Now when the crawler is loading the entire page, the metatags i mentioned for the page are higher in the html page, but the view source has the ones mentioned in the _document.jsx file, so it is always showing the generic metatags

https://joinclamp.com - this has the generic metatags

https://joinclamp.com/calculate - this is supposed to have it's own tags but is showing the generic ones

Any help would be appreciated!

0 Replies