# Schema Markup Generator — Agent Guide

> Generate JSON-LD schema markup for FAQ, Product, Article, and Local Business pages. Improve your search engine visibility with properly structured data.

Base URL: `https://kappax.io`

## Endpoint

`POST /api/tools/schema-markup-generator`

Content-Type: `application/json`

## Request Body

- `schemaType` (string, required): Type: FAQPage | Product | Article | LocalBusiness
- `data` (object, required): Schema-specific data fields

## Response

Returns JSON with `tool` (slug) and `result` object:

- `jsonLd` (string): Generated JSON-LD code ready to paste into HTML
- `schemaType` (string): The schema type that was generated

## Example

```bash
curl -X POST https://kappax.io/api/tools/schema-markup-generator \
  -H "Content-Type: application/json" \
  -d '{"schemaType":"example","data":{}}'
```

## Rate Limits

- 60 requests per minute per IP
- Please include a descriptive User-Agent header

## More Tools

See all available tools at https://kappax.io/tools
Full tools index for agents: https://kappax.io/llms.txt
