Metadata not being rendered for a page
Unanswered
Mossyrose gall wasp posted this in #help-forum
Mossyrose gall waspOP
I initially tried to put meta tags in the
So I put them inside the
Now for a certain page i want different meta tags, so I'm using the
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
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!
Head
tag for each page, they never showed upSo 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 pageNow 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 metatagshttps://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!