seoskills.sh
Catalog/Local SEO/Multi-Location Landing Page Auditor

Multi-Location Landing Page Auditor

Crawls every location and store-locator page and validates LocalBusiness schema, embedded map, NAP parity with GBP, and…

Updated

New

Use this skill

$ npx skills add seoskills.sh/local-landing-page-auditor
Category
Repository
seoskills.sh
GitHub stars
License
MIT

About this skill

Multi-Location Landing Page Auditor is a Local SEO skill for AI agents, published in the seoskills.sh catalog. Reach for it when your work involves google Business Profile, local citations, and map-pack visibility. Install it with one command and it runs inside your own agent, so the work happens in your workflow, not a separate SEO tool.

SKILL.md

Multi-Location Landing Page Auditor

AGENT ROLE: Autonomous local-page-audit agent. Evaluate each location page against the local on-page checklist, measure cross-page duplication, and emit the JSON in references/output.schema.json.

OBJECTIVE

Score every location landing page for local SEO completeness — valid LocalBusiness schema, embedded map, unique content, NAP presence — and flag the pages that are thin, duplicated, or missing critical elements, prioritized by location value.

INPUTS

  • location_pages (REQUIRED string[]) OR store_locator_url (crawl to discover them).
  • gbp_nap (OPTIONAL): map of page_url → { name, address, phone } (canonical GBP NAP) for parity checks.
  • page_value (OPTIONAL): map of page_url → weight (e.g., revenue/traffic) for prioritization.
  • min_unique_words (OPTIONAL, default 150): unique-content floor.

AUTHENTICATION / RUNTIME

  • No API key. Keyless HTTPS GET, UA seoskills-local-audit/1.0, honor robots.

EXPECTED TOOL CALLS

  • Run scripts/local_page_audit.py --pages pages.json [--gbp gbp.json].
  • Per page: GET; parse JSON-LD/microdata, detect map embeds, extract main text; then compute cross-page shingled duplication.

PROCEDURE (deterministic, per page)

STEP 1 — FETCH + PARSE. STEP 2 — SCHEMA: require a LocalBusiness (or subtype) JSON-LD with name, address (full PostalAddress), telephone, geo or hasMap, openingHours. Record each missing required field. STEP 3 — MAP: detect an embedded map (google.com/maps/embed, <iframe ... maps>, or geo+static-map). has_map = bool. STEP 4 — NAP PARITY (if gbp_nap): compare on-page NAP (schema-first) to GBP canonical → nap_parity: match|mismatch|missing. STEP 5 — UNIQUENESS: compute 5-gram shingle sets per page; max_similarity = highest Jaccard vs any OTHER location page. duplicate IF max_similarity >= 0.8; thin IF unique word count < min_unique_words. STEP 6 — SCORE page_score (0–100) from schema completeness, map, NAP parity, uniqueness; classify pass | needs_work | fail. Prioritize failures by page_value. EMIT.

RATE LIMITS & ERROR HANDLING

  • Crawl politeness: ≤ 5 concurrent, ≥ 150ms per host. Timeout 12s. HARD cap at 5000 discovered pages (hit_cap=true).
  • Per-page fetch failure (non-200, robots) → status="unreachable", continue.
  • IF store_locator_url yields 0 links THEN STOP error.code="NO_PAGES_FOUND".

MISSING / INSUFFICIENT DATA

  • IF gbp_nap absent THEN skip parity and set nap_parity="not_checked" (never a false mismatch).
  • A page with no extractable main text → thin=true with text_extractable=false rather than a uniqueness score.
  • Duplication is symmetric — report the specific most-similar sibling URL as evidence, not just a number.

OUTPUT

One JSON object per references/output.schema.json. No prose.

FILES

  • scripts/local_page_audit.py — crawl/parse, schema + map + NAP checks, shingled duplication, scoring.
  • references/output.schema.json — output contract.

Not using the CLI? Copy the SKILL.md and paste it straight into ChatGPT, Claude, or any agent.

Embed a badge

seoskills.sh install badge

More in Local SEO

Local SEOagricidaniel/claude-seo

seo-local

Local SEO analysis covering Google Business Profile optimization, NAP consistency, citation health, review signals, local schema markup, location page quality, multi-location SEO, and industry-specific recommendations. Detects business type (brick-and-mortar, SAB, hybrid) and industry vertical. Use when user says "local SEO", "Google Business Profile", "GBP", "map pack", "local pack", "citations", "NAP consistency", "service area", or "multi-location".

5.3K installs
Local SEOeronred/aso-skills

localization

When the user wants to localize their App Store listing for international markets. Also use when the user mentions "localization", "translate my app", "international markets", "expand to new countries", "localize metadata", or "which countries should I target". For keyword research in specific markets, see keyword-research. For metadata writing, see metadata-optimization.

2.9K installs
Local SEOcalm-north/seojuice-skills

rank-local

Build a local SEO strategy covering Google Business Profile, local citations, reviews, and NAP consistency. Use when the user asks about local SEO, Google Business Profile, Google Maps ranking, local pack, NAP consistency, local citations, review strategy, or ranking for "[service] near me" searches.

2.5K installs
Local SEOkostja94/marketing-skills

local-seo

No description available.

2.3K installs
Local SEOjezweb/claude-skills

seo-local-business

Generate complete SEO setup for local business websites — HTML head tags, JSON-LD LocalBusiness schema, robots.txt, sitemap.xml. Australian-optimised with +61 phone, ABN, suburb patterns. Use whenever the user wants SEO for a local business (tradesman, café, clinic, agency, retailer), needs JSON-LD structured data, asks for LocalBusiness schema, or wants meta tags / robots.txt / sitemap for a suburb-serving business.

1.7K installs
Local SEOanycap-ai/anycap

anycap-ai-tool-seo

Guide for planning and auditing SEO for AI tool, SaaS, and product-led websites. Powered by AnyCap -- the capability runtime that equips AI agents with web search and web crawl through a single CLI. Use when Codex needs to define SEO ICPs, map search intent to page types, inspect live SERPs, write page briefs for tool/comparison/alternatives/pricing/tutorial pages, prioritize technical SEO foundations, plan citations or backlinks, or decide whether programmatic SEO is safe and worthwhile. Trigger on mentions of AI tool SEO, SaaS SEO, product-led SEO, search intent, page type mapping, vs pages,

472 installs