Skip to content

Commit 80a76a4

Browse files
committed
AI Meta Spec tweak & example 3
1 parent 06f69d6 commit 80a76a4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/bots/ai-metadata-spec.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ <h2>Meta Tags</h2>
2121

2222
<h2>Link Tags</h2>
2323
<ul>
24-
<li><code>&lt;link rel="alternate" type="application/json" ...&gt;</code> JSON representation of this specific page.</li>
25-
<li><code>&lt;link rel="data-manifest" ...&gt;</code> Points to the master structured content manifest (site-wide JSON).</li>
24+
<li><code>&lt;link rel="alternate" type="application/json" ...&gt;</code> - JSON representation of the full site or specific page.</li>
25+
<li><code>&lt;link rel="data-manifest" ...&gt;</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
&lt;!-- AI/LLM Data Discovery --&gt;
4040
&lt;meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json"&gt;
4141
&lt;meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json"&gt;
42-
&lt;meta name="ai:content-api" content="https://procstack.github.io/bots/"&gt;
4342
&lt;link rel="alternate" type="application/json" href="https://procstack.github.io/bots/siteContent.json" title="Full JSON of all Page's Content Data"&gt;
4443
&lt;link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" /&gt;
4544
</pre>
@@ -50,11 +49,15 @@ <h4>URL : https://procstack.github.io/ProjectsLinks/currentsOfWar.htm</h4>
5049
&lt;!-- AI/LLM Data Discovery --&gt;
5150
&lt;meta name="ai:data-source" content="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json"&gt;
5251
&lt;meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json"&gt;
53-
&lt;meta name="ai:content-api" content="https://procstack.github.io/bots/"&gt;
5452
&lt;link rel="alternate" type="application/json" href="https://procstack.github.io/bots/ProjectsLinks_currentsOfWar.htm.json" title="Single Page Content Data"&gt;
5553
&lt;link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" /&gt;
5654
</pre>
5755

56+
<h2>Example 3 - API End-Point</h2>
57+
<pre>
58+
&lt;meta name="ai:content-api" content="https://procstack.github.io/bots/"&gt;
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

Comments
 (0)