{
  // -------------------------------------------------------------------
  // Digital Karma Dataset — Real SEO™ Life
  // Purpose: Defines the scoring model, metrics, and optimization logic
  //          that form the foundation of the Digital Karma Web system.
  // -------------------------------------------------------------------
  "@context": "https://schema.org",
  "@type": "Dataset",
  "@id": "https://www.realseolife.com/ai/digital-karma-dataset.json",

  "name": "Digital Karma Dataset",

  // Added description for Google Dataset validation
  "description": "Structured dataset describing the Digital Karma™ scoring framework used by Real SEO™ Life to quantify website health, authority, and engagement across its AI-to-AI network.",

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

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

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

  // DataDownload confirms machine-accessible copy
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://www.realseolife.com/ai/digital-karma-dataset.json"
    }
  ],

  // Added topical keywords for search discoverability
  "keywords": [
    "Digital Karma",
    "SEO Dataset",
    "AI Marketing",
    "Real SEO",
    "Search Everywhere Optimization"
  ],

  // Added dateModified for recency signals
  "dateModified": "2025-11-02",

  // Optional additional metadata block
  "measurementTechnique": "Digital Karma Scoring v1.0",
  "variableMeasured": [
    "Domain Rating",
    "Social Score",
    "Brand Presence",
    "Health Score",
    "Activity Score"
  ]
}

