-
Notifications
You must be signed in to change notification settings - Fork 10k
[AI Audit] AI Audit update docs #23046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
281b4ff
AI Audit update docs
Oxyjun 18d7a1d
AI bots -> crawler audit
Oxyjun 5d8b8ed
Updating main landing page
Oxyjun c6c5ae3
Fixing bad links
Oxyjun f2bc07d
Adding changelog entry
Oxyjun 312bd17
Update src/content/changelog/ai-audit/2025-06-17-refresh.mdx
Oxyjun fb61f45
Referring to Crawlers instead of bot for consistency
Oxyjun 1bd8380
Adding a release note entry
Oxyjun f193bbd
Removing incorrect update
Oxyjun 8108466
Update src/content/changelog/ai-audit/2025-06-17-refresh.mdx
Oxyjun 8c68653
Final alignment changes
Oxyjun 610a5a0
Merge branch 'jun/ai-audit/update' of github.com:cloudflare/cloudflar…
Oxyjun bf4c92d
Adding a note about filtering the table.
Oxyjun dfa57f3
Updating the filename to match date of release
Oxyjun 738c340
Updating changelog to match latest PRD
Oxyjun a0927bc
Updating filters per plan
Oxyjun 82e2b6b
Using SyncKey
Oxyjun cd25d65
Minor tweak
Oxyjun 654d6e9
Last min content audit
Oxyjun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: AI Audit refresh | ||
| description: More intuitive AI crawler management | ||
| date: 2025-06-17T11:00:00Z | ||
| --- | ||
|
|
||
| AI Audit dashboard has been redesigned to provide you with more intuitive and granular control over AI crawlers. | ||
Oxyjun marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - From the new **AI Crawlers** tab: block all AI crawlers with a single toggle, or block specific AI crawlers. | ||
| - From the new **Metrics** tab: view AI Audit metrics (on paid plans only). | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
| To get started, explore: | ||
|
|
||
| - [Manage AI crawlers](/ai-audit/features/manage-ai-crawlers/). | ||
| - [Analyze AI crawlers](/ai-audit/features/analyze-ai-crawlers/). | ||
44 changes: 44 additions & 0 deletions
44
src/content/docs/ai-audit/features/analyze-ai-crawlers.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| title: Analyze AI crawlers | ||
| pcx_content_type: concept | ||
| sidebar: | ||
| order: 7 | ||
| --- | ||
|
|
||
| :::note[AI Audit metrics] | ||
| AI Audit metrics are only available for customers on a paid plan. | ||
| ::: | ||
|
|
||
| AI Audit metrics provides you with key insights on how AI crawlers are interacting with your website. | ||
|
|
||
| To analyze AI crawlers: | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain. | ||
| 2. Go to **AI Audit**. | ||
| 3. Go to the **Metrics** tab. | ||
|
|
||
| ## View AI Audit metrics | ||
|
|
||
| AI Audit provides you with the following metrics to help you understand how AI crawlers are interacting with your website. | ||
|
|
||
| | Metric | Description | | ||
| | ---------------------------------- | ------------------------------------------------------------------------ | | ||
| | Total requests | The total number of requests to crawl your website, from all AI crawlers | | ||
| | Allowed requests | The number of requests you have allowed (by allowing AI crawlers) | | ||
| | Blocked requests | The number of requests you have blocked (by blocking AI crawlers) | | ||
| | Requests by AI crawlers | A graph which displays the number of crawl requests from each AI crawler | | ||
| | Most popular paths by AI crawlers | The most popular pages crawled by AI crawlers, for each AI crawler | | ||
| | Hosts | Top five most requested hosts (website domains) | | ||
| | Paths | Top five most requested paths | | ||
| | Bot Operators | Top five most active AI crawler operators (by requests) | | ||
|
|
||
| ## Filter the date range | ||
|
|
||
| You can use date filter to narrow the scope of your result. | ||
|
|
||
| - **Date range:** Filter the date range of your results. You can choose from three predetermined date ranges: | ||
| - Past 7 days | ||
| - Past 14 days | ||
| - Past month | ||
|
|
||
| The values of the AI Audit metrics will update according to your filter. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| title: Manage AI crawlers | ||
| pcx_content_type: concept | ||
| sidebar: | ||
| order: 2 | ||
| --- | ||
|
|
||
| import { Steps, GlossaryTooltip, Tabs, TabItem } from "~/components"; | ||
|
|
||
| AI Audit enables you to take specific action for each AI crawler. | ||
|
|
||
| To manage AI crawlers: | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain. | ||
| 2. Go to **AI Audit**. | ||
| 3. Go to the **AI Crawlers** tab. | ||
|
|
||
| ## View the list of AI crawlers | ||
|
|
||
| The **AI Crawlers** tab displays a table of AI crawlers that are requesting access to your content, and how they interact with your pages. The table provides the following information, depending on the type of plan you are on. | ||
|
|
||
| <Tabs> | ||
| <TabItem label="Free plan"> | ||
| | Column | Details | | ||
| | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | AI Crawlers | The name of the AI crawler. | | ||
| | Operator | The name of the entity who owns the AI crawler. Note that an operator may have multiple AI crawlers. | | ||
| | Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/). | | ||
| | Block | Toggle for blocking specific AI crawlers. | | ||
|
|
||
| </TabItem> <TabItem label="Paid plan"> | ||
|
|
||
| | Column | Details | | ||
| | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | AI Crawlers | The name of the AI crawler. | | ||
| | Operator | The name of the entity who owns the AI crawler. Note that an operator may have multiple AI crawlers. | | ||
| | Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/). | | ||
| | Requests | The number of times the AI crawler has requested to crawl your content. | | ||
| | Robots.txt violations | The number of times the AI crawler has violated your <GlossaryTooltip term="robots.txt">`robots.txt`</GlossaryTooltip> file. | | ||
| | Block | Toggle for blocking specific AI crawlers. | | ||
|
|
||
| </TabItem> | ||
| </Tabs> | ||
|
|
||
| ## Block access | ||
|
|
||
| You can block an AI crawler to completely stop the AI crawler from scraping your webpage. | ||
|
|
||
| ## Filter AI crawler data | ||
|
|
||
| You can use filters to narrow the scope of your result. | ||
|
|
||
| - **Name:** Search the name of the AI crawler. | ||
| - **Operator:** Filter by the AI crawler operator. | ||
| - **Category:** Filter by the category of the AI crawler (for example, AI crawler, AI assistant, or archiver). | ||
| - **Date range:** Filter the date range of your results. You can choose from three predetermined date ranges: | ||
| - Past 7 days | ||
| - Past 14 days | ||
| - Past month | ||
|
|
||
| The values of the AI Audit metrics will update according to your filter. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| title: Glossary | ||
| pcx_content_type: glossary | ||
| sidebar: | ||
| order: 12 | ||
|
|
||
| --- | ||
|
|
||
| import { Glossary } from "~/components" | ||
|
|
||
| Review the definitions for terms used across Cloudflare's AI Audit documentation. | ||
|
|
||
| <Glossary product="ai-audit" /> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.