Analyze landing pages against proven conversion best practices with detailed scoring for headline clarity, call-to-action strength, trust signals, social proof, page speed signals, and layout hierarchy. Get a prioritized fix list to improve your conversion rate immediately.
Build Prompt
Copy this prompt into Claude Code
Build a static HTML landing page analyzer tool. Dark theme: background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent #e11d48. JavaScript-only, no backend.
Input section: URL field + "Analyze" button at top. Below, a manual input panel with labeled fields so users can self-report their page elements when direct fetch isn't possible: Headline text, Subheadline text, CTA button text, CTA count on page, Number of form fields, Has hero image (yes/no), Has video above fold (yes/no), Trust signals list (comma-separated: SSL badge, money-back, testimonials, logos), Social proof count (number of reviews/testimonials), Page load estimate (Fast/Medium/Slow), Color contrast (good/poor), Mobile-friendly (yes/no).
Scoring engine: calculate scores for 8 categories (each 0–100):
1. Headline Clarity: length 5–12 words = full score, power words bonus, value proposition present
2. CTA Effectiveness: button text is action-oriented (not "Submit"), color contrast, above-fold placement, single CTA focus
3. Trust Signals: SSL + money-back + testimonials + logos each add points
4. Social Proof: review count, specific numbers in testimonials, logos of known brands
5. Form Friction: fewer fields = higher score (1 field = 100, 5+ fields = 30)
6. Page Speed: user-reported fast/medium/slow maps to 100/60/20
7. Visual Hierarchy: hero image, F-pattern layout adherence, whitespace
8. Mobile Experience: mobile-friendly self-report + form field count
Show results as a radar/spider chart using inline SVG, plus individual category cards with score, status (Excellent/Good/Needs Work/Critical), and a specific fix recommendation. Overall conversion readiness score with letter grade (A–F).
Priority fix list: auto-sort categories by score and list top 3 improvements with estimated conversion lift percentages. Save audit history to localStorage. Print-to-PDF export.
Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].
Make It Yours
Page Type Presets
Switch between SaaS trial, ecommerce product, lead gen, and webinar page scoring rubrics with different weights.
Competitor Benchmarking
Analyze a competitor's page in a second tab and show a head-to-head score comparison.
Heatmap Overlay Suggestions
Illustrate where users typically look on a page with an attention heatmap diagram.
A/B Test Recommender
Based on lowest scores, auto-generate 3 specific A/B test hypotheses with expected impact.
Before/After Comparison
Re-audit the same URL after making changes and show score delta with improvement chart.
Agency White-Label Mode
Remove AccessAgent branding, add agency logo and client name to generate branded PDF reports.
Update Prompt
Update Prompt — Add new scoring categories
Add a new scoring category "[category name]" to the landing page analyzer. It should evaluate [what it measures] with these criteria: [list criteria]. Weight it at [X]% of the total score. Add a specific fix recommendation for low scores. Redeploy.