Skip to content

New features, bug fixes, and improvements made to seo-in-nextjs.

  • SEO in Next.js is now a formal library instead of a collection of files
  • New seo.config.ts or seo.config.js file to consolidate all SEO configuration in a single location
  • New robotsTxt function to programmatically generate the robots.txt file for your project
  • New sitemapXml function to programmatically generate the sitemap.xml file for your project
  • Generate llms.txt file for your project
  • Added JsonLdForSoftwareApp and JsonLdScript components
  • Built-in tooling to audit and validate your SEO implementation, including metadata, robots.txt, and sitemap.xml generation
  • 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