Session Overview
Sam wanted to know how many statute of limitations FAQ questions exist across aguiarinjurylawyers.com, and what they say. The session audited all 411 pages and posts on the site, identified 149 pages with SOL FAQs, extracted every question and answer, and delivered a spreadsheet. Sam then reviewed the answers, found widespread factual errors in the SOL content, and provided a corrected CSV with replacement text for all 149 FAQs. A deployment plan was built to push the corrections via the WordPress REST API.
What Was Accomplished
1. Full-site SOL FAQ audit
- Pulled the complete page sitemap (page-sitemap.xml) and post sitemap (post-sitemap.xml)
- Built a master list of 411 unique URLs (213 content pages + 198 blog posts)
- Used wide_browse in 4 sequential batches (125, 125, 125, 36) to visit every page and extract any FAQ question mentioning statute of limitations, filing deadlines, or time limits
- Found 149 pages with SOL FAQs
- Categorized by page type: Blog/Other (65), Location Pages (39), Practice Area (27), Lexington Case Type (11), Resource (4), Injury Pages (2), Sam Case Type (1)
- Delivered an Excel spreadsheet (sol_faq_audit.xlsx) with page title, page type, URL, FAQ question, and FAQ answer
2. Sam's corrected replacement CSV
- Sam reviewed the spreadsheet, corrected the factual errors in all 149 FAQ answers, and returned a CSV (sol_faq_audit-SOL-FAQs-1.csv)
- Key corrections include: proper wrongful death filing deadlines (one year from appointment of personal representative, not exceeding two years from date of death), proper PIP-based statute language, correct KRS references, and consistent disclaimer language ("Missing these deadlines generally bars your claim, though very limited exceptions exist")
- Some questions were also reworded ("claim" changed to "lawsuit" in many cases)
3. Deployment plan
- Identified the FAQ HTML structure:
<details class="sa-faq-item"><summary class="sa-faq-question">QUESTION</summary><div class="sa-faq-answer"><p>ANSWER</p></div></details>
- Confirmed WP REST API access works with existing credentials (Craig Aguiar app password, Cloudflare bypass with Chrome User-Agent)
- Identified 5 protected pages that need explicit approval before modification:
- /resources/blog/
- /practice-areas/premises-liability/
- /practice-areas/truck-accident/
- /practice-areas/car-accident-lawyer/
- /faqs-personal-injury/
- Identified 1 multi-FAQ page: /resources/kentucky-statute-of-limitations/ has 5 separate SOL questions
- Built a deployment plan spreadsheet (sol_faq_deployment_plan.xlsx) with every page listed, the new question, new answer, protected status, and clickable URLs