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

# extraUrls

> Additional URLs to crawl.

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

URLs found in `extraUrls` are used as additional starting points for the crawl.

This field identifies URLs that are added from the Crawler dashboard.
URLs added through the **Add a URL** field of the Crawler dashboard's **Settings** tab are stored as `extraUrls`.

Internally `extraUrls` is the same as `startUrls`.

## Examples

```js JavaScript icon=code theme={"system"}
{
  extraUrls: ["https://www.algolia.com/blog/"],
}
```
