{
  "version": "2026-06-16.schema-examples.v1",
  "canonicalOrigin": "https://nostosroute.com",
  "name": "NostosRoute safe schema examples",
  "purpose": "Copy-safe JSON-LD examples for AI assistants and crawlers that need NostosRoute travel and hotel schema patterns without unsupported price, availability, rating, review, or booking-action claims.",
  "readBeforeUse": [
    "https://nostosroute.com/agent/schema-hotel-city.json",
    "https://nostosroute.com/agent/source-map.json",
    "https://nostosroute.com/agent/citation-snippets.json"
  ],
  "forbiddenFieldsUnlessExplicitlySourcedByPartner": [
    "price",
    "priceRange",
    "priceCurrency",
    "availability",
    "aggregateRating",
    "review",
    "ReserveAction",
    "BookAction",
    "BuyAction",
    "OrderAction"
  ],
  "examples": [
    {
      "id": "nostosroute-website-agent-discovery",
      "sourceUrls": [
        "https://nostosroute.com/llms.txt",
        "https://nostosroute.com/agent/index.json"
      ],
      "safeSummary": "Use this when describing NostosRoute as a public travel-planning and agent-discovery website.",
      "jsonLd": {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "NostosRoute",
        "url": "https://nostosroute.com",
        "description": "Travel planning, static hotel discovery, and affiliate-disclosed handoff resources for human travelers and AI assistants.",
        "potentialAction": {
          "@type": "SearchAction",
          "target": "https://nostosroute.com/search?q={search_term_string}",
          "query-input": "required name=search_term_string"
        }
      }
    },
    {
      "id": "static-hotel-record-no-offer",
      "sourceUrls": [
        "https://nostosroute.com/agent/schema-hotel-city.json",
        "https://nostosroute.com/hotel-images/index/summary.json"
      ],
      "safeSummary": "Use this pattern for a static hotel discovery record when no partner source has been freshly cited for current price, availability, rating, or booking terms.",
      "jsonLd": {
        "@context": "https://schema.org",
        "@type": [
          "Hotel",
          "LodgingBusiness"
        ],
        "name": "Example Hotel From Static NostosRoute Index",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Example City",
          "addressCountry": "Example Country"
        },
        "url": "https://nostosroute.com/hotel-images/index/cities/example-city.json",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "NostosRoute static-data boundary",
            "value": "Static planning record; no live price, live availability, booking authority, current rating, or partner-site action."
          },
          {
            "@type": "PropertyValue",
            "name": "NostosRoute affiliate disclosure",
            "value": "NostosRoute may earn a commission from disclosed partner links. Confirm final details on the partner site."
          }
        ]
      }
    }
  ],
  "requiredCaveat": "These examples are static schema patterns, not live offers. Travelers must confirm current prices, availability, policies, ratings, images, and booking details on partner or official sites."
}
