Skip to content

Changelog

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

  • Added Layout component for metadata and any JSON-LD generation
  • Added LayoutForArticle, LayoutForArticle, LayoutForBreadcrumb, LayoutForFaq and LayoutForSoftwareApp components for metadata and specific JSON-LD generation
  • Validations on seoInAstro integration configuration
  • SEO in Astro is now a formal library instead of a collection of files
  • New seoInAstro integration to consolidate all SEO configuration in a single location
  • robotsTxt integration option to programmatically generate the robots.txt file for your project
  • sitemapXml integration option to programmatically generate the sitemap.xml file for your project
  • llms.txt integration option to generate llms.txt file for your project
  • Layout
  • LayoutForArticle
  • LayoutForBreadcrumb
  • LayoutForFaq
  • LayoutForProduct
  • astro.config.mjs
  • robots.txt.ts