butlerfirm.com — Website Report
Scored 75/100 · Scanned with Foglift
butlerfirm.com scored 75. Addressing the 9 listed issues could raise its estimated score to 89.
Quick wins
~66 min total fix timehttps://butlerfirm.com/lawrenceville-injury-lawyers/ · 2026-08-27
Scanned with Foglift · Technical Audit + AI Readiness analysis
Share This Report
Send this scan to a teammate or contact. The shareable link includes all scores and issues.
AI Readiness
Technical and authority signals that support AI systems in accessing, understanding, and reusing your content
Some external data sources were unavailable. Score is based on partial data.
Technical Issues
Your site blocks 2 AI crawlers (GPTBot, ClaudeBot). This means ChatGPT, Perplexity, and other AI assistants won't recommend your site in their answers. Ask your developer to update the robots.txt file to allow these crawlers.
# Add to your robots.txt to allow AI crawlers:
User-agent: GPTBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Google-Extended
Allow: /How does AI see Butlerfirm?
When users ask AI about your industry, are you recommended?
Start with weekly Perplexity checks for Butlerfirm. Paid plans add ChatGPT, Google AI Overview, Gemini, and Claude.
SEO & Technical Issues (8)
Enable HTTP Strict Transport Security to force HTTPS connections.
# Nginx:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
# Apache (.htaccess):
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
# Next.js (next.config.js headers):
{ key: 'Strict-Transport-Security', value: 'max-age=31536000; includeSubDomains' }9 scripts without async or defer attributes. These block page rendering. Add defer or async to non-critical scripts.
Add a Referrer-Policy header to control information leakage.
# Nginx:
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
# Next.js (next.config.js headers):
{ key: 'Referrer-Policy', value: 'strict-origin-when-cross-origin' }Some text appears to use light colors that may not have sufficient contrast against the background. WCAG requires a minimum 4.5:1 contrast ratio.
Your HTML is 324KB. Large HTML documents take longer to parse. Consider lazy loading content or splitting into multiple pages.
Loading 7 CSS files. Each blocks rendering. Consider combining stylesheets or inlining critical CSS.
73 images don't use loading="lazy". Add lazy loading to below-the-fold images to improve initial page load.
Found 8 HTML comments. Remove unnecessary comments in production to reduce file size.
Your Potential Score
75
Now
89
Estimated potential
+14 points estimated improvement from addressing 9 listed issues
Estimate based on the measured category scores and the issues listed in this audit.
Track your AI visibility over time
AI Visibility Monitoring
Free checks Perplexity weekly while you're active. Paid plans add ChatGPT, Google AI Overview, Gemini, and Claude with daily, twice-daily, or hourly monitoring.
Competitor Tracking
Compare your AI visibility against competitors. Know when they overtake you.
Weekly Digest
Get AI-generated insights emailed every Monday with action items.
Weekly Perplexity while active · No credit card required
Compare paid plans — from $49/moIndustry Benchmark
Based on 120+ websites scanned across industries. See full benchmark report →
What This Score Means for You
Slow loading — Sites loading in 3+ seconds lose 53% of mobile visitors (Google data).
Most of these issues have simple, copy-paste fixes. Check the code snippets above for quick solutions.