@@ -21,8 +21,8 @@ <h2>Meta Tags</h2>
2121
2222 < h2 > Link Tags</ h2 >
2323 < ul >
24- < li > < code > <link rel="alternate" type="application/json" ...></ code > – JSON representation of this specific page.</ li >
25- < li > < code > <link rel="data-manifest" ...></ code > – Points to the master structured content manifest (site-wide JSON).</ li >
24+ < li > < code > <link rel="alternate" type="application/json" ...></ code > - JSON representation of the full site or specific page.</ li >
25+ < li > < code > <link rel="data-manifest" ...></ code > - Points to the master structured content manifest (site-wide JSON).</ li >
2626 </ ul >
2727
2828 < h2 > Use Cases</ h2 >
@@ -39,7 +39,6 @@ <h4>URL : https://procstack.github.io/index.htm</h4>
3939<!-- AI/LLM Data Discovery -->
4040<meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json">
4141<meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json">
42- <meta name="ai:content-api" content="https://procstack.github.io/bots/">
4342<link rel="alternate" type="application/json" href="https://procstack.github.io/bots/siteContent.json" title="Full JSON of all Page's Content Data">
4443<link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" />
4544 </ pre >
@@ -50,11 +49,15 @@ <h4>URL : https://procstack.github.io/ProjectsLinks/currentsOfWar.htm</h4>
5049<!-- AI/LLM Data Discovery -->
5150<meta name="ai:data-source" content="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json">
5251<meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json">
53- <meta name="ai:content-api" content="https://procstack.github.io/bots/">
5452<link rel="alternate" type="application/json" href="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json" title="Single Page Content Data">
5553<link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" />
5654 </ pre >
5755
56+ < h2 > Example 3 - API End-Point</ h2 >
57+ < pre >
58+ <meta name="ai:content-api" content="https://procstack.github.io/bots/">
59+ </ pre >
60+
5861 < footer >
5962 < p > Created by Kevin Edzenga - < a href ="https://procstack.github.io/ "> https://procstack.github.io/</ a > </ p >
6063 </ footer >
0 commit comments