Agent readiness report
mozeus.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.
robots.txt blocks GPTBot, Google-Extended. If that is deliberate, nothing to do. If it is inherited from a template or a platform default, add explicit Allow directives — these agents are how a growing share of buyers now reach you.
Found API documentation link. A second machine surface — an OpenAPI spec or an MCP server — takes this to full marks.
GPTBot received 429, ClaudeBot received 429. Allow these agents through at the edge as well as in robots.txt.
Fix: shipping and returns pages not both linked.
Fix: 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.
Every check, with the evidence
No finding without evidence: each result shows what we actually captured during the crawl.
ADiscovery & access
- A1Pass
robots.txt exists and parses
2/2What we captured
{ "groups": 3, "status": 200, "sitemaps": 2 } - A2Partial
Major AI crawlers allowed
4/6robots.txt blocks GPTBot, Google-Extended. If that is deliberate, nothing to do. If it is inherited from a template or a platform default, add explicit Allow directives — these agents are how a growing share of buyers now reach you.
What we captured
{ "of": 6, "allowed": 4, "blocked": [ "GPTBot", "Google-Extended" ] } - A3Pass
XML sitemap valid and referenced
3/3What we captured
{ "exists": true, "urlCount": 4, "referencedInRobots": true } - A4Partial
llms.txt present
3/4Add an llms-full.txt containing your key content as one markdown document. Agents that need the substance can then read it in a single fetch instead of a dozen.
What we captured
{ "present": true, "llmsFullTxt": false, "describedLinks": 63 } - A5Partial
Bot user-agent HTTP health
1/3GPTBot received 429, ClaudeBot received 429. Allow these agents through at the edge as well as in robots.txt.
What we captured
{ "probes": [ { "name": "GPTBot", "status": 429, "ttfbMs": 397 }, { "name": "ClaudeBot", "status": 429, "ttfbMs": 161 }, { "name": "PerplexityBot", "status": 200, "ttfbMs": 639 } ], "medianTtfbMs": 397, "edgeBlockingDespiteRobots": false } - A6Partial
No hard interstitial
1/2Detected: Cookie wall. An agent cannot dismiss a consent dialog or solve a challenge — whatever sits behind it is unreachable. Cookieless analytics removes the need for a banner entirely.
What we captured
{ "markers": [ "Cookie wall" ] } - A7Pass
Server-rendered content parity
5/5What we captured
{ "ratio": 1, "rawTextLength": 9132, "renderedTextLength": 4347 }
BUnderstanding
- B1Pass
JSON-LD present and valid
5/5What we captured
{ "pagesCrawled": 6, "pagesWithValidJsonLd": 6, "homepageHasValidJsonLd": true, "pagesWithInvalidJsonLd": 0 } - B2Pass
Correct schema types for the site type
5/5What we captured
{ "matched": [ "Offer" ], "missing": [], "siteType": "ecommerce", "typesFound": [ "AggregateOffer", "BreadcrumbList", "CollectionPage", "Country", "EntryPoint", "GeoCoordinates", "ImageObject", "ListItem", "Offer", "OfferCatalog", "Organization", "PostalAddress", "SearchAction", "Service", "Thing", "WebPage", "WebSite" ] } - B3Partial
Semantic HTML structure
2/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://mozeus.com: missing main, footer", "https://mozeus.com/about/: missing main, footer", "https://mozeus.com/faq/: missing main, footer", "https://mozeus.com/blog/: missing main, footer", "https://mozeus.com/web-ar/: missing main, footer", "https://mozeus.com/our-work/: missing main, footer" ], "singleH1": 6, "allLandmarks": 0, "pagesCrawled": 6, "noSkippedLevels": 6 } - B4Pass
Meta and Open Graph
3/3What we captured
{ "goodTitles": 6, "pagesCrawled": 6, "uniqueTitles": true, "goodDescriptions": 6, "completeOpenGraph": 6 } - B5Partial
Clean text ratio
2/3Visible text is 7.1% 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.083, 0.072, 0.091, 0.064, 0.06, 0.056 ], "averageRatio": 0.071 } - B6Partial
Alt text coverage
1/235 of 72 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": 37, "coverage": 0.51, "contentImages": 72 } - B7Pass
Canonical and duplication hygiene
3/3What we captured
{ "hostVariants": [ { "url": "https://www.mozeus.com", "status": 200 }, { "url": "http://mozeus.com", "status": 301, "location": "http://www.mozeus.com/" } ], "pagesCrawled": 6, "selfConsistentCanonicals": 6 }
CActionability
- C1Pass
Form usability
5/5What we captured
{ "forms": 6, "inputs": 6, "realSubmit": true, "unlabelled": 0, "wrongTypes": 0 } - C2Pass
Navigable link graph
4/4What we captured
{ "anchors": 124, "genericLinks": 6, "genericRatio": 0.05, "hasBreadcrumb": true, "clickableNonAnchors": 0 } - C3Pass
Interactive element semantics
4/4What we captured
{ "realButtons": 10, "positiveTabindex": 0, "clickableNonButtons": 0, "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" ] } - C5Partial
Commerce actionability
1/4Fix: no product page reachable within the crawl depth; 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": true, "cartReachable": false, "expressCheckout": false, "productPageFound": false } - C6Pass
On-site search
3/3What we captured
{ "usesGet": true, "searchForm": true, "searchAction": true }
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": false, "siteType": "ecommerce", "hasPrivacy": true, "hasReturns": false, "hasShipping": false } - D4Partial
Freshness signals
1/4Fix: sitemap has no lastmod values; 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": 4, "withLastmod": 0, "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": "Brand Activation Agency | Digital Engagement Solutions | MoZeus", "hasFavicon": true, "hasOgImage": true, "ogSiteName": "MoZeus Worldwide - Your Digital Partner.", "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": 404, "present": false } - D7Pass
Multi-page stability
4/4What we captured
{ "nonOk": [], "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.
Show off your score
Grade B or better earns the badge. It links back to this report and updates when your score does.
<a href="https://agentfriendlyrank.com/site/mozeus.com">
<img src="https://agentfriendlyrank.com/badge/mozeus.com.svg"
alt="Agent Readiness Score 75/100, grade B" height="20">
</a>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.