Menu

Agent readiness report

boxoftech.in

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: 19 of 19 inputs have no associated label; 3 input(s) use the wrong type for their content. A placeholder is not a label — an agent filling your form has no way to know what an unlabelled field wants.

  2. 2B2

    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.

  3. 3B1

    JSON-LD present and valid

    High impact · Medium effort

    Only 2 of 6 crawled pages carry structured data. Add it at the template level rather than page by page.

  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. 5A4

    llms.txt present

    Medium impact · Low effort

    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.

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": 1,
      "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": 29,
      "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": true,
      "describedLinks": 0
    }
  • A5Pass

    Bot user-agent HTTP health

    3/3
    What we captured
    {
      "probes": [
        {
          "name": "GPTBot",
          "status": 200,
          "ttfbMs": 1261
        },
        {
          "name": "ClaudeBot",
          "status": 200,
          "ttfbMs": 197
        },
        {
          "name": "PerplexityBot",
          "status": 200,
          "ttfbMs": 197
        }
      ],
      "medianTtfbMs": 197,
      "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": 3873,
      "renderedTextLength": 3673
    }

BUnderstanding

  • B1Partial

    JSON-LD present and valid

    3/5

    Only 2 of 6 crawled pages carry structured data. Add it at the template level rather than page by page.

    What we captured
    {
      "pagesCrawled": 6,
      "pagesWithValidJsonLd": 2,
      "homepageHasValidJsonLd": true,
      "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": [
        "AggregateRating",
        "GeoCoordinates",
        "LocalBusiness",
        "OpeningHoursSpecification",
        "PostalAddress",
        "SearchAction",
        "WebSite"
      ]
    }
  • 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://boxoftech.in: skipped heading level",
        "https://boxoftech.in: missing main",
        "https://boxoftech.in/products: missing main",
        "https://boxoftech.in/about-us: 0 h1 elements",
        "https://boxoftech.in/about-us: missing main, nav, footer",
        "https://boxoftech.in/contact: skipped heading level",
        "https://boxoftech.in/contact: missing main",
        "https://boxoftech.in/index: skipped heading level",
        "https://boxoftech.in/index: missing main",
        "https://boxoftech.in/careers.php: skipped heading level"
      ],
      "singleH1": 5,
      "allLandmarks": 0,
      "pagesCrawled": 6,
      "noSkippedLevels": 2
    }
  • B4Fail

    Meta and Open Graph

    0/3

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

    What we captured
    {
      "goodTitles": 5,
      "pagesCrawled": 6,
      "uniqueTitles": false,
      "goodDescriptions": 2,
      "completeOpenGraph": 4
    }
  • B5Partial

    Clean text ratio

    2/3

    Visible text is 6.6% 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.033,
        0.132,
        0.08,
        0.043,
        0.033,
        0.076
      ],
      "averageRatio": 0.066
    }
  • B6Pass

    Alt text coverage

    2/2
    What we captured
    {
      "withAlt": 55,
      "coverage": 0.93,
      "contentImages": 59
    }
  • B7Partial

    Canonical and duplication hygiene

    1/3

    Fix: 4 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.boxoftech.in",
          "status": 301,
          "location": "https://boxoftech.in/"
        },
        {
          "url": "http://boxoftech.in",
          "status": 301,
          "location": "https://boxoftech.in/"
        }
      ],
      "pagesCrawled": 6,
      "selfConsistentCanonicals": 2
    }

CActionability

  • C1Partial

    Form usability

    1.22/6.11

    Fix: 19 of 19 inputs have no associated label; 3 input(s) use the wrong type for their content. 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": 19,
      "realSubmit": true,
      "unlabelled": 19,
      "wrongTypes": 3
    }
  • C2Partial

    Navigable link graph

    2.44/4.89

    Fix: 32% of links use contextless text like "click here"; no breadcrumbs or clear URL hierarchy.

    What we captured
    {
      "anchors": 66,
      "genericLinks": 21,
      "genericRatio": 0.32,
      "hasBreadcrumb": false,
      "clickableNonAnchors": 0
    }
  • C3Pass

    Interactive element semantics

    4.89/4.89
    What we captured
    {
      "realButtons": 0,
      "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"
    }
  • C6Partial

    On-site search

    2/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
    {
      "usesGet": false,
      "searchForm": false,
      "searchAction": true
    }

DTrust & freshness

  • D1Partial

    Transport security

    3/4

    Fix: no Strict-Transport-Security header.

    What we captured
    {
      "hsts": false,
      "tlsValid": true,
      "mixedContentReferences": 0
    }
  • D2Partial

    Verifiable identity

    2/4

    Fix: 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": 3,
      "contactDiscoverable": true,
      "hasOrganizationSchema": false
    }
  • D3Pass

    Policies discoverable

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

    Freshness signals

    1/4

    Fix: 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": 29,
      "withLastmod": 29,
      "visibleDates": false,
      "modifiedLast90Days": 0
    }
  • D5Pass

    Identity consistency

    3/3
    What we captured
    {
      "title": "Best software development company in salem | Box of Tech",
      "hasFavicon": true,
      "hasOgImage": true,
      "ogSiteName": "",
      "schemaName": "Box of Tech"
    }
  • D6Partial

    security.txt

    1/2

    security.txt is present but invalid: no Contact field; no Expires field. An expired Expires field makes the whole file non-conformant, so this fails even though the file was correct when it was written.

    What we captured
    {
      "valid": false,
      "hasContact": false
    }
  • D7Partial

    Multi-page stability

    3/4

    Fix: navigation missing on some pages.

    What we captured
    {
      "nonOk": [],
      "slowPages": 0,
      "pagesCrawled": 6,
      "consistentTemplate": false
    }
60C
Discovery & access22/25
Understanding10/25
Actionability10.55/25
Trust & freshness17/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 boxoftech.in with another site →