Website
The Website data source allows you to connect a domain you own so its pages can be crawled, stored, and indexed.
When you connect a domain, the crawler looks for your website’s sitemap to determine which pages to visit:
- The crawler first checks the
robots.txt
for listed sitemaps. If it exists, it reads all sitemaps existing inside. - If no
robots.txt
is found, the crawler first checks for a sitemap at/sitemap.xml
. - If no sitemap is available, the domain cannot be crawled.
Pages are visited, according to the <priority>
attribute set on the sitemaps, if this field is defined.
If you have Security rules configured to block bot activity, you can add a rule to allowlist the crawler bot.
-
In the Cloudflare dashboard, go to the Security rules page of your account and domain.
Go to Security rules -
To create a new empty rule, select Create rule > Custom rules.
-
Enter a descriptive name for the rule in Rule name, such as
Allow AI Search
. -
Under When incoming requests match, use the Field drop-down list to choose Bot Detection ID. For Operator, select equals. For Value, enter
122933950
. -
Under Then take action, in the Choose action dropdown, choose Skip.
-
Under Place at, select the order of the rule in the Select order dropdown to be First. Setting the order as First allows this rule to be applied before subsequent rules.
-
To save and deploy your rule, select Deploy.
You can choose how pages are parsed during crawling:
- Static sites: Downloads the raw HTML for each page.
- Rendered sites: Loads pages with a headless browser and downloads the fully rendered version, including dynamic JavaScript content. Note that the Browser Rendering limits and billing apply.
During setup, AI Search creates a dedicated R2 bucket in your account to store the pages that have been crawled and downloaded as HTML files. This bucket is automatically managed and is used only for content discovered by the crawler. Any files or objects that you add directly to this bucket will not be indexed.
During scheduled or manual sync jobs, the crawler will check for changes to the <lastmod>
attribute in your sitemap. If it has been changed to a date occuring after the last sync date, then the page will be crawled, the updated version is stored in the R2 bucket, and automatically reindexed so that your search results always reflect the latest content.
If the <lastmod>
attribute is not defined, then AI Search will automatically crawl each link defined in the sitemap once a day.
The regular AI Search limits apply when using the Website data source.
The crawler will download and index pages only up to the maximum object limit supported for an AI Search instance, and it processes the first set of pages it visits until that limit is reached. In addition, any files that are downloaded but exceed the file size limit will not be indexed.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-