← 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 →
ai-tools 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 name="viewport" content="width=device-width, initial-scale=1"> <title>Adam Łucek</title> <meta name="description" content="Adam Łucek's Personal Website"> <link rel="canonical" href="https://lucek.ai/"> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Adam Łucek"> <meta property="og:title" content="Adam Łucek"> <meta property="og:description" content="Adam Łucek's Personal Website"> <meta property="og:url" content="https://lucek.ai/"> <meta property="og:image" content="https://lucek.ai/assets/social/square_me.png"> <meta property="og:image:alt" content="Adam Łucek profile image"> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Adam Łucek"> <meta name="twitter:description" content="Adam Łucek's Personal Website"> <meta name="twitter:image" content="https://lucek.ai/assets/social/square_me.png"> <!-- Favicons --> <link rel="icon" type="image/x-icon" href="assets/favicons/favicon.ico"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"> <!-- Early theme detection BEFORE styles to prevent flash and transitions --> <script> (function() { try { var savedTheme = localStorage.getItem('theme'); if (!savedTheme) { // Fallback to system preference if no saved theme var prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; savedTheme = prefersDark ? 'dark' : 'light'; } var docEl = document.documentElement; docEl.setAttribute('data-theme', savedTheme);