# BeaverCheck Audit Report — https://ingramfinancial.com.au

**Date:** May 27, 2026  
**URL:** https://ingramfinancial.com.au  
**Overall Grade:** A (90/100)  
**Report:** https://beavercheck.com/results/b3ce5791-3a04-4d77-b2a8-19c472f94d33

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[WARNING]** 14 render-blocking stylesheet(s) -- recommended: <=3 — Performance > CSS Performance Depth
4. **[WARNING]** 75 inline style attribute(s) detected — Security > CSP Inline-Style Readiness
5. **[WARNING]** Cookie 'lbaic_device_uuid' has no SameSite attribute — Security > Cookie Security

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 65 |
| Accessibility | 100 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

### Security Headers (A — 85/100)

*8 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[PASS]** Permissions-Policy is set
- **[PASS]** Content-Security-Policy is present
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info
- **[INFO]** Domain is not in the Chrome HSTS preload list (status: unknown) — Submit your domain to hstspreload.org to close the trust-on-first-use gap. Requires a preload-ready HSTS header (max-age=31536000+, includeSubDomains, preload).

### Content Security Policy (D — 50/100)

*6 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[CRITICAL]** 'unsafe-inline' found in script source — 'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[PASS]** object-src is set to 'none'
- **[PASS]** base-uri is properly restricted
- **[WARNING]** frame-ancestors directive is missing — frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
- **[PASS]** form-action directive is set
- **[PASS]** upgrade-insecure-requests is enabled

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[INFO]** OCSP stapling not enabled — Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
- **[PASS]** Certificate is valid (expires in 67 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A — 90/100)

*1 cookies analyzed, 1 checks passed*

- **[PASS]** Cookie 'lbaic_device_uuid' has the Secure flag
- **[WARNING]** Cookie 'lbaic_device_uuid' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'lbaic_device_uuid' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

### Cookie Hygiene (A+ — 100/100)

*All 1 cookie(s) pass hygiene checks*

- **[PASS]** All 1 cookie(s) pass hygiene checks

### WAF / Bot Protection (A — 90/100)

*Cloudflare*

- **[PASS]** Cloudflare detected — Detected via: cf-ray: a02300e0999023e6-CDG

### security.txt (A+ — 100/100)

*Vulnerability disclosure policy*

- **[PASS]** security.txt found

### Cross-Origin Tab Safety (A+ — 100/100)

*All 5 new-tab link(s) carry rel=noopener*

- **[PASS]** All 5 new-tab link(s) carry rel=noopener

### CSP Inline-Style Readiness (D — 60/100)

*75 inline style attribute(s) detected*

- **[WARNING]** 75 inline style attribute(s) detected — Each `style=""` attribute forces `style-src 'unsafe-inline'` in any Content-Security-Policy, which negates most of CSP's XSS-mitigation value. 75 inline style(s) is high. Affected element types include: svg, stop, path, hr, img. Move styles to a stylesheet; use CSS custom properties for runtime-dynamic values; or adopt a nonce/hash CSP policy. Most teams take the stylesheet path because it's also a maintainability win.

### Trusted Types (XSS Sink Hardening) (B — 95/100)

*Trusted Types not enabled*

- **[INFO]** Trusted Types not enabled — Trusted Types (CSP3) is a Chrome 83+ defense that requires DOM-XSS sinks (innerHTML, document.write, eval, ...) to receive a typed-and-sanitized value rather than a raw string. Adding `Content-Security-Policy: require-trusted-types-for 'script'; trusted-types default` neutralizes most DOM-XSS even when a payload reaches a sink. Adoption is currently ~0.1% of pages so this is informational; a roll-out usually starts in report-only mode.

### Bot Challenge Detection (A+ — 100/100)

*Scan reached real page content (no bot-protection interstitial)*

- **[PASS]** No bot-protection interstitial detected -- the rest of the report reflects the real page

### Soft-404 Detection (A+ — 100/100)

*No soft-404 patterns detected in page title or headings*

- **[PASS]** No soft-404 patterns detected in page title or headings

### Empty Page Detection (A+ — 100/100)

*Page has substantive body text and no placeholder / template-leak signals*

- **[PASS]** Page has substantive body text and no placeholder / template-leak signals

### Geo-Restriction Detection (A+ — 100/100)

*No geo-restriction signals detected -- scan reached the page from an allowed region*

- **[PASS]** No geo-restriction detected

### Maintenance Mode Detection (A+ — 100/100)

*No maintenance-mode signals detected -- scan reached a normal page*

- **[PASS]** No maintenance-mode signals detected

### Subresource Integrity Adoption (A+ — 100/100)

*Page has no third-party scripts or stylesheets -- SRI not applicable*

- **[PASS]** No third-party scripts or stylesheets to protect with SRI

### CORS Depth (A+ — 100/100)

*No CORS response headers -- the resource is same-origin-only by browser default*

- **[PASS]** No CORS response headers -- the resource is same-origin-only by browser default

### Permissions-Policy Granularity (A — 85/100)

*80% high-risk feature coverage (8/10)*

- **[PASS]** Permissions-Policy covers 8/10 high-risk features (80%) — The Permissions-Policy header explicitly declares policies for 8/10 high-risk features.

Covered: camera, microphone, geolocation, payment, usb, accelerometer, gyroscope, magnetometer

Not declared (default-allow): serial, midi

The non-declared features fall back to their spec-default policy (usually `self`), which means an XSS-injected or compromised iframe could request them. For features the page genuinely doesn't use, declare `feature=()` to fully close them.

### Referrer-Policy Strictness (A+ — 100/100)

*Referrer-Policy is `same-origin` (strict -- Referer sent only on same-origin requests)*

- **[PASS]** Referrer-Policy: `same-origin` -- strict -- Referer sent only on same-origin requests — Full URL Referer header on same-origin requests; no Referer at all on cross-origin. Strong privacy posture; same-origin analytics still work.

### Source Map Exposure (A+ — 100/100)

*Source-map probe didn't run on this scan*

- **[PASS]** Source-map probe didn't run on this scan

### HTML Version Disclosure (A+ — 100/100)

*No software-version disclosures in HTML*

- **[PASS]** No software-version disclosures in HTML

### Open Redirect Surface (A+ — 100/100)

*No redirect-shaped query parameters in DOM links*

- **[PASS]** No redirect-shaped query parameters in DOM links

### Auth Security (A+ — 100/100)

*Page is not a login form -- auth-security checks are N/A*

- **[PASS]** Page does not appear to be a login form

### Subdomain Inventory Exposure (A+ — 100/100)

*No risky subdomain names in certificate SANs*

- **[PASS]** No risky subdomain names in certificate SANs

---

## Advanced Security

### Subresource Integrity (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A+ — 100/100)

*No exposures*

- **[PASS]** security.txt is present — good practice
- **[PASS]** No sensitive files exposed

### Email Security (B — 72/100)

*DMARC: quarantine, SPF: ~all, DKIM*

- **[PASS]** DMARC policy is quarantine — good protection
- **[INFO]** SPF ends in ~all (soft fail) — Soft fail tells receivers to accept-but-mark unauthorized mail. Migrate to -all once you've confirmed all legitimate senders are listed (DMARC aggregate reports help verify).
- **[PASS]** DKIM configured (selectors: google)
- **[INFO]** MTA-STS not configured — MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
- **[INFO]** TLS-RPT not configured — TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.
- **[INFO]** BIMI not configured — BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.

### API Surface (A+ — 100/100)

*No API specs or GraphQL introspection found (probed 11 candidate path(s))*

- **[PASS]** No API specs or GraphQL introspection found (probed 11 path(s))

### Permissions-Policy (A+ — 100/100)

*10 directives, 0 missing*

- **[PASS]** camera=() — blocked for all origins
- **[PASS]** geolocation=() — blocked for all origins
- **[PASS]** microphone=() — blocked for all origins
- **[PASS]** payment=() — blocked for all origins
- **[PASS]** usb=() — blocked for all origins
- **[PASS]** display-capture=() — blocked for all origins
- **[INFO]** fullscreen=(self)
- **[PASS]** accelerometer=() — blocked for all origins
- **[PASS]** gyroscope=() — blocked for all origins
- **[PASS]** magnetometer=() — blocked for all origins

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (A+ — 95/100)

*688 KB transferred, 89 requests*

- **[PASS]** Page weighs 2.2 MB (688 KB transferred)
- **[INFO]** 89 HTTP requests
- **[INFO]** Estimated 0.14 g CO2 per page load

### Third-Party Impact (A+ — 100/100)

*No third-party resources*

- **[PASS]** No third-party resources detected

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (A — 90/100)

*5 images, 0 KB saveable*

- **[PASS]** All images are well-optimized

### JS Execution Cost (D — 40/100)

*2740ms total JS execution*

- **[WARNING]** https://ingramfinancial.com.au/: 1083ms CPU time
- **[WARNING]** data:text/javascript;base64,cmVxdWVzdEFuaW1hdGlvbk...: 903ms CPU time
- **[WARNING]** Unattributable: 621ms CPU time
- **[INFO]** https://ingramfinancial.com.au/wp-content/litespee...: 74ms CPU time
- **[INFO]** https://ingramfinancial.com.au/wp-content/litespee...: 59ms CPU time

### Font Loading (A+ — 100/100)

*2 fonts (160 KB)*

- **[INFO]** 2 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (C — 60/100)

*23 scripts, 197 KB unused*

- **[WARNING]** https://ingramfinancial.com.au/wp-content/litespee...: 123 KB unused (93%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ingramfinancial.com.au/wp-content/litespee...: 37 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ingramfinancial.com.au/wp-content/litespee...: 37 KB unused (82%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 197 KB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*3 hints, 0 missing preconnects*

- **[PASS]** Page uses 3 resource hint(s)

### HTTP/3 (QUIC) (A+ — 100/100)

*HTTP/3 advertised via Alt-Svc*

- **[PASS]** HTTP/3 (QUIC) is supported — First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.

### Compression Algorithm (A+ — 100/100)

*Main response uses brotli*

- **[PASS]** Main HTML response uses brotli (Content-Encoding: br) — Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.

### LCP Image Preload (A+ — 100/100)

*LCP preload audit not available*

- **[PASS]** LCP image preload audit not available for this scan

### Main HTML Cache-Control (B — 80/100)

*No Cache-Control header on main HTML response*

- **[INFO]** Main HTML response has no Cache-Control header — Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.

### Server-Timing Observability (B — 85/100)

*No Server-Timing header found*

- **[INFO]** No Server-Timing header found — Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.

### Server Response Intelligence (A+ — 95/100)

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: Accept-Encoding,User-Agent — The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
- **[INFO]** No `ETag` or `Last-Modified` -- conditional GET not supported — Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.

### Page Weight Inventory (A+ — 100/100)

*89 resources · 688 KB · 197 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[INFO]** ~197 KB of savings available
- **[INFO]** 49 third-party resources (0% of weight)

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


### JavaScript Blocking (A+ — 100/100)

*No render-blocking JS or document.write usage detected*

- **[PASS]** No JavaScript blocking issues detected

### CSS Performance Depth (A — 88/100)

*1 CSS depth issue(s) detected*

- **[WARNING]** 14 render-blocking stylesheet(s) -- recommended: <=3 — Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.

---

## Content Quality

### Links (F — 38/100)

*92 links checked, 40 healthy, 51 broken*

- **[CRITICAL]** 40 of 92 links are healthy
- **[WARNING]** Broken link: https://ingramfinancial.com.au/feed/ — Found in <link href>. Get "https://ingramfinancial.com.au/feed/": context deadline exceeded
- **[WARNING]** Broken link: https://ingramfinancial.com.au/wp-json/oembed/1.0/embed?u... — Found in <link href>. Get "https://ingramfinancial.com.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fingramfinancial.com.au%2F": context deadline exceeded
- **[WARNING]** Broken link: https://ingramfinancial.com.au/wp-json/wp/v2/pages/782 — Found in <link href>. Get "https://ingramfinancial.com.au/wp-json/wp/v2/pages/782": context deadline exceeded
- **[WARNING]** Broken link: https://ingramfinancial.com.au/xmlrpc.php?rsd — Found in <link href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/first-home-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/first-home-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/next-home-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/next-home-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/construction-lo... — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/construction-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/refinancing/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/refinancing/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/investment-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/investment-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/pre-approval/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/pre-approval/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/self-empl... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/self-employed/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/home-loans/bridging-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/bridging-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/personal-... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/personal-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/commercia... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/commercial-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/asset-fin... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/asset-finance/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/car-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/car-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/business-... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/business-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/smsf-loans/ — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/smsf-loans/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/specialist-loans/medical-p... — Found in <a href>. Get "https://ingramfinancial.com.au/specialist-loans/medical-professionals/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/compare-... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/compare-rates/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/calculat... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/calculators/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/borrowin... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/borrowing-power-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/budget-p... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/budget-planner-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/car-loan... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/car-loan-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/credit-c... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/credit-card-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/extra-mo... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/extra-mortgage-repayments-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/honeymoo... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/honeymoon-rate-loan-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/income-t... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/income-tax-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/loan-com... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/loan-comparison-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/loan-rep... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/loan-repayment-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/lump-sum... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/lump-sum-repayment-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/mortgage... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/mortgage-offset-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/savings-... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/savings-planner-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/split-lo... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/split-loan-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/stamp-du... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/stamp-duty-calculator/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/calculators-tools/financia... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/financial-difficulty-and-hardship-hub/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/about/about-us/ — Found in <a href>. Get "https://ingramfinancial.com.au/about/about-us/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/contact-us/ — Found in <a href>. Get "https://ingramfinancial.com.au/contact-us/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/about/partners/ — Found in <a href>. Get "https://ingramfinancial.com.au/about/partners/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/mortgage-broker-sutherland... — Found in <a href>. Get "https://ingramfinancial.com.au/mortgage-broker-sutherland-shire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/about/working-with-a-broker/ — Found in <a href>. Get "https://ingramfinancial.com.au/about/working-with-a-broker/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/ — Found in <a href>. Get "https://ingramfinancial.com.au/blog/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/first-home-guarantee-... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/first-home-guarantee-scheme/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/rbas-third-rate-rise-... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/rbas-third-rate-rise-and-negative-gearing-changes-what-it-means-for-your-home-loan-in-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/federal-budget-2026/ — Found in <a href>. Get "https://ingramfinancial.com.au/blog/federal-budget-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/rba-may-2026-cash-rat... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/rba-may-2026-cash-rate-decision-6-ways-to-save/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/renovation-and-constr... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/renovation-and-construction-costs-what-you-need-to-know/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.linkedin.com/in/shannon-ingram-14b6b726/ — Found in <a href>. Returns HTTP 999.
- **[INFO]** Long redirect chain: https://g.page/r/CXSOXwbJJZDcEBM/review (4 hops)
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/privacy-policy/ — Found in <a href>. Get "https://ingramfinancial.com.au/privacy-policy/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/terms-and-conditions/ — Found in <a href>. Get "https://ingramfinancial.com.au/terms-and-conditions/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/feedback-and-complaints/ — Found in <a href>. Get "https://ingramfinancial.com.au/feedback-and-complaints/": context deadline exceeded

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (A+ — 100/100)

*Open Graph tags are well configured for social sharing.*

- **[INFO]** og:title is long (74 characters) — Titles over 60 characters may be truncated in social sharing previews.

### Open Graph / Twitter Card Depth (A+ — 100/100)

*OG image dimensions and Twitter card configuration look healthy*

- **[PASS]** OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid

### Structured Data (A+ — 100/100)

*1 JSON-LD block(s) found — structured data is well configured.*

- **[PASS]** Custom type "WebPage" — unable to validate specific properties

### Rich Results Eligibility (A+ — 100/100)

*1 JSON-LD block(s) declaring 5 schema type(s)*

- **[PASS]** SiteLinks Search Box markup detected — The page declares a `WebSite` schema with a `potentialAction` of `SearchAction`. This makes the homepage eligible for Google's in-SERP search box -- a high-visibility SERP feature for branded queries.
- **[PASS]** 5 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

BreadcrumbList, ImageObject, Organization, WebPage, WebSite

Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.

### Image Optimization (B — 85/100)

*3 issues found across 51 images*

- **[INFO]** 44 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[INFO]** 1 image(s) wider than 400px without srcset (no responsive serving) — These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://ingramfinancial.com.au/wp-content/uploads/2026/05/lines-background-2.svg.
- **[INFO]** 9 image(s) rendered at a different aspect ratio than the source — The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://ingramfinancial.com.au/wp-content/uploads/2026/05/lines-background-2.svg, data:, data: (+6 more).

### Autoplay Media (A+ — 100/100)

*No autoplay media on the page*

- **[PASS]** No autoplay media on the page

---

## Infrastructure

### DNS Records (A+ — 100/100)

*2 A records, 46 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 5 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 46 ms

### Subdomain Takeover (A+ — 100/100)

*No subdomain takeover risk detected*

- **[PASS]** No CNAME record present

### DNSSEC (B — 80/100)

*Unsigned (DNSSEC not deployed)*

- **[INFO]** DNSSEC is not deployed — The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).

### CAA Records (B — 80/100)

*No CAA records (any CA may issue certificates)*

- **[INFO]** No CAA records published — Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.

### Reverse DNS (C — 60/100)

*0/4 IPs match cert SAN*

- **[INFO]** PTR lookup failed for 104.21.33.36: lookup 104.21.33.36: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 172.67.158.130: lookup 172.67.158.130: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700:3035::6815:2124: lookup 2606:4700:3035::6815:2124: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700:3032::ac43:9e82: lookup 2606:4700:3032::ac43:9e82: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.

### Multi-Resolver DNS Speed (A+ — 100/100)

*Mean 23ms across 3 resolvers (spread 35ms)*

- **[PASS]** Quad9: 7ms
- **[PASS]** Cloudflare: 22ms
- **[PASS]** Google: 42ms

### Redirect Chain (A+ — 100/100)

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (17 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700:3035::6815:2124, 2606:4700:3032::ac43:9e82

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 4 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 4 entries
- **[PASS]** Sitemap index with 4 child sitemaps
- **[PASS]** robots.txt references sitemap

### URL Variants (A+ — 100/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence (A+ — 100/100)

*ingramfinancial.com.au — via GoDaddy.com LLC trading as GoDaddy.com*

- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: GoDaddy.com LLC trading as GoDaddy.com
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[CRITICAL]** 1 non-essential cookie(s) set without consent banner — Unrecognized (treated as non-essential): lbaic_device_uuid
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Consent UX Depth (A+ — 100/100)

*No consent-UX depth issues detected*

- **[PASS]** No consent-UX depth issues detected

### Tracker Inventory (A+ — 100/100)

*No known trackers detected on this page*

- **[PASS]** No known trackers detected on this page

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Hreflang Configuration (A+ — 100/100)

*No hreflang tags on this page*

- **[PASS]** No hreflang tags found (single-language site)

### Internationalization Extras (A+ — 100/100)

*No additional i18n signals detected*

- **[PASS]** No additional i18n signals detected

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Accessibility Statement (B — 70/100)

*No accessibility statement detected*

- **[WARNING]** No accessibility statement detected — Sites are increasingly expected to publish an accessibility statement. Required by EU Web Accessibility Directive 2016/2102 for public-sector bodies; recommended best practice elsewhere. Common URLs: /accessibility, /accessibility-statement, /a11y.

### GDPR Article 13 Disclosures (F — 12/100)

*1 / 8 Art. 13 categories matched in homepage body*

- **[WARNING]** GDPR Article 13 disclosure coverage: 1 / 8 categories — Scanned the homepage body text AND the linked /privacy page for GDPR Article 13 disclosures. Matched 1 of 8 categories: Recipients of personal data. Missing: Data Protection Officer contact (where applicable), Data retention period, Data subject rights (access, erasure, rectification, etc.), Identity / contact details of the data controller, International data transfers, Legal basis for processing, Right to lodge a complaint with a supervisory authority. Note: only the FIRST same-origin privacy-policy link is followed; deeper sub-pages (e.g. /legal/data-subject-rights) are not fetched.

### Third-Party Trackers (A+ — 95/100)

*1 trackers detected*

- **[INFO]** 1 third-party trackers detected — Found 1 analytics, 0 advertising, 0 marketing, 0 tag manager, 0 session-replay, 0 heatmap trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*1 cookies · 1 trackers · 0 pre-consent*

- **[INFO]** 1 cookie(s) could not be classified
- **[INFO]** 1 third-party tracker(s) detected on page

### Tracking Pixel Inventory (A+ — 100/100)

*No tracking pixels detected*

- **[PASS]** No tracking pixels detected

### Browser Fingerprinting (A+ — 100/100)

*No browser-fingerprinting libraries detected*

- **[PASS]** No browser-fingerprinting libraries detected

### Cross-Site Cookies (SameSite=None) (A+ — 100/100)

*No SameSite=None cookies -- no cross-site travel surface*

- **[PASS]** No cookies opted in to cross-site travel (SameSite=None)

### Beacon Tracking (sendBeacon) (A+ — 100/100)

*No navigator.sendBeacon usage detected in inline scripts*

- **[PASS]** No navigator.sendBeacon usage detected in inline scripts

---

## Legal

### Legal Page Ecosystem (C — 60/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://ingramfinancial.com.au/privacy-policy/, linked from footer.
- **[PASS]** Terms of Service detected — Found at https://ingramfinancial.com.au/terms-and-conditions/, linked from footer.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 - Ingram Financial Ingram Financial Pty Ltd (atf I*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 - Ingram Financial Ingram Financial Pty Ltd (atf I
- **[PASS]** Copyright holder: - Ingram Financial Ingram Financial Pty Ltd (atf I

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*0 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (A — 85/100)

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: CDG)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (F — 30/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### Operational Status Page (B — 80/100)

*No status page link detected*

- **[INFO]** No operational status page link detected — Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.

### Transport Security (A+ — 100/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[PASS]** HSTS enabled (includeSubDomains, preload)
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

### Health Check Endpoint (B — 80/100)

*No conventional health endpoint found*

- **[INFO]** No conventional health endpoint found — Health endpoints (/health, /healthz, /status, /ping, /api/health) let uptime monitors, load balancers, and orchestration systems (Kubernetes, ECS, Fly.io) verify the service is alive. Marketing sites and small services often skip them legitimately; flagged as Info, not a failure. Probe results: /api/health: connection error, /health: connection error, /healthz: connection error, /ping: connection error, /status: connection error.

### CDN Cache Observability (A+ — 100/100)

*Cache state: DYNAMIC*

- **[PASS]** CDN cache state observable via 1 header(s)

---

## Accessibility

### Landmark Structure (A+ — 100/100)

*5 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <nav> landmark(s) found
- **[PASS]** All <nav> elements are properly labeled
- **[PASS]** Skip navigation link present

### Heading Hierarchy (A+ — 100/100)

*27 headings*

- **[PASS]** Single H1 present

### Heading Text Quality (A+ — 100/100)

*All 27 heading(s) have substantive, well-formed text*

- **[PASS]** Heading text quality is clean -- no placeholder, length, or styling issues

### Alt Text Quality (A+ — 100/100)

*All 51 images OK*

- **[PASS]** 1 decorative image(s) correctly marked
- **[PASS]** 50 image(s) with good alt text

### Form Accessibility (A+ — 100/100)

*No form controls*

- **[PASS]** No form controls on this page

### Link & Button Quality (A — 88/100)

*143 links, 12 buttons — all OK*

- **[WARNING]** 5 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 138 link(s) with descriptive text

### Form Input Types (A+ — 100/100)

*No form controls on this page*

- **[PASS]** No form controls on this page

### Form Input Quality (A+ — 100/100)

*No form controls on this page*

- **[PASS]** No form controls on this page

### Mobile Keyboard & Autofill (A+ — 100/100)

*No form controls -- mobile keyboard check is N/A*

- **[PASS]** No form controls on this page

### Document Language (A+ — 100/100)

*Lang attribute set to "en-AU"*

- **[PASS]** <html lang="en-AU"> is set and valid

### Tabindex Anti-Patterns (A+ — 100/100)

*No explicit tabindex attributes found*

- **[PASS]** No explicit tabindex attributes found

### Iframe Accessibility (A+ — 100/100)

*No iframes on this page*

- **[PASS]** No iframes on this page

### Tap Target Adequacy (A+ — 100/100)

*All tap targets meet WCAG 2.5.5/2.5.8 sizing*

- **[PASS]** All tap targets meet WCAG 2.5.5 (44x44px) sizing

### Mobile-Readable Font Sizes (A+ — 100/100)

*All 124 visible text node(s) render at >= 12 CSS pixels*

- **[PASS]** All text uses legible mobile font sizes (>= 12 CSS px)

---

## UX

### 404 Error Page (C — 55/100)

*Could not test*

- **[INFO]** 404 page could not be tested — The 404 page check encountered an error. This may be due to a timeout or network issue.

### Favicon & Branding (B — 70/100)

*4 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

### PWA Depth (A+ — 100/100)

*No PWA depth issues detected*

- **[PASS]** No PWA depth issues detected

### Dark Mode Support (D — 40/100)

*No dark mode signals*

- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 35/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** 2 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)

### Mobile UX Depth (A+ — 97/100)

*1 mobile-depth signal(s) detected*

- **[INFO]** No `<meta name="theme-color">` -- browser chrome falls back to default — Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.

---

## SEO

### Canonical URL (A+ — 100/100)

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target reachable (self-referencing)

### Meta Tags (A — 85/100)

*Title: 74 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is 74 characters — will be truncated in search results
- **[PASS]** Meta description length (142 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

### Title Style Depth (A+ — 100/100)

*Title style is clean -- consistent separator, no stale year, no keyword stuffing*

- **[PASS]** Title style is clean

### Content Depth (A — 85/100)

*1593 words, Difficult*

- **[PASS]** Page has 1593 words — good depth for search engines
- **[INFO]** Text-to-HTML ratio is 4% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Difficult (grade 13)

### Internal Links (A+ — 100/100)

*136 internal, 7 external*

- **[PASS]** 136 internal links (95%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** 136 internal / 7 external links

### Image SEO (A+ — 100/100)

*51 images, 51 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


### Hreflang URL Quality (A+ — 100/100)

*No hreflang tags on the page*

- **[PASS]** No hreflang tags on the page

### Hreflang Completeness (A+ — 100/100)

*No hreflang tags on this page -- check is N/A (single-language site or unannotated)*

- **[PASS]** No hreflang tags found -- completeness check is N/A

### Sitemap Freshness (A+ — 100/100)

*Sitemap updated within 90 days (4/4 URLs have lastmod)*

- **[PASS]** Sitemap actively maintained — newest lastmod: today

### Sitemap × Robots Consistency (A+ — 100/100)

*No sitemap-vs-robots conflicts detected*

- **[PASS]** Sitemap URLs are not blocked by robots.txt

### Sitemap Hygiene (A+ — 100/100)

*Sitemap structure / size look healthy (4 URLs, 815 bytes)*

- **[PASS]** Sitemap structure / size look healthy (4 URLs)

### Markup Quality (A+ — 100/100)

*No markup-quality issues detected*

- **[PASS]** No markup-quality issues detected

---

## Sustainability

### CO2 Per Page Load (A+ — 100/100)

*0.16g CO2 per view*

- **[PASS]** 0.16g CO2 per page view — This page transfers 0.7 MB, producing an estimated 0.16g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.00g, network 0.03g, end-user device 0.12g.
- **[INFO]** At 10,000 monthly views: 19.1 kg CO2/year — With 10,000 page views per month, this page would generate approximately 19.1 kg of CO2 annually — equivalent to charging 2385 smartphones.
- **[PASS]** Green hosting reduces data center emissions

### Green Hosting (A+ — 100/100)

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Cloudflare: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*91% cached*

- **[PASS]** 91% reduction on repeat visits — Returning visitors download only 59 KB (vs 688 KB first visit). 88 of 89 resources are served from browser cache, saving 0.15g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.16g)

### Carbon Budget (A+ — 100/100)

*10th percentile*

- **[PASS]** 0.16g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 90% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 10th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (C — 60/100)

*71% efficient*

- **[WARNING]** Transfer efficiency: 71% — An estimated 197 KB (29%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 197 KB of unused JavaScript. This wasted data produces 0.05g of unnecessary CO2 per page view.

### Web Font Weight Variants (B — 90/100)

*No detectable Google Fonts weights*

- **[INFO]** No detectable Google Fonts weights — The analyzer detects font weights via Google Fonts URL parameters (~70% of font-using sites). Self-hosted fonts and non-Google CDN fonts aren't visible to URL-based detection. If you self-host fonts, manually audit how many @font-face weights you ship -- 2-3 weights per family is typically enough; 5+ is usually unused payload.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/b3ce5791-3a04-4d77-b2a8-19c472f94d33*
