outbid.lol rank #47 · bid $399 · checked 2026-08-22
Mostly ready
20 of 25 checks pass · board median 70 · 3 of 91 scored 90+
AI crawler access
1007/7
Discovery
1003/3
Agent interfaces
603/5
Agent-usable responses
250/2
Machine readability
925/6
Identity and trust
1002/2
Is this your site? This score is from 2026-08-22 and does not update when you ship. Run it live and you get today’s answer in a few seconds.
Re-check pokerink.comEach one has a prompt written for a coding agent. Paste it into Claude Code, Cursor or whatever you build with. Or take all of them in one go.
RFC 9727 defines this path as where an agent looks for the APIs a site offers.
If you have a public API, list it at /.well-known/api-catalog. If you do not, this one is fair to ignore.
If you run an MCP server, this file is how an agent finds it without being told the URL.
Running an MCP server? Publish the card at /.well-known/mcp/server-card.json so an agent finds it on its own.
/api/seobuilder-agent-readiness-probe-404 answered 404 as text/html. An agent calling your API gets a page where it expected an error object.
Make every /api/ route answer with JSON on failure too: a real status, and a body with a message field. An HTML error page is a parse error to a caller.
/seobuilder-agent-readiness-probe-404 answered 404, but the body never says the page is missing. An agent reading the text alone cannot tell.
Return 404 or 410 for paths that do not exist, and put "404" or "Not found" in the title and the H1.
6,721 characters of text inside 1,64,761 bytes of HTML. Everything else is markup an agent pays for and cannot use.
Cut inlined state, framework payloads and repeated markup out of the HTML, or serve a markdown twin for agents that ask.
The same check runs on anything. It fetches the page once and reads what an assistant would read, which is the server’s HTML, with no JavaScript and no scrolling.
Rank and bid from outbid.lol on 2026-08-22. Not affiliated with them. Want this page taken down? Ask us and it goes, no argument.