# MarketPulse Local SEO Strategy

> MarketPulse Local SEO Strategy is a paid API for AI agents from marketpulse-brown.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a local SEO action plan covering Google Business Profile optimization, citation building strategy, review systems, and a local ranking roadmap.

## Facts

- Endpoint: GET https://marketpulse-brown.vercel.app/api/market/local-seo
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketpulse-local-seo-strategy-e987a7a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eKvqAMsEBnqjaTezMpqyJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability marketpulse-local-seo-strategy-e987a7a6
```

Example prompt: Give me a full local SEO strategy for my plumbing business, Metro Plumbing Solutions, located in Austin, Texas — including how to optimize our Google Business Profile, which citation directories we should be listed on, how to build a review system, and a roadmap to rank higher in local search.

## When to prefer this

Use this endpoint when a local business needs a concrete, actionable local SEO strategy — especially for Google Business Profile optimization, citation building, and review systems. Prefer this over generic SEO endpoints when the focus is specifically on local/map pack rankings rather than organic web rankings.

## Known failure modes

- Missing required business or location parameters returns an error
- Overly generic or incomplete business type may produce less targeted recommendations
- Rate limiting or payment failure returns 402 or 429 error
- Unsupported or unrecognized location format may reduce recommendation specificity

## How this service works

Will this business show up in the Google local pack? Local SEO punch list covering Google Business Profile optimization, review-generation strategy, citation-building priorities and a six-month ranking roadmap for a given business type and location. For local-search and local-marketing agents.

## Output

A structured local SEO plan including actionable Google Business Profile optimization steps, a prioritized citation strategy with recommended directories, a review acquisition and management system, and a step-by-step local ranking roadmap tailored to the business and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "business"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Language to respond in — defaults to English"
  },
  "business": {
   "type": "string",
   "description": "The type of business to build a local SEO plan for"
  },
  "location": {
   "type": "string",
   "description": "City and state/region the business serves — sharpens citation and competitor guidance"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "location": "Denver, CO",
  "disclaimer": "Local SEO results typically take 3-6 months. Google's local algorithm updates frequently.",
  "quick_wins": [
   "Complete every Google Business Profile field",
   "Request reviews from the last 30 days of patients"
  ],
  "amazon_search": "Ultimate Guide to Local Business Marketing by Perry Marshall",
  "business_type": "family dental practice",
  "review_strategy": {
   "timing": "Immediately after checkout, while the experience is fresh",
   "how_to_ask": "Text a review link within 1 hour of a positive visit using a simple two-tap request",
   "response_template": "Thank the patient by name and mention a specific detail from their visit",
   "negative_review_protocol": "Respond within 24 hours, acknowledge the concern, move the conversation offline"
  },
  "competitor_intel": "Top-ranked local competitors typically have 100+ reviews with a 4.7+ average and post to Google weekly",
  "citation_building": {
   "nap_rule": "Use the exact same name, address, and phone format on every directory",
   "citation_check_tool": "Moz Local or BrightLocal",
   "priority_directories": [
    "Google Business Profile",
    "Yelp",
    "Healthgrades",
    "Zocdoc"
   ]
  },
  "on_page_local_seo": [
   "Add LocalBusiness and Dentist schema to the homepage"
  ],
  "six_month_roadmap": [
   "Month 1: GBP completeness and review request system",
   "Month 2-3: citation building across top directories"
  ],
  "local_link_building": [
   "Sponsor a local youth sports team for a backlink from the team's site"
  ],
  "google_business_profile": {
   "qa_seeding": [
    "Do you accept my insurance?",
    "Do you offer emergency appointments?"
   ],
   "must_complete": [
    "Add all service categories and attributes",
    "Fill out the full business description with target keywords"
   ],
   "post_strategy": "Weekly Google posts featuring offers, new services, or patient education",
   "photo_strategy": "Upload 15-20 photos covering the office, team, and before/after work; add new photos monthly",
   "category_optimization": "Primary: Dentist; secondary: Cosmetic Dentist, Pediatric Dentist if applicable"
  },
  "local_seo_health_assessment": "Most independent dental practices under-invest in Google Business Profile completeness and review velocity relative to competition"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketpulse-local-seo-strategy-e987a7a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketpulse-brown.vercel.app](https://www.zero.xyz/host/marketpulse-brown.vercel.app/llms.txt)
