← 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 apillms-txt

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 http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="theme-color" content="#000000"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/static/favicon.svg"/> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/static/favicon.svg"/> <link rel="icon" type="image/png" href="/static/favicon.png" sizes="32x32"/> <link rel="icon" type="image/png" href="/static/favicon.png" sizes="16x16"/> <link rel="icon" type="image/svg" href="/static/favicon.svg" sizes="32x32"/> <link rel="icon" type="image/svg" href="/static/favicon.svg" sizes="16x16"/> <title>Star Charts</title> <meta name="description" content="StarCharts"/> <meta name="author" content="https://github/caarlos0"/> <link rel="stylesheet" href="/static/styles.css?v="> </head> <body> <div class="container index"> <a class="title" href="/"> <img src="/static/error.svg" alt="Stars"> <span class="title">starcharts</span> <span class="subtitle">Plot your repository stars over time.</span> </a> <hr /> <div class="main"> <p class="error">rate limited, please try again later</p> <form method="POST" action="/"> <label for="repository">Repository:</label><br> <input type="text" id="repository" name="repository" value="caarlos0/starcharts" placeholder="caarlos0/starcharts" autofocus="autofocus"><br> <button type="submit" class="full-width">Submit</button> </form> </div> </div> <script type="text/javascript"> const repository = document.querySelector('input#repository'); if (!repository) { throw n