# MarketPulse SEO Audit

> MarketPulse SEO Audit is a paid API for AI agents from marketpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Performs a technical SEO review of a website covering Core Web Vitals, E-E-A-T, schema markup, and AI Overview readiness, returning a prioritized list of fixes ordered by impact.

## Facts

- Endpoint: GET https://marketpulse.theaslangroupllc.com/api/market/seo-audit
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketpulse-seo-audit-33a01591
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8-tziaGaza9urn-_hKK4I

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-seo-audit-33a01591
```

Example prompt: Can you run a full technical SEO audit on https://www.exampleshop.com in the e-commerce industry — I want to know exactly why it's not ranking and what's blocking it from appearing in AI Overviews, with fixes sorted by impact?

## When to prefer this

Choose this endpoint when an agent or user wants a structured, actionable technical SEO diagnosis for a specific website — especially when the concern involves Core Web Vitals scores, E-E-A-T compliance, structured data/schema markup, or visibility in Google AI Overviews and other AI-generated search summaries. Prefer this over generic content tools when the goal is diagnosing why a site isn't ranking rather than creating new content.

## Known failure modes

- Invalid or unreachable website URL returns an error response
- Missing industry parameter may reduce recommendation precision
- Rate limiting if too many requests are made in quick succession
- Paywalled or JavaScript-heavy sites may yield incomplete audit results

## How this service works

Why isn't this site ranking — or showing up in AI Overviews? Technical SEO review covering Core Web Vitals, E-E-A-T, schema markup and AI-Overview readiness, returning a prioritized list of fixes ordered by impact for a given website and industry. For SEO and marketing agents.

## Output

A prioritized list of technical SEO fixes ordered by impact, covering Core Web Vitals performance issues, E-E-A-T signals, schema markup gaps, and AI Overview readiness — each item accompanied by a description and recommended remediation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "website",
  "industry"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Language to respond in — defaults to English"
  },
  "website": {
   "type": "string",
   "description": "The website domain to review"
  },
  "industry": {
   "type": "string",
   "description": "The industry the website operates in — sharpens E-E-A-T and content guidance"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "website": "acmeplumbing.com",
  "industry": "local plumbing",
  "disclaimer": "SEO improvements typically take 3-6 months to show measurable results. Google updates its algorithm frequently.",
  "quick_wins": [
   "Compress hero images to WebP",
   "Add missing title tags on service pages"
  ],
  "tools_to_use": [
   "Google Search Console (free)",
   "Screaming Frog for site crawls"
  ],
  "amazon_search": "The Art of SEO by Eric Enge",
  "priority_order": [
   "Fix Core Web Vitals on the homepage",
   "Add LocalBusiness schema"
  ],
  "review_categories": [
   {
    "issues": [
     {
      "fix": "Compress hero images to WebP and lazy-load below-the-fold images",
      "issue": "Large uncompressed hero images",
      "effort": "low",
      "impact": "high"
     }
    ],
    "category": "Core Web Vitals",
    "priority": "high"
   }
  ],
  "ai_overview_readiness": [
   "Add direct-answer sentences near the top of service pages"
  ],
  "content_review_signals": [
   "Author bylines with relevant credentials",
   "Last-updated dates on service pages"
  ],
  "schema_recommendations": [
   {
    "why": "Helps Google and AI systems surface accurate business info in local results",
    "type": "LocalBusiness",
    "pages": "Homepage and contact page"
   }
  ],
  "core_web_vitals_guidance": {
   "cls": "Cumulative Layout Shift is often caused by images or ads without reserved dimensions",
   "inp": "Interaction to Next Paint suffers from heavy third-party scripts like chat widgets",
   "lcp": "Largest Contentful Paint is usually driven by unoptimized hero images or render-blocking scripts",
   "how_to_measure": "Google PageSpeed Insights and Chrome UX Report"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketpulse-seo-audit-33a01591/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketpulse.theaslangroupllc.com](https://www.zero.xyz/host/marketpulse.theaslangroupllc.com/llms.txt)
