- sitemap generation that you can find at
src/app/sitemap.ts
, it is used by search engines to crawl your website and index your pages. Sitemap is adynamic MetadataRoute that you could easily populate with your content. As a starting point you have a basic sitemap that you can customize to fit your needs.
- metadata from next that you can find in the main landing page
src/app/(landing)/page.tsx
, it is used by search engines to provide information about your website, such as title, description, and keywords.
- automatic open graph image generation that you can find at
src/app/api/og.ts
, it is used by search engines to provide a preview image for your website. You can swap the logo and design with your own.