australia.gov.au

Report from 7/20/2026, 1:30:00 PM https://australia.gov.au
Latest run · lab, cold cache
44
7/20/2026
28-day score · p75 · the standard
44
8 runs
CRR77%latest
SSD8%latest
TC14 toklatest
TTFUT269 ms28-day p75

Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.

The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/australia.gov.au.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Faustralia.gov.au)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Faustralia.gov.au"><img src="https://agentvitals.dev/badge/australia.gov.au.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business namemyGov · guessed from page text (no structured data)
Categorynot found
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
Descriptionnot found

An agent is likely to fabricate missing details rather than say “I don’t know”. 0/3 applicable facts come from machine-readable structured data.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
44
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

77%
CRR Content Recovery Poor
0.08
SSD Semantic Signal Density Poor
14 tok
TC Token Cost Good
269 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈1,026 across regions). 63% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
36.9% · 379
Chrome (nav / header / footer)
51.6% · 529
Boilerplate (cookie / ad)
0% · 0
Other
11.5% · 118

Final screenshot

Final screenshot of https://australia.gov.au

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence23% of content requires JS · 77% of rendered content recovered (rest is placeholder/wrong)
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.14 · JSON-LD 0/1 · missing: structured-data
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

high TC 63.1% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 36.9%, chrome 51.6%, boilerplate 0%, other 11.5%. Only 36.9% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

Rendered profile: headless

Agent Discoverability 78/100 · Needs Work

Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →

Agent files & endpoints

~ llms.txt Found at /llms.txt but missing H1/blockquote Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
~ sitemap.xml Sitemap found but no <url>/<loc> entries Learn →
JSON-LD structured data No JSON-LD found Learn →
agents.json Found at /agents.json Learn →
WebMCP endpoint Found at /.well-known/webmcp Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (3)

~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote

Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.

What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).

How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

Structured data (JSON-LD) medium impact No JSON-LD found

Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.

What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.

How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.

Learn how to implement →

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>

Spec: https://schema.org/

~ XML sitemap present medium impact Sitemap found but no <url>/<loc> entries

Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.

What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.

How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.org/

Passed audits (8)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Server response (TTFB)✓ agents.json discovery✓ WebMCP endpoint✓ API documentation

Transport & Trust (SEC 1.0.0)

HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.

77Transport posture (0–100, unscored)
3pass
2warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubdomains;
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

imported.min.ACSHASHb7f7998627cf3111feee3d0e151c3c76.js — 170 KiB transferred, 62.8% unused

EvidenceCDP JS coverage: 106 KiB of this bundle is never executed on load.
Impact~-106 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of imported.min.ACSHASHb7f7998627cf3111feee3d0e151c3c76.js, or drop unused dependencies.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.106.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumBreak up long main-thread tasks

longest task 148 ms (4 total)

EvidenceMain thread blocked 148 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumCut total transfer weight

2.1 MB total

Evidence2.1 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

2 third-party requests · 45 KiB (2.1% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
gstatic.com142 KiB
googleapis.com12 KiB

Wasted JavaScript (by bundle)

Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).

BundleTransferUnusedWasted
https://my.gov.au/etc.clientlibs/servicesaustralia-fed/clientlibs/imported.min.ACSHASHb7f7998627cf3111feee3d0e151c3c76.js170 KiB62.8%106 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/mygov.gui.kit.min.ACSHASHb16a511034cc9ce77f124c60e89c6d2b.js125 KiB54.2%67 KiB
https://my.gov.au/etc/clientlibs/dtm-reactor/ENa69e9337c93f4637bb73b8b41a20e64d/6e780ef169d7/db51359f8b2c/launch-3792184e5e46.min.js93 KiB35.6%33 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/clientlib-base.min.ACSHASHb5fa255976e5d98ee1d63ba5e5b47b6f.js11 KiB78.2%8 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.ACSHASHbf921af342fd2c40139671dbf0920a1f.js12 KiB43.9%5 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/mygov.common.header.min.ACSHASH34e3d5ac447d8beed0b9ffdae1b0bcc4.js7 KiB66.4%5 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.ACSHASH0a6aff292f5cc42142779cde92054524.js1 KiB68.4%1 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.ACSHASH1e0136bad0acfb78be509234578e44f9.js2 KiB45.1%1 KiB
https://my.gov.au/etc.clientlibs/servicesaustralia/clientlibs/clientlib-webview.min.ACSHASHb9872bee81d34122bd2899cdc48e0d7e.js2 KiB24.1%0 KiB

Network

92Requests
2107 KiBTransferred
11Scripts
2.1%3rd-party
4Long tasks
Image (17)
1506 KiB
Script (11)
425 KiB
Stylesheet (11)
84 KiB
Font (1)
42 KiB
Fetch (23)
32 KiB
Document (1)
13 KiB
Other (27)
5 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://my.gov.au/en/services/education/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1783649367101/education-category.jpegImage200400 KiB
https://my.gov.au/en/services/health-and-disability/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1718156799232/health-and-disability-category.jpegImage200294 KiB
https://my.gov.au/en/services/work/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1718151573358/work-category.jpegImage200274 KiB
https://my.gov.au/en/services/living-arrangements/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1717551575607/living-arrangements-category.jpegImage200225 KiB
https://my.gov.au/etc.clientlibs/servicesaustralia-fed/clientlibs/imported.min.ACSHASHb7f7998627cf3111feee3d0e151c3c76.jsScript200170 KiB
https://my.gov.au/en/services/ageing/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1695793697920/older-australian-049-050-mygov-202264483.jpegImage200164 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/mygov.gui.kit.min.ACSHASHb16a511034cc9ce77f124c60e89c6d2b.jsScript200125 KiB
https://my.gov.au/en/services/raising-kids/_jcr_content/_cq_featuredimage.coreimg.82.1360.jpeg/1693545613885/rasing-a-child-005-007-mygov-202259071.jpegImage200113 KiB
https://my.gov.au/etc/clientlibs/dtm-reactor/ENa69e9337c93f4637bb73b8b41a20e64d/6e780ef169d7/db51359f8b2c/launch-3792184e5e46.min.jsScript20093 KiB
https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2Font20042 KiB
https://my.gov.au/etc.clientlibs/mygov-unauth-styles/clientlibs/styles.min.ACSHASH837a22fbf634c98d718c55279cebc62f.cssStylesheet20040 KiB
https://my.gov.au/content/dam/mygov/public/images/brand/myGov-logo-cobranded-black.svgImage20021 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/mygov.gui.kit.min.ACSHASH955530f17f3802d56ab8bd4a299a161f.cssStylesheet20021 KiB
https://my.gov.au/content/dam/mygov/icons/shared/mygov-icons//logo_mygov_lockup.svgFetch20018 KiB
https://my.gov.au/en/services?redirectFrom=australia.gov.auDocument20013 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.ACSHASHbf921af342fd2c40139671dbf0920a1f.jsScript20012 KiB
https://my.gov.au/etc.clientlibs/servicesaustralia/clientlibs/clientlib-grid.min.ACSHASHdb9d5e7c7d577c192bea16da014631a9.cssStylesheet20011 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/clientlib-base.min.ACSHASHb5fa255976e5d98ee1d63ba5e5b47b6f.jsScript20011 KiB
https://my.gov.au/etc.clientlibs/mygov-common/clientlibs/mygov.common.header.min.ACSHASH34e3d5ac447d8beed0b9ffdae1b0bcc4.jsScript2007 KiB
https://fonts.googleapis.com/css?family=Montserrat:200,400,700%7CRoboto:300,400,500,700,900&display=swapStylesheet2002 KiB
https://my.gov.au/content/dam/mygov/public/images/brand/myGov-logo-black.svgImage2002 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.ACSHASH1e0136bad0acfb78be509234578e44f9.jsScript2002 KiB
https://my.gov.au/etc.clientlibs/servicesaustralia/clientlibs/clientlib-webview.min.ACSHASHb9872bee81d34122bd2899cdc48e0d7e.jsScript2002 KiB
https://my.gov.au/content/dam/mygov/profile-summary-icons/ico-tile-profile.svgImage2002 KiB
https://my.gov.au/content/dam/mygov/icons/shared/mygov-icons//logo_you_tube.svgFetch2002 KiB
https://my.gov.au/content/dam/mygov/icons/shared/mygov-icons//info.svgFetch2002 KiB
https://my.gov.au/etc.clientlibs/core/wcm/components/page/v2/page/clientlibs/site/skiptomaincontent.min.ACSHASH696ce9a06faa733b225ffb8c05f16db9.cssStylesheet2002 KiB
https://my.gov.au/etc/clientlibs/dtm-reactor/ENa69e9337c93f4637bb73b8b41a20e64d/6e780ef169d7/db51359f8b2c/848d45754acb/RC09c576cc25cf4c6e88a133520d7a94a7-source.min.jsScript2002 KiB
https://my.gov.au/etc.clientlibs/mygov-unauth-styles/clientlibs/styles/resources/assets/icons/icon-info-white.svgImage2002 KiB
https://my.gov.au/etc.clientlibs/mygov-unauth-styles/clientlibs/styles/resources/assets/icons/Close%[email protected]Image2002 KiB

Long tasks (>50 ms)

StartDuration
790 ms148 ms
579 ms84 ms
506 ms72 ms
411 ms49 ms
Analyzing…
running mobile + desktop · ~30s