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

**Date:** September 18, 2026  
**URL:** https://ingramfinancial.com.au  
**Overall Grade:** B (89/100)  
**Report:** https://beavercheck.com/results/5be04a93-0c88-4f8a-9161-56756548dcf8

## 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. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality
4. **[WARNING]** 54 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 | 76 |
| Accessibility | 100 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

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

*8 of 10 headers properly configured*

- **[PASS]** HSTS is enabled with preload
- **[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, 8 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[PASS]** HTTP/2 is negotiated
- **[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 72 days)
- **[PASS]** Certificate chain has 4 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: a3cc9dbffbdc5c22-SJC

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

*Vulnerability disclosure policy*

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

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

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

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

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

*54 inline style attribute(s) detected*

- **[WARNING]** 54 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. 54 inline style(s) is high. Affected element types include: div, svg, hr, img, a. 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+ — 98/100)

*582 KB transferred, 49 requests*

- **[PASS]** Page weighs 2.3 MB (582 KB transferred)
- **[PASS]** 49 HTTP requests
- **[INFO]** Estimated 0.12 g CO2 per page load

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

*1% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 1% of page weight (4.3 KiB of 582.3 KiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

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

*7 images, 0 KB saveable*

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

### JS Execution Cost (F — 20/100)

*5086ms total JS execution*

- **[WARNING]** https://ingramfinancial.com.au/: 3665ms CPU time
- **[WARNING]** Unattributable: 1011ms CPU time
- **[WARNING]** https://ingramfinancial.com.au/wp-content/litespee...: 410ms CPU time

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

*2 fonts (31 KB)*

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

### JS Bundles (B — 80/100)

*6 scripts, 145 KB unused*

- **[WARNING]** https://ingramfinancial.com.au/wp-content/litespee...: 145 KB unused (74%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 145 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)

*1 hints, 0 missing preconnects*

- **[PASS]** Page uses 1 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.

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

*Document 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.

### Asset Compression

*No text asset hosts to measure*

- **[INFO]** No third-party or subdomain host served enough text assets to measure — Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.

### 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)

*49 resources · 582 KB · 145 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[INFO]** ~145 KB of savings available
- **[INFO]** 17 third-party resources (1% 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 — 90/100)

*1 JS blocking issue(s) detected*

- **[WARNING]** Total JS execution time is 5.1 s -- over the 3.5s budget — Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.

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

*No CSS performance depth issues detected*

- **[PASS]** No CSS performance depth issues detected

---

## Content Quality

### Links (F — 40/100)

*69 links checked, 16 healthy, 53 broken*

- **[CRITICAL]** 16 of 69 links are healthy
- **[WARNING]** Broken link: https://ingramfinancial.com.au/comments/feed/ — Found in <link href>. Get "https://ingramfinancial.com.au/comments/feed/": context deadline exceeded
- **[WARNING]** Broken link: https://ingramfinancial.com.au/wp-json/ — Found in <link href>. Get "https://ingramfinancial.com.au/wp-json/": 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/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/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/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/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/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/reverse-mortgage/ — Found in <a href>. Get "https://ingramfinancial.com.au/home-loans/reverse-mortgage/": 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/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/contact-us/ — Found in <a href>. Get "https://ingramfinancial.com.au/contact-us/": 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/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/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/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/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/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/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/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/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/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/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/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/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/balloon-... — Found in <a href>. Get "https://ingramfinancial.com.au/calculators-tools/balloon-payment-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/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/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/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/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/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/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/is-now-a-good-time-to... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/is-now-a-good-time-to-buy-property-in-australia/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/can-i-refinance-if-my... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/can-i-refinance-if-my-house-has-gone-up-in-value/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/fixed-vs-variable-sho... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/fixed-vs-variable-should-i-fix-my-home-loan-in-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/how-much-deposit-do-y... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/how-much-deposit-do-you-actually-need-for-a-home-loan-in-australia/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ingramfinancial.com.au/blog/offset-vs-redraw-faci... — Found in <a href>. Get "https://ingramfinancial.com.au/blog/offset-vs-redraw-facility/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.linkedin.com/in/shannon-ingram-14b6b726/ — Found in <a href>. Returns HTTP 999.
- **[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 (C — 75/100)

*3 issues found across 49 images*

- **[WARNING]** 1 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 2 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[INFO]** 1 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/09/Sutherland-Shire-Home-1024x577.png.webp.

### 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, 27 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: 27 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 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 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 2606:4700:3037::ac43:9e82: lookup 2606:4700:3037::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.
- **[INFO]** PTR lookup failed for 2606:4700:3031::6815:2124: lookup 2606:4700:3031::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.

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

*Mean 11ms across 3 resolvers (spread 10ms)*

- **[PASS]** Cloudflare: 5ms
- **[PASS]** Quad9: 13ms
- **[PASS]** Google: 15ms

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

*No redirects — direct access*

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

### IPv6 Readiness (F — 30/100)

*IPv6 records exist but unreachable*

- **[WARNING]** IPv6 DNS records exist but server is not reachable — Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
- **[INFO]** IPv6 connection error

### 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 redirects to HTTPS permanently

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

*ingramfinancial.com.au — via GoDaddy.com LLC trading as GoDaddy.com, hosted on Cloudflare*

- **[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.
- **[PASS]** Hosting: Cloudflare

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (A+ — 95/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[WARNING]** 1 unclassified cookie(s) set before any consent step — These cookies could not be matched to a known tracker or to a known essential-cookie family, so the scanner cannot tell whether consent was required. Verify each is strictly necessary; if any is analytics or advertising, it needs consent first. 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. Detection is by link URL and anchor text, in a limited set of languages, so this is an unconfirmed absence.

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

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

- **[WARNING]** GDPR Article 13 disclosure coverage: 0 / 8 categories — Scanned the homepage body text AND the linked /privacy page for GDPR Article 13 disclosures. Matched 0 of 8 categories: . 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, Recipients of personal data, 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]** Document is served via Cloudflare CDN (edge: SJC)
- **[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)

*35 headings*

- **[PASS]** Single H1 present

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

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

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

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

*All 49 images OK*

- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 48 image(s) with good alt text

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

*All 5 controls labeled*

- **[PASS]** 5 control(s) properly labeled

### Link & Button Quality (B — 78/100)

*1 issue(s) across 177 links and 31 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 4 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 172 link(s) with descriptive text

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

*5 form control(s) checked, no type mismatches*

- **[PASS]** No input-type mismatches detected

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

*5 form control(s) checked, no input-semantic issues*

- **[PASS]** All form input semantics look correct

### Mobile Keyboard & Autofill (C — 75/100)

*1/3 eligible field(s) missing autocomplete or inputmode*

- **[WARNING]** 1 field(s) would benefit from inputmode attribute — Mobile browsers pick the on-screen keyboard layout from `inputmode=` when present (numeric pad, tel dialpad, email keyboard). Without it, users see the default text keyboard and must mode-switch -- 2-3 extra taps per phone-number or numeric-ID field. Type-based defaults exist (`type=tel` shows the tel keyboard on most browsers) but `inputmode` is the explicit, cross-browser way to control this. Affected types: email.

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

*Lang attribute set to "en-AU"*

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

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

*0 positive, 2 -1-on-focusable*

- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <input> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)

### 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 154 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 — 90/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
- **[PASS]** Title and H1 are well-aligned

### 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+ — 100/100)

*1945 words, Difficult*

- **[PASS]** Page has 1945 words — good depth for search engines
- **[INFO]** Reading level: Difficult (grade 12)

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

*171 internal, 6 external*

- **[PASS]** 171 internal links (97%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** 171 internal / 6 external links

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

*49 images, 49 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.13g CO2 per view*

- **[PASS]** 0.13g CO2 per page view — This page transfers 0.6 MB, producing an estimated 0.13g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.00g, network 0.03g, end-user device 0.10g.
- **[INFO]** At 10,000 monthly views: 16.2 kg CO2/year — With 10,000 page views per month, this page would generate approximately 16.2 kg of CO2 annually — equivalent to charging 2018 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)

*81% cached*

- **[PASS]** 81% reduction on repeat visits — Returning visitors download only 112 KB (vs 582 KB first visit). 47 of 49 resources are served from browser cache, saving 0.11g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.03g CO2 (first visit: 0.13g)

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

*10th percentile*

- **[PASS]** 0.13g 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 (B — 80/100)

*75% efficient*

- **[INFO]** Transfer efficiency: 75% — An estimated 144 KB (25%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 144 KB of unused JavaScript. This wasted data produces 0.03g 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/5be04a93-0c88-4f8a-9161-56756548dcf8*
