← 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>nullpath — shut down</title> <meta name="description" content="nullpath has been shut down." /> <meta name="robots" content="noindex" /> <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> <link rel="icon" href="/favicon.ico" sizes="any" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta property="og:title" content="nullpath — shut down" /> <meta property="og:description" content="nullpath has been shut down." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://nullpath.com/" /> <style> :root { --bg: #030712; --fg: #e5e7eb; --muted: #6b7280; --accent: #29dda1; } * { box-sizing: border-box; } html, body { height: 100%; } body { margin: 0; background: var(--bg); color: var(--fg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; display: flex; align-items: center; justify-content: center; padding: 2rem; line-height: 1.6; } main { max-width: 32rem; width: 100%; } .mark { width: 40px; height: 40px; margin-bottom: 2rem; opacity: 0.9; } h1 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 1.75rem; color: #fff; } h1 .dot { color: var(--accent); } p { margin: 0 0 0.875rem; font-size: 0.9375rem; color: var(--fg); } p.muted { color: var(--muted);