# Introduction to seo-in-astro

`seo-in-astro` is a library designed to simplify and automate SEO for your Astro applications. It handles metadata,
`sitemap.xml`, `robots.txt` generation, and more, so you can focus on building your site.

## Why seo-in-astro?

`seo-in-astro` provides an Astro integration and layouts that together offer a complete out-of-the-box SEO solution.

- `sitemap.xml` and `llms.txt` generation with automatic route detection
- `robots.txt` generation with sensible defaults and extensible configuration
- Type-safe components to generate page metadata and JSON-LD for different schema types
- Dedicated tooling to check the SEO status of your project

## Getting Started

Ready to dive in? Head over to the [Getting Started](https://seo-in-astro.dlcastillop.com/docs/getting-started) guide.