---
title: "Create article SEO markup"
method: POST
path: "/article/{spot_id}/{post_id}"
tags: ["article"]
---

# Create article SEO markup

`POST /article/{spot_id}/{post_id}`

Returns the SEO markup used by Google and other search engines to index your pages

## Query parameters

- `json` boolean

## Response `200`

OK

- object
  - `@context` string
  - `@type` string
  - `headline` string
  - `name` string
  - `thumbnailUrl` string
  - `description` string
  - `url` string
  - `image` object
    - `@context` string
    - `@type` string
    - `url` string
    - `width` string
    - `height` string
  - `commentCount` integer
  - `aggregateRating` object
    - `@context` string
    - `@type` string
    - `ratingValue` integer
    - `reviewCount` integer
    - `worstRating` integer
    - `bestRating` integer
  - `comment` object[]
    - `@context` string
    - `@type` string
    - `datePublished` string
    - `author` object
      - `@context` string
      - `@type` string
      - `name` string
    - `text` string
    - `upvoteCount` integer
    - `downvoteCount` integer

---

[API](https://skmtc.dev/openweb/apis/publisher-authentication-api.md) · [All operations](https://skmtc.dev/openweb/apis/publisher-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openweb/publisher-authentication-api/revisions/73ef93486c3c/schema)
