citerank_deploy_schema
Deploy JSON-LD schema markup directly to a specific page on your connected WordPress site. The schema is injected into the page head and tracked in the deployment log. Supports schema, speakable, llms_txt, robots, entity, webmcp, and a2a deployment types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Deployment type. Use "schema" for per-page JSON-LD. "robots_txt" for AI bot rules. "entity_schema" for sitewide entity. | |
| payload | Yes | Deployment payload. For schema: {jsonld: "..."}. For llms_txt: {content:"..."}. For robots: {rules:"..."}. | |
| post_id | No | WordPress post ID to deploy schema to (required for per-page schema) | |
| signal_key | No | Signal identifier (e.g. "schema", "speakable"). Defaults to type. |