Meta tags not showing up in page source
Unanswered
Forest yellowjacket posted this in #help-forum
Forest yellowjacketOP
Hello everyone, I'm using nextjs version 13.1.6 page router
for my project. The main problem I'm facing is that the head tags are not appearing in the page source but they are appearing in the inspect element head.
I'm fetching the head tags dynamically as there are many pages and each of them have a different title and description. I tried staticProps and serversideProps but it didn't work. Even putting a static title and description is now showing up in the page source. I was using next/head but im mot sure if nextjs 13.1.6 supports it.
Any kind of help will be appreciated.
Thank you🙂
for my project. The main problem I'm facing is that the head tags are not appearing in the page source but they are appearing in the inspect element head.
I'm fetching the head tags dynamically as there are many pages and each of them have a different title and description. I tried staticProps and serversideProps but it didn't work. Even putting a static title and description is now showing up in the page source. I was using next/head but im mot sure if nextjs 13.1.6 supports it.
Any kind of help will be appreciated.
Thank you🙂