Skip to content

Changelog

New features, bug fixes, and improvements made to SEO in Next.js.

  • Add manual routes to sitemap generation
  • Add a default Open Graph image for the genPageMetadata function
  • Add support for dynamic, parallel, and intercepting routes in sitemap generation
  • Generate JSON-LD structured data with the following components:
    • JsonLdForArticle
    • JsonLdForBreadcrumb
    • JsonLdForFaq
    • JsonLdForProduct
  • Add support for layout routes in sitemap generation
  • Fix type error in the genPageMetadata function
  • Generate SEO metadata with the genPageMetadata function
  • Generate sitemap.xml file
  • Generate robots.txt file