Manage which pages in your website will be excluded from auditing. Adding exclusion rules may impact your accessibility score and the issue count in future audits.
When you exclude a path, all pages under that path are removed from audits and won’t be scanned.
If you still need a specific page from an excluded path to be scanned, you can add it manually. Manually added pages are always included in audits, even if they match an exclusion rule.
To add exclusion rules
-
Go to Settings > Audit path management
-
Select Add exclusion rule.
- Enter an exclusion rule name (optional). For example, Exclude blog pages
- Set the exclusion condition using one of the following:
-
Web path - Select a condition:
- is
- is not
- contains
- does not contain
- matches
- does not match.
Then enter a path.
Example: Where Web path is /blog excludes all pages under the path /blog
-
Query parameter - Select a condition:
- is
- is not
- contains
- does not contain
- matches
- does not match.
Then enter a value.
Example: Where Query parameter matches source=news**
-
Web path - Select a condition:
- (Optional) Add more conditions. Select Add exclusion rule, then choose OR or AND to connect them.
- Select Run Exclusion Check to preview which pages will be excluded (available after your initial audit).
- The previews shows the pages that will be excluded.
- New pages matching the rules won’t be listed as they’ll be automatically excluded from the audit.
- Select Apply Exclusion.
Once applied, pages matching these rules are excluded from future audits and removed from accessFlow.
Condition types explained
- is: Include only results that exactly match the specified value.
- is not: Exclude results that exactly match the specified value (case sensitive).
- contains: Include results that include the specified value anywhere within the field.
- does not contain: Exclude results that include the specified value anywhere within the field.
- matches: Search dynamic URL paths that match a specific pattern using wildcards.
- does not match: Exclude results that match a specific pattern using wildcards.
Use wildcard to define flexible patterns.
- * matches a single segment in the path
- ** matches all segments that start with a common prefix
- { } matches specific groups of values at a position.
URLs are case-sensitive.
Examples:
/product/*/reviews/*
/search/category/shoes/**
/category/{shoes, socks}
Additional actions
- Edit a rule: Select Edit
- Delete a rule: Select the three dots and then Delete. Deleting a rule doesn't automatically restore previously excluded pages. These pages will be included again in the next audit, if you have enough pages in your plan.