← Back to search
30
Basic
Agentic Readiness Score
other llms-txtai

Agentic Signals

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

Embed this badge

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

Agentic Ready 30/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="google-site-verification" content="WTPxMu3X1Dk4L7_-QTPpIKH2T2tRhZIsPtXwFrB-ZIE" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BJJ Belt Progress — AI Coach</title> <meta name="description" content="The only BJJ tracker built around the IBJJF graduation system. Know exactly when you're ready for your next belt."> <meta property="og:image" content="/og-image.png"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Inter:wght@400;500&display=swap" rel="stylesheet"> <style> :root { --bg: #080808; --surface: #111111; --border: #2A2A2A; --primary: #6366F1; --primary-dim: rgba(99,102,241,0.12); --gold: #D4AF37; --gold-dim: rgba(212,175,55,0.12); --text: #FFFFFF; --text-secondary: #AAAAAA; --text-tertiary: #666666; --success: #16A34A; --error: #DC2626; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; } h1, h2, h3, .headline, .eyebrow, button, .btn { font-family: 'Montserrat', sans-serif; } /* ─── LANG SWITCHER ─── */ .lang-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: flex-end; align-items: center; padding: 12px 24px; background: rgba(8,8,8,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); } .lang-bar span { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-tertiary); cursor: pointer; margin-left: 20px; transition: color 0.2s; } .lang-bar