PeopleIncSitemap

JSON-equivalent shape for the XML sitemap surface exposed by every People Inc brand under /sitemap.xml. The root document is a sitemap index containing references to per-section sitemap files (e.g. /sitemap_1.xml). Modeled per sitemaps.org 0.9 with the lastmod field that People Inc populates daily.

MediaPublishingMagazinesContentAdvertisingContextual AdvertisingLifestyleNewsRSSSitemapRobotsAI PolicyIaC

Properties

Name Type Description
sitemapindex object
urlset object Alternative shape: a leaf sitemap file containing URL entries.
View JSON Schema on GitHub

JSON Schema

sitemap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/meredith/main/json-schema/sitemap-schema.json",
  "title": "PeopleIncSitemap",
  "description": "JSON-equivalent shape for the XML sitemap surface exposed by every People Inc brand under /sitemap.xml. The root document is a sitemap index containing references to per-section sitemap files (e.g. /sitemap_1.xml). Modeled per sitemaps.org 0.9 with the lastmod field that People Inc populates daily.",
  "type": "object",
  "required": ["sitemapindex"],
  "properties": {
    "sitemapindex": {
      "type": "object",
      "required": ["sitemaps"],
      "properties": {
        "xmlns": { "type": "string", "const": "http://www.sitemaps.org/schemas/sitemap/0.9" },
        "sitemaps": {
          "type": "array",
          "items": {
            "type": "object",
            "required": ["loc"],
            "properties": {
              "loc": { "type": "string", "format": "uri", "description": "Absolute URL of a child sitemap file." },
              "lastmod": { "type": "string", "format": "date", "description": "Last-modified date for the referenced sitemap; People Inc brands typically update this daily." }
            }
          }
        }
      }
    },
    "urlset": {
      "type": "object",
      "description": "Alternative shape: a leaf sitemap file containing URL entries.",
      "required": ["urls"],
      "properties": {
        "xmlns": { "type": "string", "const": "http://www.sitemaps.org/schemas/sitemap/0.9" },
        "urls": {
          "type": "array",
          "items": {
            "type": "object",
            "required": ["loc"],
            "properties": {
              "loc": { "type": "string", "format": "uri" },
              "lastmod": { "type": "string", "format": "date" },
              "changefreq": { "type": "string", "enum": ["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"] },
              "priority": { "type": "number", "minimum": 0, "maximum": 1 }
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sitemap"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.