{
  "_comment": "Canonical shape of GET /rankwiz/v1/content/{id} response. Both the Laravel WpApiClientSimulator and the plugin ContentEndpointTest must validate against this file. Any key added here must be present in the real plugin endpoint; any key removed here must be removed from the simulator's respondContent() default. Version this file when the contract changes.",
  "_version": "1",
  "id": 42,
  "url": "https://example.com/sample-post/",
  "title": "Sample Post Title",
  "content_raw": "<p>Raw block markup content with <!-- wp:paragraph --> delimiters preserved.</p>",
  "content_rendered": null,
  "excerpt": "Sample excerpt text for the post.",
  "word_count": 12,
  "wp_post_status": "publish",
  "wp_modified_at": "2026-06-07T00:00:00+00:00",
  "seo": {
    "meta_title": "Sample SEO Title",
    "meta_description": "Sample meta description.",
    "robots": "index,follow",
    "canonical": "https://example.com/sample-post/",
    "source": "yoast"
  }
}
