← Back to search
40
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
other llms-txtapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

llms.txt Content

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Sign in — Hermes Agent</title> <style> /* Brand fonts shipped by @nous-research/ui — same files the SPA loads. */ @font-face { font-family: 'Collapse'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/Collapse-Regular.woff2') format('woff2'); } @font-face { font-family: 'Collapse'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/Collapse-Bold.woff2') format('woff2'); } @font-face { font-family: 'Rules Compressed'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/RulesCompressed-Regular.woff2') format('woff2'); } @font-face { font-family: 'Rules Compressed'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/RulesCompressed-Medium.woff2') format('woff2'); } :root { --background-base: #170d02; --background: #170d02; --midground: #ffac02; --foreground: #ffffff; --hairline: color-mix(in srgb, #ffac02 18%, transparent); --hairline-strong: color-mix(in srgb, #ffac02 35%, transparent); } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; min-height: 100%; background: var(--background-base); color: var(--foreground); font-family: 'Collapse', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Subtle dot-grid backdrop — DS idiom (see `.dither` in globals.css). */ body { background-image: radial-gradient( ellipse at top, color-mix(in srgb, var(--midground) 6%, transparent) 0%, transparent 55% ), repeating-conic-gradient( color-mix(in srgb, var(--midgr