This document defines custom metadata and link conventions used across the ProcStack project pages to expose structured data to bots, crawlers, and language models.
This document is a work in progress, structure for json's to be added shortly.
<link rel="alternate" type="application/json" ...>
- JSON representation of the full site or specific page.<link rel="data-manifest" ...>
- Points to the master structured content manifest (site-wide JSON).<!-- AI/LLM Data Discovery --> <meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json"> <meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json"> <link rel="alternate" type="application/json" href="https://procstack.github.io/bots/siteContent.json" title="Full JSON of all Page's Content Data"> <link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" />
<!-- AI/LLM Data Discovery --> <meta name="ai:data-source" content="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json"> <meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json"> <link rel="alternate" type="application/json" href="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json" title="Single Page Content Data"> <link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" />
<meta name="ai:content-api" content="https://procstack.github.io/bots/">