{
  // -------------------------------------------------------------------
  // Offers & Services Dataset — Real SEO™ Life
  // Purpose: Catalog of Real SEO™ Life offers, bundles, and service tiers
  //          expressed in machine-readable form for AI discovery.
  // -------------------------------------------------------------------
  "@context": "https://schema.org",
  "@type": "Dataset",
  "@id": "https://www.realseolife.com/ai/offers-services-dataset.json",

  "name": "Offers & Services Dataset",

  // Added description for validation completeness
  "description": "Dataset outlining Real SEO™ Life’s offers, bundles, and service structures, including Digital Karma tuning, AI optimization, and Real SEO™ website upgrades.",

  "creator": {
    "@type": "Organization",
    "name": "Real SEO™ Life",
    "url": "https://www.realseolife.com/"
  },

  // Added license for open-data clarity
  "license": "https://creativecommons.org/licenses/by/4.0/",

  // Linked back to the master Data Catalog
  "isPartOf": {
    "@type": "DataCatalog",
    "@id": "https://www.realseolife.com/ai/catalog.json"
  },

  // DataDownload reference for validation and federation
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://www.realseolife.com/ai/offers-services-dataset.json"
    }
  ],

  // Added search keywords
  "keywords": [
    "Offers",
    "Services",
    "SEO Dataset",
    "Digital Marketing",
    "AI Optimization",
    "Real SEO"
  ],

  // Timestamp for validation freshness
  "dateModified": "2025-11-02",

  // Optional measured variables for contextual linkage
  "variableMeasured": [
    "Service Category",
    "Offer Type",
    "Price Range",
    "Tier",
    "Included Features"
  ],

  // Comment to help editors understand the context
  "comment": "Used by Digital Karma Web and BuySEOWebsites.com to identify and link offers and service models across the Real SEO™ Life network."
}

