```html East13 - Autonomous SEO Platform for Personal Injury Law Firms * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Manrope', sans-serif; color: #0F1724; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Hero Section */ .hero { background: linear-gradient(135deg, #0F1724 0%, #1a2332 100%); color: #FFFFFF; padding: 80px 0; text-align: center; } .hero h1 { font-size: 48px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; } .hero .subhead { font-size: 20px; font-weight: 400; margin-bottom: 40px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .btn { padding: 16px 32px; font-size: 16px; font-weight: 600; border: none; border-radius: 22px; text-decoration: none; display: inline-block; transition: all 0.3s ease; cursor: pointer; } .btn-primary { background: #FF6B35; color: #FFFFFF; } .btn-primary:hover { background: #e55a2b; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3); } .btn-secondary { background: transparent; color: #FFFFFF; border: 2px solid #FFFFFF; } .btn-secondary:hover { background: #FFFFFF; color: #0F1724; } /* Section Spacing */ .section { padding: 80px 0; } .section-title { font-size: 36px; font-weight: 700; text-align: center; margin-bottom: 50px; color: #0F1724; } /* Problem Section */ .problem-section { background: #F5F5F5; } .pain-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .pain-card { background: #FFFFFF; padding: 40px; border-radius: 22px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); text-align: center; } .pain-card .icon { width: 60px; height: 60px; background: #FF6B35; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; } .pain-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; } .pain-card p { font-size: 16px; color: #666; line-height: 1.6; } /* How It Works */ .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; position: relative; } .step { text-align: center; position: relative; } .step-number { width: 80px; height: 80px; background: #FF6B35; color: #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; margin: 0 auto 30px; } .step h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; } .step p { font-size: 16px; color: #666; } /* Features Grid */ .features-section { background: #F5F5F5; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .feature { background: #FFFFFF; padding: 30px; border-radius: 22px; text-align: center; transition: transform 0.3s ease; } .feature:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .feature .icon { width: 50px; height: 50px; background: #FF6B35; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 24px; } .feature h4 { font-size: 20px; font-weight: 600; margin-bottom: 10px; } .feature p { font-size: 14px; color: #666; } /* Pricing Comparison */ .comparison-table { background: #FFFFFF; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); } .comparison-table table { width: 100%; border-collapse: collapse; } .comparison-table th, .comparison-table td { padding: 25px; text-align: left; border-bottom: 1px solid #F5F5F5; } .comparison-table th { background: #0F1724; color: #FFFFFF; font-weight: 600; font-size: 18px; } .comparison-table .highlight { background: #FFF5F0; } .comparison-table .price { font-size: 24px; font-weight: 700; color: #FF6B35; } /* ROI Calculator */ .calculator-section { background: #F5F5F5; } .calculator { background: #FFFFFF; border-radius: 22px; padding: 50px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); max-width: 800px; margin: 0 auto; } .calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; } .input-group { margin-bottom: 30px; } .input-group label { display: block; font-size: 16px; font-weight: 600; margin-bottom: 10px; } .input-group input { width: 100%; padding: 15px; border: 2px solid #E0E0E0; border-radius: 12px; font-size: 16px; font-family: 'Manrope', sans-serif; } .input-group input:focus { outline: none; border-color: #FF6B35; } .slider { -webkit-appearance: none; width: 100%; height: 8px; border-radius: 5px; background: #E0E0E0; outline: none; margin-top: 10px; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #FF6B35; cursor: pointer; } .slider::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #FF6B35; cursor: pointer; } .results { background: #FFF5F0; border-radius: 22px; padding: 30px; } .result-item { margin-bottom: 20px; } .result-item .label { font-size: 14px; color: #666; margin-bottom: 5px; } .result-item .value { font-size: 28px; font-weight: 700; color: #0F1724; } .result-item.highlight .value { color: #FF6B35; } /* FAQ Section */ .faq-section { background: #FFFFFF; } .faq-container { max-width: 800px; margin: 0 auto; } .faq-item { margin-bottom: 20px; background: #F5F5F5; border-radius: 22px; padding: 25px; } .faq-question { font-size: 18px; font-weight: 600; margin-bottom: 10px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .faq-question::after { content: '+'; font-size: 24px; color: #FF6B35; transition: transform 0.3s ease; } .faq-item.active .faq-question::after { transform: rotate(45deg); } .faq-answer { font-size: 16px; color: #666; line-height: 1.6; display: none; } .faq-item.active .faq-answer { display: block; margin-top: 15px; } /* Final CTA */ .final-cta { background: #0F1724; color: #FFFFFF; text-align: center; padding: 80px 0; } .final-cta h2 { font-size: 36px; font-weight: 700; margin-bottom: 20px; } .final-cta p { font-size: 20px; margin-bottom: 40px; opacity: 0.9; } /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 36px; } .hero .subhead { font-size: 18px; } .section-title { font-size: 28px; } .calculator-grid { grid-template-columns: 1fr; } .calculator { padding: 30px; } .comparison-table { overflow-x: auto; } .comparison-table table { min-width: 600px; } } /* Icons using Unicode */ .icon-money::before { content: "💰"; } .icon-hidden::before { content: "🔒"; } .icon-clock::before { content: "⏰"; } .icon-connect::before { content: "🔗"; } .icon-ai::before { content: "🤖"; } .icon-chart::before { content: "📈"; } .icon-content::before { content: "📝"; } .icon-local::before { content: "📍"; } .icon-gbp::before { content: "🏢"; } .icon-review::before { content: "⭐"; } .icon-serp::before { content: "🔍"; } .icon-city::before { content: "🏙️"; } .icon-link::before { content: "🔗"; } .icon-report::before { content: "📊"; }

Stop Overpaying for SEO.
Start Dominating Search.

The autonomous SEO platform built specifically for personal injury attorneys. Get the results of a $20K/month agency for as little as $499.

The SEO Agency Model is Broken

Astronomical Costs

Top SEO agencies charge $5,000-$20,000 per month. You're paying for their overhead, not just results.

Zero Transparency

Black box reporting and vague promises. You never really know what they're doing or why it costs so much.

Manual Everything

Agencies still do everything by hand. You're paying premium prices for tasks AI can do better and faster.

Get Started in 3 Simple Steps

1

Connect Your Site

Link your website to East13 in minutes. Our platform instantly analyzes your current SEO performance.

2

AI Creates Content

Our AI generates high-quality, legally-accurate content optimized for personal injury searches in your area.

3

Watch Rankings Climb

Track your progress in real-time as your site climbs the rankings and brings in more qualified leads.

Everything You Need to Dominate Local Search

AI Content Generation

Automated, high-quality articles targeting personal injury keywords

Local SEO Optimization

Dominate "personal injury lawyer near me" searches

Google Business Profile

Automated GBP optimization and management

Review Management

Monitor and respond to reviews across all platforms

SERP Tracking

Real-time ranking updates for all your keywords

City Landing Pages

Auto-generated pages for every city you serve

Backlink Building

Quality link acquisition on autopilot

Transparent Reporting

Clear metrics showing exactly what's working

Compare Your Options

Option Monthly Cost Time Investment Results Timeline Transparency
Traditional Agency $5,000 - $20,000 2-4 hours/month 6-12 months Limited
DIY SEO Free 40+ hours/month 12-24 months Full (if you know what to look for)
East13 Platform $499 - $2,499 30 minutes/month 3-6 months Complete transparency

Calculate Your SEO ROI

Your Projected Results with East13

Projected Monthly Cases
15
Additional Monthly Revenue
$250,000
ROI on East13 Investment
1,667%

Frequently Asked Questions

How quickly can I expect to see results?
Most law firms start seeing improved rankings within 30-60 days, with significant traffic increases by month 3. This is much faster than traditional SEO agencies because our AI works 24/7.
Do I need any technical knowledge to use East13?
Not at all. East13 is designed for busy attorneys, not tech experts. Our platform handles all the technical SEO automatically. You just need to review and approve the content.
How is this different from hiring an SEO agency?
Agencies charge $5K-$20K/month for manual work. East13 uses AI to automate the same tasks for a fraction of the cost, with complete transparency and faster results.
What types of content does East13 create?
We generate practice area pages, city-specific landing pages, blog posts about personal injury topics, FAQ content, and case result summaries - all optimized for local search.
Can I customize the content for my firm?
Absolutely. While our AI generates the initial content, you have full control to edit, customize, and approve everything before it goes live on your site.
What if I'm already working with an SEO agency?
No problem. East13 can complement your existing efforts or replace them entirely. Many firms use our free trial to compare results before making the switch.
How many cities/locations can I target?
It depends on your plan. Authority includes 10 cities, while Dominance and Network plans offer unlimited city targeting. Perfect for firms serving multiple metros.
Is there a long-term contract?
No contracts, no setup fees. East13 is month-to-month. We earn your business with results, not contracts. Cancel anytime (though you won't want to).

Ready to Transform Your Firm's Online Presence?

Join hundreds of personal injury attorneys already dominating their local markets with East13.

Start Your 14-Day Free Trial
// ROI Calculator function updateCalculator() { const currentCases = parseFloat(document.getElementById('current-cases').value); const caseValue = parseFloat(document.getElementById('case-value').value); const marketingSpend = parseFloat(document.getElementById('marketing-spend').value); // Conservative estimate: 50% increase in cases with proper SEO const projectedCases = Math.round(currentCases * 1.5); const additionalCases = projectedCases - currentCases; const additionalRevenue = additionalCases * caseValue; // Assuming Authority plan ($899/month) const east13Cost = 899; const roi = Math.round(((additionalRevenue / east13Cost) - 1) * 100); document.getElementById('projected-cases').textContent = projectedCases.toLocaleString(); document.getElementById('additional-revenue').textContent = '$' + additionalRevenue.toLocaleString(); document.getElementById('roi-percentage').textContent = roi.toLocaleString() + '%'; } // Sync sliders with inputs function syncInputs() { const inputs = ['current-cases', 'case-value', 'marketing-spend']; inputs.forEach(id => { const input = document.getElementById(id); const slider = document.getElementById(id + '-slider'); input.addEventListener('input', () => { slider.value = input.value; updateCalculator(); }); slider.addEventListener('input', () => { input.value = slider.value; updateCalculator(); }); }); } // FAQ Accordion document.querySelectorAll('.faq-question').forEach(question => { question.addEventListener('click', () => { const faqItem = question.parentElement; const wasActive = faqItem.classList.contains('active'); // Close all items document.querySelectorAll('.faq-item').forEach(item => { item.classList.remove('active'); }); // Open clicked item if it wasn't already open if (!wasActive) { faqItem.classList.add('active'); } }); }); // Smooth scroll to audit tool document.querySelector('a[href="#audit-tool"]').addEventListener('click', (e) => { e.preventDefault(); document.getElementById('audit-tool').scrollIntoView({ behavior: 'smooth' }); }); // Initialize syncInputs(); updateCalculator(); ```
LinkedIn Instagram TikTok Facebook Pinterest
E

Chat with East13

Typically replies instantly