Skip to content

Latest commit

 

History

History
561 lines (442 loc) · 11.8 KB

File metadata and controls

561 lines (442 loc) · 11.8 KB

The Local Domination Blueprint

How to Outrank Your Competition Using AI

For service businesses ready to go from invisible to inevitable


🎯 The Goal

This blueprint helps you work toward:

  • Building a website that competes with established competitors
  • Generating qualified leads consistently
  • Improving your search visibility dramatically
  • Doing it for $20/month instead of $20,000

Your commitment: Follow the phases and execute consistently.


📊 The Reality Check

Your Competitors Right Now:

  • Paid $10,000+ for their website years ago
  • Pay $1,500/month for "SEO" (aka nothing)
  • Website says "Copyright 2019" at the bottom
  • "Call for pricing" on every page
  • 3-star reviews they never respond to

You After Following This Blueprint:

  • Professional website built with AI assistance
  • Competing for profitable keywords
  • Capturing market share systematically
  • Total investment: Claude Code + your time

This is mechanical execution, not magic.


🚀 PHASE 1: THE FOUNDATION

From zero to live website

Step 1: Account Setup

Get Claude Code (Your AI Developer)

  1. Go to https://claude.ai/download
  2. Download and install like any app
  3. Sign in with email
  4. Cost: $20/month
  5. This replaces a $150/hour developer

Get GitHub (Your Code Storage)

  1. Go to https://github.com
  2. Sign up with email
  3. Pick a username
  4. Verify email
  5. Free forever

Get Vercel (Your Website Host)

  1. Go to https://vercel.com
  2. Click "Continue with GitHub"
  3. Authorize connection
  4. Free for unlimited sites

Step 2: Launch Your Website

Tell Claude exactly this:

"I need a website for my [service type] business in [city].
Create an Astro website with these pages:
- Homepage
- Services
- Locations
- About
- Contact
Then push it to GitHub and deploy to Vercel."

Claude will:

  1. Build your entire website
  2. Push code to GitHub
  3. Guide you through Vercel deployment
  4. Give you a live URL

You now have a live website. Most competitors waited months for theirs.


🔍 PHASE 2: INTELLIGENCE GATHERING

Know your market inside and out

Competitor Analysis

Open 10 competitor websites and tell Claude:

"Here are my competitor websites [paste URLs].
Analyze them and tell me:
1. What they're doing wrong
2. What keywords they're missing
3. How we can beat them"

Document:

  • Who ranks #1-10 for your main service
  • Their Google review counts
  • Their website weaknesses
  • Their pricing (if shown)
  • What customers complain about

Keyword Research

Tell Claude:

"Generate 100 keywords for [service] in [city] including:
- Emergency searches
- Problem-based searches
- Service-specific searches
- Location combinations
- Commercial intent keywords"

Then:

"Organize these by:
1. Difficulty to rank
2. Commercial value
3. Which page should target them"

Customer Intelligence

Read EVERY review of your top 5 competitors.

Document:

  • Top 5 complaints (your opportunities)
  • Top 5 praise points (must match these)
  • Services they don't offer
  • Response time issues
  • Pricing complaints

💪 PHASE 3: BUILD YOUR ADVANTAGE

Create the foundation for dominance

Technical SEO Foundation

Tell Claude each of these commands:

"Add complete AutoRepair schema markup with service catalog"
"Create XML sitemap with proper priorities"
"Add robots.txt optimized for crawling"
"Implement canonical URLs for all pages"
"Add meta titles and descriptions for all pages"

Speed Optimization

"Convert all images to WebP format"
"Implement lazy loading for images"
"Extract critical CSS for above-fold content"
"Optimize for Core Web Vitals"
"Make sure mobile loads fast"

Content Creation

Service Pages (800-1,200 words each)

For each service:

"Create a detailed page for [service name] including:
- What's included (detailed list)
- Common problems we solve
- Our process (step by step)
- Why choose us
- FAQs
- Emergency availability
- Service area details"

Location Pages (1,000+ words each)

For each location:

"Create a location page for [city] including:
- Local service area details
- Driving directions from major landmarks
- Local weather challenges
- Major employers we serve
- Neighborhood-specific content
- Response times for different areas
- Local competitor comparison"

📈 PHASE 4: CONVERSION OPTIMIZATION

Turn visitors into customers

Trust Signals

"Add to every page:
- License numbers
- Insurance information
- Years in business
- Certifications
- Family owned (if true)
- Service guarantees
- Response time promises"

Lead Capture

"Add these elements:
- Sticky header with phone number
- Click-to-call buttons
- Contact form on every page
- Live chat widget
- Emergency hotline banner
- 'Get Quote' buttons"

Social Proof

"Create sections for:
- Customer testimonials
- Review badges
- Before/after gallery
- Service area map
- Trust badges
- Response time stats"

🚀 PHASE 5: GROWTH ACCELERATION

Scale what's working

Content Marketing

Tell Claude to write:

"Write these blog posts (1,500 words each):
1. 'What to Do When [Common Problem]'
2. 'Complete Guide to [Service] in [City]'
3. 'How Much Does [Service] Cost in [Area]'
4. '[Season] [Service] Preparation Guide'
5. 'Emergency [Service]: What You Need to Know'"

Local Citations

Submit your business to:

  • Google Business Profile
  • Bing Places
  • Apple Maps
  • Yelp
  • Facebook
  • Industry directories

Geographic Expansion

"Create pages for these surrounding cities:
[List nearby cities]
Each needs 1,000 words of unique local content"

📊 PHASE 6: DOMINATION

Become the market leader

Service Expansion

"Create pages for related services:
[List additional services]
Connect them with internal links"

Performance Monitoring

"Create a dashboard to track:
- Ranking positions
- Traffic growth
- Lead generation
- Conversion rates
- Competitor movements"

Continuous Improvement

"Analyze our Google Search Console data and:
- Fix any 404 errors
- Improve low-performing pages
- Target new keywords
- Expand successful content"

🔧 USING GOOGLE SEARCH CONSOLE

Fix issues systematically like a pro

Initial Setup

  1. Go to https://search.google.com/search-console
  2. Add your property (website)
  3. Verify ownership (Vercel makes this easy)
  4. Submit your sitemap: yourdomain.com/sitemap-index.xml

Weekly GSC Workflow

Check Coverage Report:

  1. Click "Coverage" in sidebar
  2. Look for errors (red):
    • 404 errors: Create redirects in vercel.json
    • Crawl errors: Fix broken links
    • Blocked pages: Check robots.txt

Tell Claude:

"These pages have 404 errors [paste list].
Add redirects in vercel.json to fix them."

Fix "Alternate Page with Proper Canonical":

This means Google found duplicates. Tell Claude:

"Google shows these as alternate pages [paste list].
Ensure canonical tags are consistent."

Handle "Page with Redirect":

Usually www vs non-www issues. Tell Claude:

"Add a redirect from www to non-www in vercel.json"

Common GSC Fixes with Claude

For 404 Errors:

"Add these redirects to vercel.json:
/old-url → /new-url
/broken-page → /correct-page"

For Mobile Issues:

"Check mobile responsiveness and fix any issues GSC reports"

For Core Web Vitals:

"GSC shows poor Core Web Vitals. 
Optimize images and improve load speed."

The CSP Font Fix

If fonts break after adding redirects, tell Claude:

"Update the Content Security Policy in vercel.json to allow:
- style-src: add https://fonts.googleapis.com
- font-src: add https://fonts.gstatic.com"

Pro GSC Tips:

  • Check weekly, fix immediately
  • Validate fixes after deploying
  • Request indexing for important pages
  • Monitor Performance report for winning keywords
  • Use URL Inspection tool before launching new pages

📊 SUCCESS MILESTONES

Phase 1-2 Complete:

  • Website live and indexed
  • Competitor analysis done
  • Keywords identified
  • Basic pages created

Phase 3-4 Complete:

  • 50+ pages created
  • Technical SEO implemented
  • Conversion elements added
  • First organic leads coming in

Phase 5-6 Complete:

  • 100+ pages indexed
  • Ranking for target keywords
  • Consistent lead flow
  • Market position established

💰 THE INVESTMENT COMPARISON

Your Investment:

  • Claude Code subscription
  • Your time and effort
  • Domain and hosting (minimal)

Competitor's Investment:

  • Website design: $10,000+
  • SEO services: $1,500/month
  • Content writing: $3,000+
  • Total cost: $15,000+

Expected ROI:

  • Cost per lead: Decreasing over time
  • Customer lifetime value: Increasing
  • Market share: Growing
  • Competitive advantage: Compounding

🎯 EXECUTION RHYTHM

Weekly Tasks (Pick Your Schedule):

Content Day (2 hours):

"Claude, write a blog post about [topic]"
"Create a new service page for [service]"
"Expand the [city] location page"

Optimization Day (1 hour):

"Check for any SEO issues"
"Improve page load speed"
"Fix any broken links"
"Update meta descriptions"

Analysis Day (1 hour):

"What new content did competitors publish?"
"What keywords are we missing?"
"What can we do better?"

🚨 QUICK WIN PROTOCOLS

"I Need Leads Fast"

  1. Create emergency/urgent pages
  2. Share in local Facebook groups
  3. Update Google Business Profile
  4. Reach out to past customers
  5. Offer immediate service

"Competitor Launched New Site"

  1. Analyze their entire site
  2. Identify what works
  3. Improve on their approach
  4. Add what they missed
  5. Execute faster than them

"Rankings Aren't Improving"

  1. Check Google Search Console
  2. Fix technical issues
  3. Expand existing content
  4. Build more links
  5. Be patient - SEO compounds

🏆 SALES CONVERSATIONS

When Leads Call:

"Thanks for calling [Business Name]. What's going on?" [Listen to problem] "I can definitely help with that. I have availability [timeframe]. We'll diagnose the issue and give you options before starting work. Should I put you on the schedule?"

When They Compare:

"Most companies will make you wait days. We can typically get there [soon]. We'll text you when we're on the way. All our work is guaranteed. Should we come take a look?"

Price Discussions:

"We charge fairly for professional work. We fix it right the first time. No hidden fees, no surprises. You'll approve everything before we start. What time works best?"


🎬 SCALING YOUR SUCCESS

Once you're dominating locally:

  1. Document Your System

    • Track what worked
    • Save successful content
    • Create templates
    • Build processes
  2. Expand Strategically

    • Add more cities
    • Add more services
    • Increase prices
    • Improve margins
  3. Build an Asset

    • Business that runs without you
    • Sellable systems
    • Documented processes
    • Proven results

⚡ THE MINDSET EVOLUTION

Starting Phase:

"Can I really compete?"

Building Phase:

"I'm actually ranking!"

Growth Phase:

"Leads are coming in consistently"

Domination Phase:

"I own this market"

Expansion Phase:

"What market is next?"


📝 YOUR COMMITMENT

By following this blueprint, you commit to:

  • Executing the phases in order
  • Being consistent with effort
  • Not giving up when progress seems slow
  • Celebrating wins along the way
  • Helping others when you succeed

🔥 YOUR FIRST ACTION

  1. Open https://claude.ai/download
  2. Download Claude Code
  3. Tell Claude: "Help me dominate my local market"
  4. Begin Phase 1

Every day you wait, competitors get customers that could be yours.


"Success isn't about being the best. It's about being better than your competition. With AI as your leverage and this blueprint as your guide, you have an unfair advantage. Use it."

Start today. Build momentum. Dominate your market.