<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aaron</title>
    <description>The latest articles on DEV Community by Aaron (@aaron_fed7cd265956537ebba).</description>
    <link>https://dev.to/aaron_fed7cd265956537ebba</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3889775%2Fa5ec7ab6-2752-4d21-9001-d4b2cf781e49.png</url>
      <title>DEV Community: Aaron</title>
      <link>https://dev.to/aaron_fed7cd265956537ebba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aaron_fed7cd265956537ebba"/>
    <language>en</language>
    <item>
      <title>GEO Ghost Stack — Seven-Layer Structured Data That Makes AI Systems Cite Your Site</title>
      <dc:creator>Aaron</dc:creator>
      <pubDate>Mon, 20 Apr 2026 22:50:22 +0000</pubDate>
      <link>https://dev.to/aaron_fed7cd265956537ebba/geo-ghost-stack-seven-layer-structured-data-that-makes-ai-systems-cite-your-site-5fln</link>
      <guid>https://dev.to/aaron_fed7cd265956537ebba/geo-ghost-stack-seven-layer-structured-data-that-makes-ai-systems-cite-your-site-5fln</guid>
      <description>&lt;p&gt;A blank white page became the #1 cited source in Perplexity within 36 hours — no visible content, just seven layers of machine-readable signals hidden underneath. This is a reusable agent skill that lets you audit and scaffold those same layers on any website.&lt;/p&gt;

&lt;p&gt;The seven layers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Semantic meta tags + VibeTags (brand signals for crawlers)&lt;/li&gt;
&lt;li&gt;JSON-LD structured data (schema.org (&lt;a href="http://schema.org/" rel="noopener noreferrer"&gt;http://schema.org/&lt;/a&gt;) — Organization, Person, FAQPage, Service)&lt;/li&gt;
&lt;li&gt;sr-only narrative (DOM content accessible to screen readers and AI, no visual render)&lt;/li&gt;
&lt;li&gt;Microdata attributes (inline entity markup)&lt;/li&gt;
&lt;li&gt;llms.txt (emerging standard — like robots.txt but for LLMs)&lt;/li&gt;
&lt;li&gt;reasoning.json (Ed25519-signed claims via the Agentic Reasoning Protocol / IETF draft-deforth-arp-00)&lt;/li&gt;
&lt;li&gt;/.well-known/ai-manifest.json (AI bot discovery manifest)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Includes an audit script that scores any URL 0–100 across all seven layers, and a scaffold script that generates the full stack from a YAML config. Works as an agent skill for Claude Code, OpenClaw, Codex CLI, Cursor — or standalone via the Python scripts.&lt;/p&gt;

&lt;p&gt;Based on the phantomauthority.ai (&lt;a href="http://phantomauthority.ai/" rel="noopener noreferrer"&gt;http://phantomauthority.ai/&lt;/a&gt;) experiment by Sascha Deforth, who proved that RAG systems have zero content provenance verification and published the fix as an IETF Internet-Draft. We use it honestly — backing every layer with real content and real claims — for AI visibility work with businesses in Phnom Penh.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/blkfoxco/geo-ghost-stack-skill" rel="noopener noreferrer"&gt;https://github.com/blkfoxco/geo-ghost-stack-skill&lt;/a&gt;&lt;br&gt;
Live example: &lt;a href="https://openclawphnompenh.com" rel="noopener noreferrer"&gt;https://openclawphnompenh.com&lt;/a&gt; (&lt;a href="https://openclawphnompenh.com/" rel="noopener noreferrer"&gt;https://openclawphnompenh.com/&lt;/a&gt;) (llms.txt, JSON-LD, meta layers deployed)&lt;br&gt;
Original experiment: &lt;a href="https://phantomauthority.ai" rel="noopener noreferrer"&gt;https://phantomauthority.ai&lt;/a&gt; (&lt;a href="https://phantomauthority.ai/" rel="noopener noreferrer"&gt;https://phantomauthority.ai/&lt;/a&gt;)&lt;br&gt;
ARP Protocol: &lt;a href="https://arp-protocol.org" rel="noopener noreferrer"&gt;https://arp-protocol.org&lt;/a&gt; (&lt;a href="https://arp-protocol.org/" rel="noopener noreferrer"&gt;https://arp-protocol.org/&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>llm</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
