PeopleIncRobotsPolicy

Captures the per-brand robots.txt policy observed across People Inc properties (people.com, allrecipes.com, investopedia.com, bhg.com, etc). Most brands publish an explicit AI-bot blocklist: ClaudeBot, Claude-Web, anthropic-ai, GPTBot (paths restricted), ChatGPT-User (paths restricted), CCBot, news-please, cohere-ai, ImagesiftBot, FriendlyCrawler, Quora-Bot, omgilibot, omgili, PerplexityBot. Schema is provider-defined (no W3C standard).

MediaPublishingMagazinesContentAdvertisingContextual AdvertisingLifestyleNewsRSSSitemapRobotsAI PolicyIaC

Properties

Name Type Description
host string Brand domain the policy applies to.
fetchedAt string
userAgentRules array
sitemaps array Sitemap URLs declared via Sitemap: directives, if any.
aiBotPolicy object Derived summary of how the brand treats AI crawlers.
View JSON Schema on GitHub

JSON Schema

robots-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/meredith/main/json-schema/robots-policy-schema.json",
  "title": "PeopleIncRobotsPolicy",
  "description": "Captures the per-brand robots.txt policy observed across People Inc properties (people.com, allrecipes.com, investopedia.com, bhg.com, etc). Most brands publish an explicit AI-bot blocklist: ClaudeBot, Claude-Web, anthropic-ai, GPTBot (paths restricted), ChatGPT-User (paths restricted), CCBot, news-please, cohere-ai, ImagesiftBot, FriendlyCrawler, Quora-Bot, omgilibot, omgili, PerplexityBot. Schema is provider-defined (no W3C standard).",
  "type": "object",
  "required": ["host", "userAgentRules"],
  "properties": {
    "host": { "type": "string", "format": "hostname", "description": "Brand domain the policy applies to." },
    "fetchedAt": { "type": "string", "format": "date-time" },
    "userAgentRules": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["userAgent"],
        "properties": {
          "userAgent": { "type": "string", "description": "User-agent token from the rule block." },
          "disallow": { "type": "array", "items": { "type": "string" } },
          "allow": { "type": "array", "items": { "type": "string" } },
          "comment": { "type": "string" }
        }
      }
    },
    "sitemaps": {
      "type": "array",
      "items": { "type": "string", "format": "uri" },
      "description": "Sitemap URLs declared via Sitemap: directives, if any."
    },
    "aiBotPolicy": {
      "type": "object",
      "description": "Derived summary of how the brand treats AI crawlers.",
      "properties": {
        "fullyBlocked": {
          "type": "array",
          "description": "User agents that are Disallow: / across all paths.",
          "items": { "type": "string" }
        },
        "partiallyRestricted": {
          "type": "array",
          "description": "User agents allowed but with specific paths disallowed (e.g. /thmb/).",
          "items": { "type": "string" }
        },
        "allowed": {
          "type": "array",
          "description": "AI / search crawlers explicitly permitted (e.g. Pinterest, Pinterestbot).",
          "items": { "type": "string" }
        }
      }
    }
  }
}

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/robots-policy"
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.