CheckView respects robots.txt rules and noindex directives by default. If your site’s robots.txt file blocks CheckView’s user agent, or if the page has a noindex meta tag, tests may fail before they begin.
Before running a test, CheckView checks the site’s robots.txt file and the target page’s meta tags. If the page is disallowed or marked as noindex, the test will fail with one of the following error codes:
noindex meta tag or HTTP header, indicating it should not be indexed or tested.You can control this behavior in Organization Settings > Platform Configuration > Respect Bot Restrictions:
Consider disabling bot restrictions if:
If you want to keep bot restrictions enabled but allow CheckView access, you can add a specific rule to your robots.txt:
User-agent: *
Allow: /
Or, to allow all bots access to specific paths only, add allow rules for the URLs you want to test.