Skip to content

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

  • defaultOgImg parameter in seoInAstro integration is optional
  • Built-in tooling to audit and validate your SEO implementation, including metadata, robots.txt, and sitemap.xml generation
  • Added favicon prop to seoInAstro integration for custom favicon configuration
  • Removed jsonLd prop from LayoutForBreadcrumb component
  • Updated virtual module name to avoid duplicates
  • 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