Menu

Agent readiness report

eendorsements.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 general 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. 1C1

    Form usability

    High impact · Medium effort

    Fix: 2 of 2 inputs have no associated label. A placeholder is not a label — an agent filling your form has no way to know what an unlabelled field wants.

  2. 2B1

    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.

  3. 3B2

    Correct schema types for the site type

    High impact · Medium effort

    Missing: type-specific markup (Article, FAQPage, Service, SoftwareApplication). For a other site, Article or FAQPage or Service or SoftwareApplication is what lets an agent understand what you actually offer rather than that you exist.

  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; Organization schema has no sameAs links. 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

  • A1Pass

    robots.txt exists and parses

    2/2
    What we captured
    {
      "groups": 2,
      "status": 200,
      "sitemaps": 1
    }
  • A2Pass

    Major AI crawlers allowed

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

    XML sitemap valid and referenced

    3/3
    What we captured
    {
      "exists": true,
      "urlCount": 1833,
      "referencedInRobots": true
    }
  • 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": false,
      "describedLinks": 0
    }
  • A5Partial

    Bot user-agent HTTP health

    2/3

    Median TTFB for bot agents was 1521ms, over the 1.5s budget. Agents time out faster than people do.

    What we captured
    {
      "probes": [
        {
          "name": "GPTBot",
          "status": 200,
          "ttfbMs": 320
        },
        {
          "name": "ClaudeBot",
          "status": 200,
          "ttfbMs": 1521
        },
        {
          "name": "PerplexityBot",
          "status": 200,
          "ttfbMs": 2534
        }
      ],
      "medianTtfbMs": 1521,
      "edgeBlockingDespiteRobots": false
    }
  • A6Pass

    No hard interstitial

    2/2
    What we captured
    {
      "markers": []
    }
  • A7Pass

    Server-rendered content parity

    5/5
    What we captured
    {
      "ratio": 1,
      "rawTextLength": 3558,
      "renderedTextLength": 3471
    }

BUnderstanding

  • B1Partial

    JSON-LD present and valid

    2/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": 3,
      "pagesWithValidJsonLd": 2,
      "homepageHasValidJsonLd": false,
      "pagesWithInvalidJsonLd": 0
    }
  • B2Partial

    Correct schema types for the site type

    2/5

    Missing: type-specific markup (Article, FAQPage, Service, SoftwareApplication). For a other site, Article or FAQPage or Service or SoftwareApplication is what lets an agent understand what you actually offer rather than that you exist.

    What we captured
    {
      "matched": [],
      "missing": [
        "type-specific markup (Article, FAQPage, Service, SoftwareApplication)"
      ],
      "siteType": "other",
      "typesFound": [
        "BreadcrumbList",
        "ListItem",
        "Organization",
        "ProfilePage",
        "SpeakableSpecification"
      ]
    }
  • B3Pass

    Semantic HTML structure

    4/4
    What we captured
    {
      "problems": [],
      "singleH1": 3,
      "allLandmarks": 3,
      "pagesCrawled": 3,
      "noSkippedLevels": 3
    }
  • B4Pass

    Meta and Open Graph

    3/3
    What we captured
    {
      "goodTitles": 3,
      "pagesCrawled": 3,
      "uniqueTitles": true,
      "goodDescriptions": 3,
      "completeOpenGraph": 3
    }
  • B5Partial

    Clean text ratio

    1/3

    Visible text is 4.4% 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.096,
        0.018,
        0.018
      ],
      "averageRatio": 0.044
    }
  • B6Pass

    Alt text coverage

    2/2
    What we captured
    {
      "contentImages": 0
    }
  • B7Partial

    Canonical and duplication hygiene

    1/3

    Fix: 3 page(s) missing or with a mismatched rel=canonical. Duplicate hosts split whatever authority the page has earned.

    What we captured
    {
      "hostVariants": [
        {
          "url": "https://www.eendorsements.com",
          "status": 307,
          "location": "/home"
        },
        {
          "url": "http://eendorsements.com",
          "status": 308,
          "location": "https://eendorsements.com/"
        }
      ],
      "pagesCrawled": 3,
      "selfConsistentCanonicals": 0
    }

CActionability

  • C1Partial

    Form usability

    2.44/6.11

    Fix: 2 of 2 inputs have no associated label. 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": 1,
      "inputs": 2,
      "realSubmit": true,
      "unlabelled": 2,
      "wrongTypes": 0
    }
  • C2Partial

    Navigable link graph

    3.67/4.89

    Fix: 13% of links use contextless text like "click here".

    What we captured
    {
      "anchors": 16,
      "genericLinks": 2,
      "genericRatio": 0.13,
      "hasBreadcrumb": false,
      "clickableNonAnchors": 0
    }
  • C3Pass

    Interactive element semantics

    4.89/4.89
    What we captured
    {
      "realButtons": 8,
      "positiveTabindex": 0,
      "clickableNonButtons": 0,
      "keyboardTrapsTested": false
    }
  • C4Fail

    Machine endpoints and agent manifests

    0/6.11

    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": []
    }
  • C5Not applicable

    Commerce actionability

    0/4

    Not a commerce site; these points are redistributed across C1–C4.

    What we captured
    {
      "siteType": "other"
    }
  • C6Fail

    On-site search

    0/3

    No on-site search found. If you have search, expose it as a GET form with a query parameter so an agent can jump straight to results.

    What we captured
    {
      "searchForm": false,
      "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; Organization schema has no sameAs links. 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": true
    }
  • D3Pass

    Policies discoverable

    4/4
    What we captured
    {
      "hasTerms": true,
      "siteType": "other",
      "hasPrivacy": true,
      "hasReturns": false,
      "hasShipping": false
    }
  • D4Partial

    Freshness signals

    3/4

    Fix: no visible dates on content. Staleness is a ranking signal for models deciding what to cite.

    What we captured
    {
      "sitemapUrls": 1833,
      "withLastmod": 1833,
      "visibleDates": false,
      "modifiedLast90Days": 878
    }
  • D5Pass

    Identity consistency

    3/3
    What we captured
    {
      "title": "Local Reviews Powered by Real People | eEndorsements | eEndorsements",
      "hasFavicon": true,
      "hasOgImage": true,
      "ogSiteName": "eEndorsements",
      "schemaName": ""
    }
  • D6Pass

    security.txt

    2/2
    What we captured
    {
      "valid": true,
      "expires": "2027-04-16T11:56:55.000Z",
      "hasContact": true
    }
  • D7Partial

    Multi-page stability

    2/4

    Fix: 3 page(s) did not return 200: https://eendorsements.com/company/1 (404), https://eendorsements.com/company/rodri (404), https://eendorsements.com/company/vivint (404).

    What we captured
    {
      "nonOk": [
        {
          "url": "https://eendorsements.com/company/1",
          "status": 404
        },
        {
          "url": "https://eendorsements.com/company/rodri",
          "status": 404
        },
        {
          "url": "https://eendorsements.com/company/vivint",
          "status": 404
        }
      ],
      "slowPages": 0,
      "pagesCrawled": 6,
      "consistentTemplate": true
    }
65C
Discovery & access21/25
Understanding15/25
Actionability11/25
Trust & freshness18/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 eendorsements.com with another site →