JTBDOS relies on Next.js’s built-in Metadata API to handle most of our SEO needs. Specifically, theDocumentation Index
Fetch the complete documentation index at: https://docs.jtbdos.com/llms.txt
Use this file to discover all available pages before exploring further.
@repo/seo package provides a createMetadata function that you can use to generate metadata for your pages. For example:
page.tsx
metadata object from your page, the createMetadata function deep merges your metadata with our default metadata, allowing you to customize only the metadata that you need to. It’s also much easier to specify a cover photo for the page, for example:
page.tsx