CoolFace
Datasetpublic

ThatDeveloperGuy13/aeo-citation-tracking-schema

AEO Citation Tracking Schema A reference schema for tracking when and how AI search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) cite a website. Designed as a starting point for AEO/GEO/LLMO monitoring tools. Maintained by ThatDevPro. Background Answer Engine Optimization (AEO), Generative Engine Optimization (GEO), and LLM Optimization (LLMO) are emerging disciplines tracking how brands appear in AI-generated answers across: ChatGPT… See the full description on the dataset page: https://huggingface.co/datasets/ThatDeveloperGuy13/aeo-citation-tracking-schema.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes7downloads
Dataset Card

AEO Citation Tracking Schema

A reference schema for tracking when and how AI search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) cite a website. Designed as a starting point for AEO/GEO/LLMO monitoring tools. Maintained by ThatDevPro.

Background

Answer Engine Optimization (AEO), Generative Engine Optimization (GEO), and LLM Optimization (LLMO) are emerging disciplines tracking how brands appear in AI-generated answers across:

  • ChatGPT (OpenAI) — includes web search via SearchGPT
  • Claude (Anthropic) — includes web search via claude.ai
  • Perplexity — citation-first AI search
  • Gemini (Google) — includes AI Overviews in Google Search
  • Copilot (Microsoft) — Bing AI mode
  • Grok (xAI) — Twitter/X AI search

This dataset defines a minimal, normalized schema for tracking citation events across these engines.

Schema columns

FieldTypeDescription
engineenumchatgpt / claude / perplexity / gemini / copilot / grok / other
querystringThe user query that triggered the citation
cited_urlstringURL of the cited page
cited_domainstringRoot domain
positionintCitation order in the answer (1 = first)
confidencefloat0.0-1.0 (model-reported or inferred)
query_categorystringinformational / transactional / navigational / commercial
verticalstringIndustry vertical (cleaning, tax, legal, etc.)
geographic_intentstringLocal / national / international / none
devicestringmobile / desktop / api
countrystringISO-3166
languagestringISO 639-1
timestamp_utcdatetimeWhen citation was observed
query_idstringStable hash of the query for deduplication

Use cases

  • Bootstrap an AEO monitoring tool (database schema, API design)
  • Benchmark consistency of citation across engines
  • Detect citation hallucinations (URL doesn't match content)
  • Research geographic and vertical patterns in AI citation
  • Compete with platforms like AthenaHQ, Profound, Bluefish AI, Otterly.AI on a free + open standard

Related Resources

Citation

bibtex
@misc{anady2026aeoschema,
  author = {Anady, Joseph W.},
  title = {AEO Citation Tracking Schema},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/ThatDeveloperGuy13/aeo-citation-tracking-schema},
}

License

CC BY 4.0. Free reuse with attribution.