Agent readiness report
mapusoft.com
What an AI agent can and cannot do on this site, measured by an unauthenticated crawl and scored against the published rubric.
Scanned · rubric v1.0.1 · scored as a e-commerce site · re-scan (results are cached for seven days)
What to fix first
Ranked by impact first, then by how cheap the fix is — the same ordering the engine uses.
Missing: type-specific markup (Product, Offer). For a ecommerce site, Product or Offer is what lets an agent understand what you actually offer rather than that you exist.
Fix: 4 of 30 inputs have no associated label; 2 input(s) use the wrong type for their content; at least one form has no real submit button. A placeholder is not a label — an agent filling your form has no way to know what an unlabelled field wants.
Found API documentation link. A second machine surface — an OpenAPI spec or an MCP server — takes this to full marks.
llms.txt exists but only 0 links carry a description. Add a short description after each link — an undescribed link list gives a model no basis for choosing what to fetch.
Fix: shipping and returns pages not both linked.
Every check, with the evidence
No finding without evidence: each result shows what we actually captured during the crawl.
ADiscovery & access
- A1Fail
robots.txt exists and parses
0/2robots.txt returned 500. Serve it as a 200 with plain text.
What we captured
{ "status": 500 } - A2Pass
Major AI crawlers allowed
6/6What we captured
{ "of": 6, "allowed": 6, "blocked": [] } - A3Partial
XML sitemap valid and referenced
2/3Fix: not referenced from robots.txt. A sitemap referenced from robots.txt is how a crawler discovers pages that are not linked from the homepage.
What we captured
{ "exists": true, "urlCount": 159, "referencedInRobots": false } - A4Partial
llms.txt present
1/4llms.txt exists but only 0 links carry a description. Add a short description after each link — an undescribed link list gives a model no basis for choosing what to fetch.
What we captured
{ "present": true, "anyLinks": 105, "llmsFullTxt": false, "describedLinks": 0 } - A5Pass
Bot user-agent HTTP health
3/3What we captured
{ "probes": [ { "name": "GPTBot", "status": 200, "ttfbMs": 421 }, { "name": "ClaudeBot", "status": 200, "ttfbMs": 139 }, { "name": "PerplexityBot", "status": 200, "ttfbMs": 157 } ], "medianTtfbMs": 157, "edgeBlockingDespiteRobots": false } - A6Pass
No hard interstitial
2/2What we captured
{ "markers": [] } - A7Pass
Server-rendered content parity
5/5What we captured
{ "ratio": 1, "rawTextLength": 3317, "renderedTextLength": 2881 }
BUnderstanding
- B1Pass
JSON-LD present and valid
5/5What we captured
{ "pagesCrawled": 4, "pagesWithValidJsonLd": 4, "homepageHasValidJsonLd": true, "pagesWithInvalidJsonLd": 0 } - B2Partial
Correct schema types for the site type
2/5Missing: type-specific markup (Product, Offer). For a ecommerce site, Product or Offer is what lets an agent understand what you actually offer rather than that you exist.
What we captured
{ "matched": [], "missing": [ "type-specific markup (Product, Offer)" ], "siteType": "ecommerce", "typesFound": [ "BreadcrumbList", "ImageObject", "ListItem", "Organization", "PostalAddress", "WebPage", "WebSite" ] } - B3Fail
Semantic HTML structure
0/4Headings and landmarks are how a machine builds an outline of the page. One h1, no skipped levels, and real main/nav/footer elements — all template-level fixes, applied once.
What we captured
{ "problems": [ "https://mapusoft.com: 0 h1 elements", "https://mapusoft.com: missing main", "https://mapusoft.com/contact/: skipped heading level", "https://mapusoft.com/contact/: missing main", "https://mapusoft.com/demo/: 0 h1 elements", "https://mapusoft.com/demo/: missing main", "https://mapusoft.com/appcoe/: 0 h1 elements", "https://mapusoft.com/appcoe/: skipped heading level", "https://mapusoft.com/appcoe/: missing main" ], "singleH1": 1, "allLandmarks": 0, "pagesCrawled": 4, "noSkippedLevels": 2 } - B4Partial
Meta and Open Graph
2/3Fix: 3 description(s) outside 50–160 characters.
What we captured
{ "goodTitles": 4, "pagesCrawled": 4, "uniqueTitles": true, "goodDescriptions": 1, "completeOpenGraph": 4 } - B5Partial
Clean text ratio
2/3Visible text is 8.7% of your markup. Deeply nested wrapper elements make a page expensive to parse and dilute the content an agent extracts. Script and style contents are already excluded from this measure, so this is markup weight, not framework overhead.
What we captured
{ "perPage": [ 0.037, 0.155, 0.075, 0.082 ], "averageRatio": 0.087 } - B6Fail
Alt text coverage
0/239 of 74 content images have no alt text. An agent cannot see the image; the alt attribute is the only description it gets.
What we captured
{ "withAlt": 35, "coverage": 0.47, "contentImages": 74 } - B7Partial
Canonical and duplication hygiene
2/3Fix: www/non-www or http/https variants do not resolve to one canonical host. Duplicate hosts split whatever authority the page has earned.
What we captured
{ "hostVariants": [ { "url": "https://www.mapusoft.com", "status": 500 }, { "url": "http://mapusoft.com", "status": 500 } ], "pagesCrawled": 4, "selfConsistentCanonicals": 4 }
CActionability
- C1Partial
Form usability
2.6/5Fix: 4 of 30 inputs have no associated label; 2 input(s) use the wrong type for their content; at least one form has no real submit button. A placeholder is not a label — an agent filling your form has no way to know what an unlabelled field wants.
What we captured
{ "forms": 6, "inputs": 30, "realSubmit": false, "unlabelled": 4, "wrongTypes": 2 } - C2Partial
Navigable link graph
1/4Fix: 9 clickable element(s) that are not anchors — an agent cannot follow a div; 31% of links use contextless text like "click here".
What we captured
{ "anchors": 36, "genericLinks": 11, "genericRatio": 0.31, "hasBreadcrumb": true, "clickableNonAnchors": 9 } - C3Partial
Interactive element semantics
2/4Fix: 9 element(s) act as buttons without being buttons. A div with a click handler is invisible to anything driving the page programmatically.
What we captured
{ "realButtons": 0, "positiveTabindex": 0, "clickableNonButtons": 9, "keyboardTrapsTested": false } - C4Partial
Machine endpoints and agent manifests
3/5Found API documentation link. A second machine surface — an OpenAPI spec or an MCP server — takes this to full marks.
What we captured
{ "found": [ "API documentation link" ] } - C5Fail
Commerce actionability
0/4Fix: no product page reachable within the crawl depth; no Offer schema carrying price and availability; cart or checkout path did not return 200 without login; no guest or express checkout signal detected. Agentic commerce depends on an agent being able to read a price and reach a checkout without an account.
What we captured
{ "offerSchema": false, "cartReachable": false, "expressCheckout": false, "productPageFound": false } - C6Pass
On-site search
3/3What we captured
{ "usesGet": true, "searchForm": true, "searchAction": false }
DTrust & freshness
- D1Partial
Transport security
3/4Fix: no Strict-Transport-Security header.
What we captured
{ "hsts": false, "tlsValid": true, "mixedContentReferences": 0 } - D2Pass
Verifiable identity
4/4What we captured
{ "sameAsCount": 4, "contactDiscoverable": true, "hasOrganizationSchema": true } - D3Partial
Policies discoverable
2/4Fix: shipping and returns pages not both linked.
What we captured
{ "hasTerms": true, "siteType": "ecommerce", "hasPrivacy": true, "hasReturns": false, "hasShipping": false } - D4Partial
Freshness signals
2/4Fix: only 0% of sitemap URLs modified in the last 90 days. Staleness is a ranking signal for models deciding what to cite.
What we captured
{ "sitemapUrls": 159, "withLastmod": 159, "visibleDates": true, "modifiedLast90Days": 0 } - D5Partial
Identity consistency
1/3Fix: site name differs across title, og:site_name and schema name. An unexplained name mismatch reads as a signal the site may not be what it claims.
What we captured
{ "title": "Global Leader in Embedded Software Reuse SolutionsMapuSoft", "hasFavicon": true, "hasOgImage": true, "ogSiteName": "MapuSoft", "schemaName": "Home" } - D6Fail
security.txt
0/2Publish /.well-known/security.txt with a Contact field and a future-dated Expires field. It is a five-line text file.
What we captured
{ "status": 500, "present": false } - D7Partial
Multi-page stability
2/4Fix: 2 page(s) did not return 200: https://mapusoft.com/faq/ (500), https://mapusoft.com/support/ (500).
What we captured
{ "nonOk": [ { "url": "https://mapusoft.com/faq/", "status": 500 }, { "url": "https://mapusoft.com/support/", "status": 500 } ], "slowPages": 0, "pagesCrawled": 6, "consistentTemplate": true }
Keep this report
Get the permanent link and the ranked fix list by email. One message, no list.
Want this fixed?
We audit in depth and implement the fixes — in your codebase or your CMS, scoped by architecture.
Own this site?
This report and its leaderboard entry come from a public crawl. Prove you own the domain with an email address on it, and you can hide the report or publish it again yourself, in minutes.
To block future scans instead, disallow AgentFriendlyRankBot in your robots.txt — see how our crawler works.
Scan your own site
Same rubric, same evidence standard, about a minute.