Blocked-audit alert: point to desktop crawlers instead of support email (#516)

* Blocked-audit alert: point to desktop crawlers instead of support email

* Soften blocked-audit alert opening

* Partial-block banner: recommend desktop crawlers, drop allowlist tip
This commit is contained in:
Ben Senescu 2026-08-21 17:56:15 -04:00 committed by Ben Senescu
parent 5cb23418e1
commit 4cd321e269
2 changed files with 38 additions and 7 deletions

View File

@ -52,9 +52,27 @@ export function ResultsView({
</span>{" "} </span>{" "}
<span className="text-base-content/70"> <span className="text-base-content/70">
The site's bot protection challenged our crawler, so those pages The site's bot protection challenged our crawler, so those pages
couldn't be audited. If this is your site, allowlist the{" "} couldn't be audited. We don't have a workaround for this yet.
<code className="font-mono">OpenSEO-Audit</code> user agent in Desktop crawlers run from your own machine and usually get past
your WAF or bot-protection settings and re-run the audit. it: try{" "}
<a
className="link link-primary"
href="https://github.com/PhialsBasement/LibreCrawl"
target="_blank"
rel="noreferrer"
>
LibreCrawl
</a>{" "}
(free, open source) or{" "}
<a
className="link link-primary"
href="https://www.screamingfrog.co.uk/seo-spider/"
target="_blank"
rel="noreferrer"
>
Screaming Frog
</a>{" "}
(free up to 500 URLs).
</span> </span>
</p> </p>
</div> </div>

View File

@ -171,14 +171,27 @@ function AuditDetail({
Site audit couldn't fully crawl this website. Site audit couldn't fully crawl this website.
</p> </p>
<p> <p>
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{" "}
<a <a
className="link link-primary" className="link link-primary"
href={`mailto:${SUPPORT_EMAIL}`} href="https://github.com/PhialsBasement/LibreCrawl"
target="_blank"
rel="noreferrer"
> >
{SUPPORT_EMAIL} LibreCrawl
</a>{" "} </a>{" "}
and we'll help configure auditing for your site. (free, open source) or{" "}
<a
className="link link-primary"
href="https://www.screamingfrog.co.uk/seo-spider/"
target="_blank"
rel="noreferrer"
>
Screaming Frog
</a>{" "}
(free up to 500 URLs).
</p> </p>
</div> </div>
</div> </div>