@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