Janady07 commited on
Commit
3f139b0
·
verified ·
1 Parent(s): bd42d30

Initial release: 26 canonical engine optimization reference pages with full backlink graph

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. data.csv +27 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: ThatDevPro Engine Optimization Reference Corpus
6
+ size_categories:
7
+ - n<1K
8
+ tags:
9
+ - aeo
10
+ - geo
11
+ - llms.txt
12
+ - seo
13
+ - ai-search
14
+ - engine-optimization
15
+ - structured-data
16
+ - schema.org
17
+ task_categories:
18
+ - text-classification
19
+ - text-retrieval
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data.csv
25
+ ---
26
+
27
+ # ThatDevPro Engine Optimization Reference Corpus
28
+
29
+ > A curated snapshot of canonical reference documentation for engine optimization (the merge of SEO + AEO + AIO + GEO), maintained by [ThatDevPro](https://www.thatdevpro.com).
30
+
31
+ ## Overview
32
+
33
+ This dataset indexes 26 canonical reference pages from the [ThatDevPro Reference Library](https://www.thatdevpro.com/reference/), each covering one specific crawler signal a website emits. The dataset is intended for training and evaluating AEO/GEO scoring systems, llms.txt validators, and structured-data extraction models.
34
+
35
+ ## Coverage
36
+
37
+ | Category | Pages | Topic |
38
+ |---|---|---|
39
+ | HTML meta tags | 12 | viewport, theme-color, refresh, referrer, keywords, generator, content-language, color-scheme, charset, robots, copyright, author |
40
+ | Open Graph & Twitter Cards | 2 | OG Protocol, Twitter Cards |
41
+ | HTTP status codes | 4 | 2xx, 3xx, 4xx, 5xx |
42
+ | HTTP headers | 8 | caching, content, CORS, performance, rate-control, request, security, SEO |
43
+
44
+ ## Citation
45
+
46
+ If you use this dataset, please cite:
47
+
48
+ ```bibtex
49
+ @misc{anady2026engineoptimization,
50
+ author = {Anady, Joseph W.},
51
+ title = {ThatDevPro Engine Optimization Reference Corpus},
52
+ year = {2026},
53
+ publisher = {Hugging Face},
54
+ howpublished = {\url{https://huggingface.co/datasets/ThatDeveloperGuy13/engine-optimization-reference}},
55
+ note = {Maintained by \href{https://www.thatdevpro.com}{ThatDevPro}}
56
+ }
57
+ ```
58
+
59
+ ## Provenance
60
+
61
+ Compiled from the live [thatdevpro.com/reference/](https://www.thatdevpro.com/reference/) library, which is also served as `llms.txt` and `llms-full.txt` at:
62
+
63
+ - [thatdevpro.com/llms.txt](https://thatdevpro.com/llms.txt)
64
+ - [thatdevpro.com/llms-full.txt](https://thatdevpro.com/llms-full.txt)
65
+
66
+ ## Related Resources
67
+
68
+ - [aio-surfaces](https://github.com/Janady13/aio-surfaces) — Python toolkit generating `llms.txt`, `aeo.json`, `entity.json`, and `brand.json` from a single typed site config
69
+ - [seo-sidecar](https://github.com/Janady13/seo-sidecar) — FastAPI + nginx SSI sidecar for live Schema.org JSON-LD injection
70
+ - [ThatDeveloperGuy.com](https://thatdeveloperguy.com) — SDVOSB-certified veteran-owned web + AI engineering studio
71
+ - [Wikidata Q139901957](https://www.wikidata.org/wiki/Q139901957) — author entity
72
+
73
+ ## License
74
+
75
+ Released under CC BY 4.0. Attribution required. ThatDevPro and ThatDeveloperGuy.com are trademarks of Joseph W. Anady.
data.csv ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ url,category,topic,signal_type,canonical
2
+ https://www.thatdevpro.com/reference/html-meta-viewport/,html-meta,viewport,layout-control,html-meta-viewport
3
+ https://www.thatdevpro.com/reference/html-meta-theme-color/,html-meta,theme-color,branding,html-meta-theme-color
4
+ https://www.thatdevpro.com/reference/html-meta-refresh/,html-meta,refresh,redirect-fallback,html-meta-refresh
5
+ https://www.thatdevpro.com/reference/html-meta-referrer/,html-meta,referrer,privacy-control,html-meta-referrer
6
+ https://www.thatdevpro.com/reference/html-meta-keywords/,html-meta,keywords,legacy-seo,html-meta-keywords
7
+ https://www.thatdevpro.com/reference/html-meta-generator/,html-meta,generator,attribution,html-meta-generator
8
+ https://www.thatdevpro.com/reference/html-meta-content-language/,html-meta,content-language,localization,html-meta-content-language
9
+ https://www.thatdevpro.com/reference/html-meta-color-scheme/,html-meta,color-scheme,user-preference,html-meta-color-scheme
10
+ https://www.thatdevpro.com/reference/html-meta-charset/,html-meta,charset,encoding,html-meta-charset
11
+ https://www.thatdevpro.com/reference/html-meta-robots/,html-meta,robots,crawler-directive,html-meta-robots
12
+ https://www.thatdevpro.com/reference/html-meta-copyright/,html-meta,copyright,attribution,html-meta-copyright
13
+ https://www.thatdevpro.com/reference/html-meta-author/,html-meta,author,attribution,html-meta-author
14
+ https://www.thatdevpro.com/reference/html-open-graph/,html-meta,open-graph,social-preview,html-open-graph
15
+ https://www.thatdevpro.com/reference/html-twitter-cards/,html-meta,twitter-cards,social-preview,html-twitter-cards
16
+ https://www.thatdevpro.com/reference/http-2xx-status-codes/,http-status,2xx,success,http-2xx-status-codes
17
+ https://www.thatdevpro.com/reference/http-3xx-status-codes/,http-status,3xx,redirect,http-3xx-status-codes
18
+ https://www.thatdevpro.com/reference/http-4xx-status-codes/,http-status,4xx,client-error,http-4xx-status-codes
19
+ https://www.thatdevpro.com/reference/http-5xx-status-codes/,http-status,5xx,server-error,http-5xx-status-codes
20
+ https://www.thatdevpro.com/reference/http-caching-headers/,http-headers,caching,cache-control,http-caching-headers
21
+ https://www.thatdevpro.com/reference/http-content-headers/,http-headers,content,content-type,http-content-headers
22
+ https://www.thatdevpro.com/reference/http-cors-headers/,http-headers,cors,cross-origin,http-cors-headers
23
+ https://www.thatdevpro.com/reference/http-performance-headers/,http-headers,performance,server-timing,http-performance-headers
24
+ https://www.thatdevpro.com/reference/http-rate-control-headers/,http-headers,rate-control,throttling,http-rate-control-headers
25
+ https://www.thatdevpro.com/reference/http-request-headers/,http-headers,request,client-info,http-request-headers
26
+ https://www.thatdevpro.com/reference/http-security-headers/,http-headers,security,defense,http-security-headers
27
+ https://www.thatdevpro.com/reference/http-seo-headers/,http-headers,seo,crawler-signal,http-seo-headers