# Aeonos JSON-LD Schema Markup Generator

> Aeonos JSON-LD Schema Markup Generator is a paid API for AI agents from aeonos.basechainlabs.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Generates JSON-LD Schema.org structured markup (FAQPage, Product, Service, LocalBusiness, HowTo, etc.) for a given page URL or description to boost AI citations and rich results

## Facts

- Endpoint: POST https://aeonos.basechainlabs.com/api/schema
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeonos-basechainlabs-com-c967ac1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Di80B0feP5AB3r2_gJ0Lp

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 aeonos-basechainlabs-com-c967ac1f -d '<json body>'
```

Example prompt: Generate JSON-LD Schema.org markup for my SaaS pricing page at https://myapp.com/pricing — I want FAQPage and Product schemas so it shows up in ChatGPT and Google AI Overviews.

## When to prefer this

Choose this endpoint when you need to generate Schema.org JSON-LD structured data for a specific webpage or business to improve visibility in AI-generated answers (ChatGPT, Perplexity, Claude) and Google rich results. Particularly useful when you need FAQPage, Product, Service, LocalBusiness, or HowTo schemas without manually authoring JSON-LD. Prefer over generic SEO tools when the goal is AI citation optimization (AEO/GEO).

## Known failure modes

- Invalid or inaccessible URL returns an error or generic schema
- Ambiguous description may produce a mismatched schema type
- Missing required input fields (query) returns a 400 or empty response
- Payment failure (x402) prevents schema generation
- Unsupported schema type for unusual page content may fall back to generic markup

## How this service works

JSON-LD Schema.org markup generation for AI search visibility — FAQPage, Product, Service, LocalBusiness, HowTo and more. Boosts AI citations and rich results. 0.50 USDC.

## Output

Returns JSON-LD structured markup conforming to Schema.org standards, tailored to the provided URL or description. Includes appropriate schema types (FAQPage, Product, Service, LocalBusiness, HowTo, etc.) ready to embed in the page's HTML to improve AI citations and rich result eligibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Page URL or description to generate schema for. E.g. 'Generate JSON-LD for my SaaS pricing page'."
  },
  "caller_id": {
   "type": "string",
   "description": "Optional agent or user ID for persistent memory."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeonos-basechainlabs-com-c967ac1f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeonos.basechainlabs.com](https://www.zero.xyz/host/aeonos.basechainlabs.com/llms.txt)
