Scan Issues
Having trouble with scans? This guide covers common scan problems and solutions.
Scans Won't Start
"Site not verified"
You must verify site ownership before scanning.
Solution: Complete DNS verification.
"Scan limit reached"
You've used all scans for this billing period.
Solutions:
- Wait for your billing cycle to reset
- Upgrade to a plan with more scans
- Check usage in Settings → Billing
"Site not accessible"
Auditoro couldn't reach your site.
Solutions:
- Verify the site loads in a browser
- Check if the site is behind a firewall
- Ensure Auditoro isn't being blocked (see below)
Scans Not Completing
Stuck at "Discovering pages"
Possible causes:
- Sitemap is very large
- Sitemap has errors
- Site is slow to respond
Solutions:
- Verify your sitemap is valid
- Check your server's response time
- Wait—large sites take longer
Stuck at a specific percentage
Possible causes:
- Some pages are slow to load
- Server is rate limiting
- Network issues
Solutions:
- Check if your site is under heavy load
- Review server access logs
- Wait and let it complete
Scans timing out
Possible causes:
- Very large site (thousands of pages)
- Slow server response times
- Complex pages with heavy JavaScript
Solutions:
- Ensure your server is healthy
- Check for rate limiting
- Contact support for large sites
Scans Completing With Errors
"Failed to fetch pages"
Some pages couldn't be retrieved.
Possible causes:
- Pages require authentication
- Pages behind IP restrictions
- Server errors (500s)
Solutions:
- Check if pages work in incognito mode
- Review server logs for errors
- Ensure no IP blocking
"Sitemap errors"
Problems with your sitemap.xml.
Possible causes:
- Invalid XML syntax
- URLs returning errors
- Incorrect sitemap location
Solutions:
- Validate your sitemap at Google Search Console
- Fix any XML errors
- Update sitemap location in site settings
Missing Pages
Pages not being scanned
Possible causes:
- Pages not in sitemap
- Pages blocked by robots.txt
- Pages require authentication
Solutions:
- Add pages to your sitemap
- Check robots.txt directives
- Ensure public access
Robots.txt blocking
If robots.txt is blocking Auditoro:
Allow Auditoro specifically:
User-agent: *
Disallow: /private/
User-agent: Auditoro
Allow: /
Slow Scans
Why scans take time
Factors affecting scan duration:
- Number of pages
- Server response time
- Check complexity (browser-based checks take longer)
- Rate limiting
Improving scan speed
On your end:
- Improve server response times
- Don't rate limit the Auditoro crawler
- Keep sitemap up to date
Note: Auditoro intentionally paces requests to avoid overwhelming your server.
Auditoro Being Blocked
Signs of blocking
- Scans fail or return empty
- Only partial pages scanned
- "Failed to fetch" errors
Unblock Auditoro
Identify our crawler:
User-agent: Auditoro
Whitelist in firewall: Contact support for IP ranges if your firewall blocks by IP.
Check WAF/CDN settings:
- Cloudflare: Create a firewall rule to allow
- AWS WAF: Add allow rule
- Other WAFs: Whitelist by user-agent
Inconsistent Results
Results vary between scans
Possible causes:
- A/B testing on your site
- Dynamic content
- CDN caching issues
- Load balancing to different servers
Solutions:
- Disable A/B tests during scans if possible
- Check if different servers return different content
- Review CDN cache settings
Getting Help
If scan issues persist:
-
Check the basics:
- Site accessible in browser
- Sitemap valid
- Not blocked by firewall
-
Contact support with:
- Your site URL
- Description of the issue
- When the problem started
- Any recent server/DNS changes