Frontmatter
| id | 9601 |
| title | Enhance SSR Proxy to Serve Raw Markdown for llms.txt Optimization |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Mar 30, 2026, 11:53 PM |
| updatedAt | Mar 31, 2026, 12:41 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9601 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 31, 2026, 12:41 AM |
Enhance SSR Proxy to Serve Raw Markdown for llms.txt Optimization
Closedenhancementai
Currently, the
llms.txtgeneration in theneorepository points AI crawlers to the deep application HTML routes. While this works, it forces AI agents to parse complex HTML DOMs, which is highly inefficient and prone to token bloat.To establish true Generative Engine Optimization (GEO):
middleware-v2reverse proxy server must be updated to explicitly intercept and serve our repository's.mdfiles natively via a new/raw/*API endpoint (drawing directly from thenode_modules/neo.mjs/paths thatfetchContent.mjssynchronizes).neoSEO generation script (buildScripts/docs/seo/generate.mjs) must be refactored to pointllms.txtto these new direct Markdown endpoints.This will provide AIs like OpenAI and Anthropic with pure, high-signal data.