title and description wrong
Unanswered
Mini Satin posted this in #help-forum
Mini SatinOP
Guys my project in prod has a title and a description wrong, which I dint set at all, how can I change that? I am using next.js 11.
The title is nowhere to be found on the code, but the description is one <strong /> + a <p /> from the last <section /> in my home page.
The title is nowhere to be found on the code, but the description is one <strong /> + a <p /> from the last <section /> in my home page.
7 Replies
Mini SatinOP
hello??
Southern rough shrimp
Check the source of the website @Mini Satin
right click on your website and click "View page source"
or inspect element and find the head tag and find the title element
see what it says
If it says "Connectour: Home", then you most likely not building once you made changes, or something like that
otherwise it could be google parsing metadata problem? idk, but I doubt it