π οΈ How-to guide
<aside> πΈοΈ
WHAT IT DOES
A website crawl reads pages from a public site or help center and ingests them as content β then keeps them current on a schedule. This page covers the full setup; for monitoring and managing a crawl afterwards, see Crawls.
</aside>
site tag is filled in for you).
The website-crawl setup: enter a starting URL, set depth and refresh frequency, with more control under Advanced.
Basic
| Setting | Default | Details |
|---|---|---|
| Crawl name | β | Required. A label for this crawl. |
| Starting URL | β | Required. Must begin with http:// or https://. |
| Max depth | 3 | How many links deep to follow (1β10). |
| Max links per page | 5 | How many links to follow on each page (1β10). |
| Refresh frequency | One-time | One-time, Hourly, Daily, Weekly, or Monthly. |
| Default tags | site: <name> | Applied to every page the crawl ingests. |
Advanced
| Setting | Default | Details |
|---|---|---|
| Page load delay | 5s | Seconds to wait before reading a page (0β60), for slow-loading sites. |
| Headless browsing | On | Renders the page fully β needed for sites built with JavaScript. Turn off for a faster raw fetch. |
| Page content type | Markdown | Markdown keeps structure; Text is flatter. |
| In-page elements to ignore | β | Hide banners, headers, or footers so they don't clutter answers. |
| Discover URLs from sitemap.xml | Off | Seeds every URL in the site's sitemap (overrides the depth and links limits). |
| Respect robots.txt | On | Skips paths the site disallows for crawlers. Turn off only for sites you own. |
| Incremental re-crawl | On | On refreshes, skips pages that haven't changed β faster and cheaper. |
| Authentication | β | A login page URL and sign-in steps for content behind a login. |