Configuration Reference
seo-in-astro exposes several options to control its behavior.
Configure the integration
Section titled “Configure the integration”baseUrl (required)
Section titled “baseUrl (required)”type: string
The base URL of the project.
siteName (required)
Section titled “siteName (required)”type: string
The name of the site.
defaultOgImg (required)
Section titled “defaultOgImg (required)”type: string
The URL of the default Open Graph image.
llmsTxt
Section titled “llmsTxt”type: boolean
default: false
Enables the generation of the llms.txt file for your site.
sitemapXml
Section titled “sitemapXml”type: SitemapConfig
Allows you to customize the sitemap by adding additional metadata to specific routes.
robotsTxt
Section titled “robotsTxt”type: RobotsConfig
Allows you to customize the robots.txt file for your site.