rank-local

calm-north/seojuice-skills · updated Apr 10, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/calm-north/seojuice-skills --skill rank-local
0 commentsdiscussion
summary

Local SEO strategy covering Google Business Profile optimization, NAP consistency, citations, and review management.

  • Provides a six-step framework: GBP audit (profile completeness, visuals, active features), NAP consistency checks across all directories, citation strategy prioritized by authority level, and review velocity tracking with response templates
  • Includes industry-specific citation directories for restaurants, medical, legal, home services, and real estate, plus foundation cita
skill.md

Rank Local

Build a local SEO foundation covering Google Business Profile optimization, NAP consistency, citation strategy, and review velocity.

Local SEO Ranking Factors

Local search results are determined by three primary factors:

  1. Relevance — How well your business matches the search query
  2. Distance — How close you are to the searcher's location
  3. Prominence — How well-known and trusted your business is online

You can't control distance, but you can maximize relevance and prominence.

Step 1: Google Business Profile Audit

GBP is the single most important local SEO asset. Audit:

Profile Completeness

  • Business name matches real-world name exactly (no keyword stuffing)
  • Primary category is the most specific match for your business
  • Secondary categories cover all relevant services (up to 9)
  • Address is accurate and matches what's on your website
  • Phone number is a local number (not toll-free) that matches website
  • Website URL points to the correct page
  • Business hours are accurate (including special hours for holidays)
  • Business description uses keywords naturally (750 chars max)

Visual Content

  • Logo and cover photo uploaded
  • At least 10 photos (exterior, interior, team, products/services)
  • Photos updated regularly (monthly is ideal)
  • Videos if applicable (60 seconds max)

Active Features

  • Google Posts published regularly (weekly or biweekly)
  • Products or services listed with descriptions and prices
  • Q&A section monitored (seed common questions yourself)
  • Messaging enabled if team can respond promptly
  • Booking link configured if applicable

Step 2: NAP Consistency

NAP = Name, Address, Phone. It must be identical everywhere:

  • Website (footer, contact page, schema markup)
  • Google Business Profile
  • All citation directories
  • Social media profiles

Common inconsistencies to fix:

  • "St" vs "Street" vs "St."
  • "Suite 200" vs "#200" vs "Ste 200"
  • Different phone numbers (main line vs direct)
  • Old addresses from a previous location
  • Abbreviated vs full business name

How to check: Search "business name" + "city" and review every listing that appears. Note inconsistencies.

Step 3: Citation Strategy

Citations are mentions of your business NAP on other websites. Key directories:

Foundation Citations (must-have)

  • Google Business Profile
  • Apple Maps / Apple Business Connect
  • Bing Places
  • Yelp
  • Facebook Business Page
  • BBB (Better Business Bureau)

Industry-Specific Citations

Vary by business type:

  • Restaurants: TripAdvisor, OpenTable, Zomato
  • Medical: Healthgrades, Vitals, WebMD
  • Legal: Avvo, FindLaw, Justia
  • Home services: HomeAdvisor, Angi, Thumbtack
  • Real estate: Zillow, Realtor.com, Redfin

Local Citations

  • Local chamber of commerce
  • City/regional business directories
  • Local news sites and publications
  • Community event sponsorship pages

Priority: Quality > quantity. 30 accurate citations on authoritative directories beats 200 on low-quality sites.

Step 4: Review Strategy

Reviews directly impact local pack rankings and conversion rates.

Getting More Reviews

  • Ask satisfied customers at the point of service
  • Send follow-up emails/texts with a direct review link
  • Use Google's review link generator: https://search.google.com/local/writereview?placeid=[PLACE_ID]
  • Train staff to ask — make it part of the customer service flow
  • Never incentivize reviews (violates Google guidelines)

Responding to Reviews

Response templates (customize — never copy verbatim):

Positive review response: "Thank you, [Name]! We're glad [specific thing they mentioned] went well. [Brief personal touch]. We look forward to [future interaction]."

Key: Reference something specific from their review. Generic "Thanks for the review!" signals you don't read them.

Negative review response: "[Name], thank you for sharing this feedback. We're sorry [acknowledge specific issue]. This isn't the experience we aim for. Please reach out to [contact method] so we can make this right."

Key: Respond within 24 hours. Acknowledge the specific concern. Move resolution offline. Never argue publicly.

Fake review response: "We don't have a record of this interaction. If you are a customer, please contact [email/phone] so we can look into this."

Key: Report via GBP dashboard first. Respond factually without being defensive. Don't accuse — state facts.

Review Velocity

  • Aim for steady, ongoing reviews — not bursts
  • A sudden spike of reviews looks unnatural
  • 2-5 new reviews per month is healthy for most small businesses
  • Track review velocity month-over-month

Step 5: Local Content

Create location-relevant content for your website:

  • Location pages (if multi-location): unique content per location, not duplicated templates
  • Local service pages: "[service] in [city]" pages with genuine local relevance
  • Local blog content: Community involvement, local events, local case studies
  • FAQ page: Answer location-specific questions

Avoid: Doorway pages (thin, templated pages targeting every neighborhood/zip code).

Step 6: Local Schema Markup

Add structured data to your website:

LocalBusiness Schema

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Business Name",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "City",
    "addressRegion": "State",
    "postalCode": "12345"
  },
  "telephone": "+1-555-555-5555",
  "openingHoursSpecification": [...],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "40.7128",
    "longitude": "-74.0060"
  }
}

Use the most specific business type available: Restaurant, DentalClinic, LawFirm, etc. rather than generic LocalBusiness.

Output Format

Local SEO Strategy: [business name / domain]

GBP Audit Results

  • Profile completeness: [x]%
  • Categories: [current categories — any missing?]
  • Review count: [count] | Average rating: [stars]
  • Photo count: [count]

NAP Consistency

  • Inconsistencies found: [count]
  • Directories checked: [count]
  • Fixes needed: [list]

Citation Plan

Directory Status Action Priority
Google Business Active Update hours High
Yelp Claimed Fix address format Medium
[industry-specific] Not listed Create listing High

Review Strategy

  • Current velocity: [reviews/month]
  • Target velocity: [reviews/month]
  • Reviews needing response: [count]
  • Action items for getting more reviews

Content Recommendations

  • Location pages to create
  • Local content topics
  • Schema to implement

Pro Tip: Use the free SEO Audit to check local schema markup and the Schema Markup Generator to build LocalBusiness JSON-LD. SEOJuice MCP users can run /seojuice:gbp-overview to see all GBP locations, reviews needing attention, sentiment breakdown, and reply to reviews directly from Claude.

how to use rank-local

How to use rank-local on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add rank-local
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/calm-north/seojuice-skills --skill rank-local

The skills CLI fetches rank-local from GitHub repository calm-north/seojuice-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/rank-local

Reload or restart Cursor to activate rank-local. Access the skill through slash commands (e.g., /rank-local) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.747 reviews
  • Meera Li· Dec 12, 2024

    rank-local reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Kofi Srinivasan· Dec 4, 2024

    We added rank-local from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Daniel Gupta· Dec 4, 2024

    Registry listing for rank-local matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Amelia Ramirez· Nov 23, 2024

    rank-local reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Amelia Sanchez· Nov 23, 2024

    rank-local fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Arjun Singh· Nov 11, 2024

    rank-local has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Yusuf Verma· Oct 22, 2024

    rank-local fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Aisha Gupta· Oct 14, 2024

    Registry listing for rank-local matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Aisha Iyer· Oct 14, 2024

    We added rank-local from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yuki Ramirez· Oct 2, 2024

    Solid pick for teams standardizing on skills: rank-local is focused, and the summary matches what you get after install.

showing 1-10 of 47

1 / 5