Request: Native support for llms.txt and ai-agent.json to meet "Agent-Ready" standards #1008
marcusbellamyshaw-cell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently running a production site (everybittexas.com) on EmDash v0.x. While the platform is marketed as "Agent-Native," a recent audit of the site’s AI readiness returned a score of only 42/100.
The Problem:
The site is failing basic discovery and metadata audits because EmDash does not currently generate or support the following "Agent Handshake" files out of the box:
llms.txt: Missing from the root directory.
ai-agent.json: Missing from the /.well-known/ directory.
Discovery metadata: Auditor flags missing optimizations for robots.txt and ads.txt relative to AI crawler transparency.
Evidence:
Please see the attached audit report. Despite the site being served via Cloudflare Workers and utilizing a clean EmDash/Astro build, it remains largely "invisible" or "unstructured" to modern AI agents looking for these specific entry points.
Requested Resolution:
Plugin or Core Update: Native generation of llms.txt based on existing site metadata.
Well-Known Directory Support: Automated generation of /.well-known/ai-agent.json to define agent permissions and capabilities.
Documentation: Clear guidance on how to optimize EmDash "Seeds" to ensure they are fully ingestible by LLMs.
As EmDash is in its early stages, having these files as a standard feature would solidify its position as the go-to CMS for the agentic web.
https://isitagentready.com/everybittexas.com
Beta Was this translation helpful? Give feedback.
All reactions