New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
A product page ships with a title, description and image, but every crawler still sees the homepage's.
What you'll have at the end
A generateMetadata function returning a real title, description and Open Graph image per product, confirmed in a crawler preview tool
You need
A product route that already renders one real item from a data source, with no title, description or share image defined for that route yet; it currently falls back to whatever the site's shared layout already sets.
Not covered
What the page's own body shows when an id matches no record at all; that is a separate concern from what a search engine or a share card is told about the page.
Checked 25 Aug 2026
Part of the NextJS cookbook