← Back to search
25
Basic
Agentic Readiness Score
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-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not 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 25/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="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Archive.st - Save The Internet. You can't save them all."> <meta name="author" content="Mr. Watson"> <link rel="shortcut icon" href="https://Archive.st/favicon.png"> <title>Archive.st - Archive Not Found }Err@Er{</title> <link rel="apple-touch-icon" sizes="180x180" href="https://Archive.st/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://Archive.st/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://Archive.st/favicon-16x16.png"> <link rel="manifest" href="https://Archive.st/manifest.json"> <link rel="mask-icon" href="https://Archive.st/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; color: #333; overflow-x: hidden; } .container { background: rgba(255, 255, 255, 0.95); padding: 3rem; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); max-width: 800px; width: 90%; margin: 2rem auto; backdrop-filter: blur(10px); animation: slideIn 0.8s ease-out; position: relative; } @keyframes slideIn { from { opacity: 0; transform: translateY(-50px); } to {