Menu

Agent readiness report

colamco.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.

  1. 1B1

    JSON-LD present and valid

    High impact · Medium effort

    Add JSON-LD to the homepage. Organization or WebSite is the baseline, and it is what tells a machine who you are rather than making it infer that from prose.

  2. 2B2

    Correct schema types for the site type

    High impact · Medium effort

    Missing: Organization or WebSite sitewide; 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.

  3. 3C1

    Form usability

    High impact · Medium effort

    Fix: 27 of 29 inputs have no associated label; 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.

  4. 4C4

    Machine endpoints and agent manifests

    High impact · High effort

    No machine-readable endpoint of any kind. Most sites score zero here, which is exactly why it is the cheapest differentiation on this rubric: an agents.json is a static file, and a documented read-only API is usually a subset of something you already run.

  5. 5D2

    Verifiable identity

    Medium impact · Low effort

    Fix: no contact page or mailto link found; no Organization schema. sameAs links to a company profile are how a model corroborates that you are who the page says you are.

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/2

    robots.txt exists but contains no parseable directives. Check for HTML being served in its place.

    What we captured
    {
      "bytes": 199512,
      "status": 200,
      "directives": 0
    }
  • A2Pass

    Major AI crawlers allowed

    6/6
    What we captured
    {
      "of": 6,
      "allowed": 6,
      "blocked": []
    }
  • A3Partial

    XML sitemap valid and referenced

    1/3

    Fix: sitemap parsed to zero URLs; 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": 0,
      "referencedInRobots": false
    }
  • A4Partial

    llms.txt present

    1/4

    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.

    What we captured
    {
      "present": true,
      "anyLinks": 0,
      "llmsFullTxt": true,
      "describedLinks": 0
    }
  • A5Partial

    Bot user-agent HTTP health

    1/3

    Your robots.txt welcomes these agents, but GPTBot received 403 — the block is happening at your CDN or WAF, before robots.txt is ever read. Cloudflare in particular blocks AI crawlers by default on every plan. One setting change, and it is invisible until someone tests it.

    What we captured
    {
      "probes": [
        {
          "name": "GPTBot",
          "status": 403,
          "ttfbMs": 482
        },
        {
          "name": "ClaudeBot",
          "status": 200,
          "ttfbMs": 396
        },
        {
          "name": "PerplexityBot",
          "status": 200,
          "ttfbMs": 165
        }
      ],
      "medianTtfbMs": 396,
      "edgeBlockingDespiteRobots": true
    }
  • A6Partial

    No hard interstitial

    1/2

    Detected: 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"
      ]
    }
  • A7Not applicable

    Server-rendered content parity

    0/5

    No headless render was captured, so parity could not be measured. Re-run with rendering enabled.

    What we captured
    {
      "rendered": false
    }

BUnderstanding

  • B1Fail

    JSON-LD present and valid

    0/5

    Add JSON-LD to the homepage. Organization or WebSite is the baseline, and it is what tells a machine who you are rather than making it infer that from prose.

    What we captured
    {
      "pagesCrawled": 6,
      "pagesWithValidJsonLd": 0,
      "homepageHasValidJsonLd": false,
      "pagesWithInvalidJsonLd": 0
    }
  • B2Fail

    Correct schema types for the site type

    0/5

    Missing: Organization or WebSite sitewide; 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": [
        "Organization or WebSite sitewide",
        "type-specific markup (Product, Offer)"
      ],
      "siteType": "ecommerce",
      "typesFound": []
    }
  • B3Fail

    Semantic HTML structure

    0/4

    Headings 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://colamco.com: 0 h1 elements",
        "https://colamco.com: skipped heading level",
        "https://colamco.com/colamco/about-us: skipped heading level",
        "https://colamco.com/cart: 4 h1 elements",
        "https://colamco.com/cart: skipped heading level",
        "https://colamco.com/checkout: 0 h1 elements",
        "https://colamco.com/checkout: skipped heading level",
        "https://colamco.com/rma: 4 h1 elements",
        "https://colamco.com/rma: skipped heading level",
        "https://colamco.com/rma: missing main"
      ],
      "singleH1": 1,
      "allLandmarks": 5,
      "pagesCrawled": 6,
      "noSkippedLevels": 1
    }
  • B4Fail

    Meta and Open Graph

    0/3

    Fix: 3 title(s) outside 15–70 characters; duplicate titles across pages; 3 description(s) outside 50–160 characters; 6 page(s) missing og:title, og:description or og:image.

    What we captured
    {
      "goodTitles": 3,
      "pagesCrawled": 6,
      "uniqueTitles": false,
      "goodDescriptions": 3,
      "completeOpenGraph": 0
    }
  • B5Pass

    Clean text ratio

    3/3
    What we captured
    {
      "perPage": [
        0.107,
        0.108,
        0.087,
        0.1,
        0.128,
        0.156
      ],
      "averageRatio": 0.114
    }
  • B6Fail

    Alt text coverage

    0/2

    64 of 96 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": 32,
      "coverage": 0.33,
      "contentImages": 96
    }
  • B7Pass

    Canonical and duplication hygiene

    3/3
    What we captured
    {
      "hostVariants": [
        {
          "url": "https://www.colamco.com",
          "status": 200
        },
        {
          "url": "http://colamco.com",
          "status": 301,
          "location": "https://colamco.com/"
        }
      ],
      "pagesCrawled": 6,
      "selfConsistentCanonicals": 6
    }

CActionability

  • C1Partial

    Form usability

    1.21/5

    Fix: 27 of 29 inputs have no associated label; 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": 5,
      "inputs": 29,
      "realSubmit": false,
      "unlabelled": 27,
      "wrongTypes": 0
    }
  • C2Partial

    Navigable link graph

    2/4

    Fix: 11 clickable element(s) that are not anchors — an agent cannot follow a div.

    What we captured
    {
      "anchors": 544,
      "genericLinks": 16,
      "genericRatio": 0.03,
      "hasBreadcrumb": false,
      "clickableNonAnchors": 11
    }
  • C3Partial

    Interactive element semantics

    2/4

    Fix: 11 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": 19,
      "positiveTabindex": 0,
      "clickableNonButtons": 11,
      "keyboardTrapsTested": false
    }
  • C4Fail

    Machine endpoints and agent manifests

    0/5

    No machine-readable endpoint of any kind. Most sites score zero here, which is exactly why it is the cheapest differentiation on this rubric: an agents.json is a static file, and a documented read-only API is usually a subset of something you already run.

    What we captured
    {
      "found": []
    }
  • C5Partial

    Commerce actionability

    2/4

    Fix: no product page reachable within the crawl depth; no Offer schema carrying price and availability. 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": true,
      "expressCheckout": true,
      "productPageFound": false
    }
  • C6Partial

    On-site search

    1/3

    Search exists but posts rather than using a GET query parameter, so an agent cannot construct a results URL directly. Switching to GET is usually a one-line change, and advertising it via WebSite SearchAction schema makes it discoverable.

    What we captured
    {
      "param": "site-search",
      "usesGet": false,
      "searchForm": true,
      "searchAction": false
    }

DTrust & freshness

  • D1Pass

    Transport security

    4/4
    What we captured
    {
      "hsts": true,
      "tlsValid": true,
      "mixedContentReferences": 0
    }
  • D2Fail

    Verifiable identity

    0/4

    Fix: no contact page or mailto link found; no Organization schema. sameAs links to a company profile are how a model corroborates that you are who the page says you are.

    What we captured
    {
      "sameAsCount": 0,
      "contactDiscoverable": false,
      "hasOrganizationSchema": false
    }
  • D3Fail

    Policies discoverable

    0/4

    Fix: no privacy policy linked; shipping and returns pages not both linked.

    What we captured
    {
      "hasTerms": false,
      "siteType": "ecommerce",
      "hasPrivacy": false,
      "hasReturns": false,
      "hasShipping": false
    }
  • D4Fail

    Freshness signals

    0/4

    Fix: sitemap has no lastmod values; only 0% of sitemap URLs modified in the last 90 days; no visible dates on content. Staleness is a ranking signal for models deciding what to cite.

    What we captured
    {
      "sitemapUrls": 0,
      "withLastmod": 0,
      "visibleDates": false,
      "modifiedLast90Days": 0
    }
  • D5Partial

    Identity consistency

    1/3

    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.

    What we captured
    {
      "title": "IT Lifecycle & Device Procurement | COLAMCO",
      "hasFavicon": true,
      "hasOgImage": true,
      "ogSiteName": "",
      "schemaName": ""
    }
  • D6Fail

    security.txt

    0/2

    Publish /.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
    }
  • D7Pass

    Multi-page stability

    4/4
    What we captured
    {
      "nonOk": [],
      "slowPages": 0,
      "pagesCrawled": 6,
      "consistentTemplate": true
    }
33F
Discovery & access10/25
Understanding6/25
Actionability8.21/25
Trust & freshness9/25

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.

Run a free scan →

Compare colamco.com with another site →