> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# sitemaps

> URLs for sitemaps for starting crawls.

* **Type**: `string[]`

URLs found in `sitemaps` are treated as [`startUrls`](/doc/tools/crawler/apis/configuration/start-urls) for the crawler.
They're starting points for the crawl.

## Examples

```js JavaScript icon=code theme={"system"}
{
  sitemaps: ['https://www.algolia.com/sitemap.xml'],
}
```
