Commit 1d1cf6b
docs(seo): improve Open Graph, structured data, and LLM discoverability (#65)
* docs(seo): improve Open Graph, structured data, and LLM discoverability
Add missing OG meta tags (og:type, og:site_name, og:locale), twitter:card
type, hreflang x-default for i18n, and per-page markdown alternate links
pointing to raw GitHub source for LLM agents. Enrich SoftwareApplication
and TechArticle JSON-LD schemas with version, license, author, and
mainEntityOfPage fields.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(seo): generate llms-full.txt with concatenated documentation
Add a build-time script that concatenates all English docs into a single
llms-full.txt file for LLM agents. Strips frontmatter, JSX components,
and Starlight directives, keeping only prose and code blocks. Runs
automatically before `astro build` via the docs build script.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3d3b1f1 commit 1d1cf6b
6 files changed
Lines changed: 4005 additions & 2 deletions
File tree
- docs
- public
- scripts
- src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
109 | 125 | | |
110 | 126 | | |
111 | 127 | | |
| |||
130 | 146 | | |
131 | 147 | | |
132 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
133 | 153 | | |
134 | 154 | | |
135 | 155 | | |
| |||
177 | 197 | | |
178 | 198 | | |
179 | 199 | | |
| 200 | + | |
180 | 201 | | |
| 202 | + | |
| 203 | + | |
181 | 204 | | |
182 | 205 | | |
183 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments