Skip to content
  • There are no suggestions because the search field is empty.

How can a page be excluded from the Eye-Able® Report scan?

Targeted exclusion of pages from the scan

To exclude a specific page from the report scan, navigate to the report settings in the dashboard.
There, under the section URLs Blacklist, add a regular expression (RegEx) that excludes the domain you want to omit.

Screenshot 2025-07-15 085335


To confirm your entry, please click the
"Save Settings" button at the bottom of the page.

Screenshot 2025-07-15 085345


Example: Exclude one specific page

To exclude exactly the page
https://www.test.com/ausnahme/
from the scan of https://www.test.com/, you can use the following RegEx:

 
^https:\/\/www\.test\.com\/(?!ausnahme\/).*

Example: Exclude all pages containing “/ausnahme/”

If you want to exclude all pages that contain /ausnahme/ in the URL, use the following RegEx:

/ausnahme/

Preview and support

After entering a new RegEx, all URLs that will be excluded in the next scan will automatically be displayed.


RegEx support

LLMs like ChatGPT or Gemini are well-suited for creating RegEx expressions.
To test your RegEx, we recommend the following site:


Link to RegEx101