diff --git a/src/client/features/audit/results/ResultsView.tsx b/src/client/features/audit/results/ResultsView.tsx index ceb7234..85de04d 100644 --- a/src/client/features/audit/results/ResultsView.tsx +++ b/src/client/features/audit/results/ResultsView.tsx @@ -52,9 +52,27 @@ export function ResultsView({ {" "} The site's bot protection challenged our crawler, so those pages - couldn't be audited. If this is your site, allowlist the{" "} - OpenSEO-Audit user agent in - your WAF or bot-protection settings and re-run the audit. + couldn't be audited. We don't have a workaround for this yet. + Desktop crawlers run from your own machine and usually get past + it: try{" "} + + LibreCrawl + {" "} + (free, open source) or{" "} + + Screaming Frog + {" "} + (free up to 500 URLs).

diff --git a/src/routes/_project/p/$projectId/audit/index.tsx b/src/routes/_project/p/$projectId/audit/index.tsx index 11e4d28..17df934 100644 --- a/src/routes/_project/p/$projectId/audit/index.tsx +++ b/src/routes/_project/p/$projectId/audit/index.tsx @@ -171,14 +171,27 @@ function AuditDetail({ Site audit couldn't fully crawl this website.

- This is often caused by anti-bot or firewall settings. Email{" "} + Sorry! This site's bot protection blocked our crawler. We don't + have a workaround for this yet. Desktop crawlers run from your + own machine and usually get past it: try{" "} - {SUPPORT_EMAIL} + LibreCrawl {" "} - and we'll help configure auditing for your site. + (free, open source) or{" "} + + Screaming Frog + {" "} + (free up to 500 URLs).