TL;DR

Crawl source notes

Real, persistent issues

Issue Detail Severity
Doubled-path 301: /about-us/about-us/bigger-share-guarantee/ → /about-us/bigger-share-guarantee/ Source URL exists internally and 301s to canonical LOW
Doubled-path 301: /practice-areas/practice-areas/premises-liability/ → /practice-areas/premises-liability/ Same pattern LOW
H1 duplicate: louisville car accident lawyers /practice-areas/car-accident-lawyer/ vs /locations/louisville/ MEDIUM
H1 duplicate: blog: latest insights (NEW) /category/premises-liability/ vs /category/personal-injury-attorneys/ LOW
Title duplicate: Premises Liability Attorneys ... /category/premises-liability/ vs /practice-areas/premises-liability/ MEDIUM

Recommendations

  1. Wait for Monday SF crawl to lock in whether yesterday's other duplicate-title / meta / h1-missing / mixed-content URLs were genuinely fixed.
  2. Consider noindex on /category/* archive pages if they aren't core content hubs.
  3. Differentiate louisville car accident lawyers H1 between practice-area and location pages.
  4. Audit internal links for /about-us/about-us/... and /practice-areas/practice-areas/... patterns; fix internal references to skip the 301 hop.
  5. Consider redirecting /resources/blog/ to a curated index instead of a category archive.

Crawler infrastructure note

Cloudflare bot mitigation now actively challenges concurrent fetches even with Chrome UA. For weekend Python runs coverage is dropping to ~35%. QA recommendation included to address.