Changelog
New features, bug fixes, and improvements made to seo-in-nextjs.
v1.0.0
Section titled “v1.0.0”Features
Section titled “Features”- SEO in Next.js is now a formal library instead of a collection of files
- New
seo.config.tsorseo.config.jsfile to consolidate all SEO configuration in a single location - New
robotsTxtfunction to programmatically generate therobots.txtfile for your project - New
sitemapXmlfunction to programmatically generate thesitemap.xmlfile for your project - Generate
llms.txtfile for your project - Added
JsonLdForSoftwareAppandJsonLdScriptcomponents - Built-in tooling to audit and validate your SEO implementation, including metadata,
robots.txt, andsitemap.xmlgeneration
v0.5.0
Section titled “v0.5.0”Features
Section titled “Features”- Add manual routes to sitemap generation
v0.4.0
Section titled “v0.4.0”Features
Section titled “Features”- Add a default Open Graph image for the
genPageMetadatafunction
v0.3.0
Section titled “v0.3.0”Features
Section titled “Features”- Add support for dynamic, parallel, and intercepting routes in sitemap generation
- Generate JSON-LD structured data with the following components:
JsonLdForArticleJsonLdForBreadcrumbJsonLdForFaqJsonLdForProduct
v0.2.0
Section titled “v0.2.0”Features
Section titled “Features”- Add support for layout routes in sitemap generation
Bug Fixes
Section titled “Bug Fixes”- Fix type error in the
genPageMetadatafunction
v0.1.0
Section titled “v0.1.0”Features
Section titled “Features”- Generate SEO metadata with the
genPageMetadatafunction - Generate sitemap.xml file
- Generate robots.txt file