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

**Date:** May 6, 2026  
**URL:** https://sunsetlimousines.com.au  
**Overall Grade:** C (78/100)  
**Report:** https://beavercheck.com/results/99d37e05-d3a4-4889-800f-8001431f8c94

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** No <main> landmark found — Accessibility > Landmark Structure
4. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers
5. **[WARNING]** Cross-Origin-Opener-Policy header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 72 |
| Accessibility | 94 |
| Best Practices | 81 |
| SEO | 92 |

---

## Security

### Security Headers (D — 45/100)

*4 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (15552000s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[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.
- **[WARNING]** X-Powered-By header reveals technology stack — This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
- **[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 (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

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

*TLS 1.3, 8 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.
- **[PASS]** OCSP stapling enabled
- **[PASS]** Certificate is valid (expires in 54 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

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

*Cloudflare*

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

---

## Advanced Security

### Subresource Integrity (D — 40/100)

*1 of 5 external resources have SRI*

- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from analytics.ahrefs.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.elfsight.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[PASS]** script from static.cloudflareinsights.com has SRI protection

### 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 (C — 60/100)

*DMARC: quarantine, DKIM*

- **[PASS]** DMARC policy is quarantine — good protection
- **[PASS]** DKIM configured (selectors: default, selector1)
- **[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>.

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

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

*No CORS headers*

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

---

## Performance

### Page Weight Budget (F — 32/100)

*2.8 MB transferred, 94 requests*

- **[WARNING]** Page weighs 6.1 MB (2.8 MB transferred)
- **[WARNING]** Images are 1.3 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 966 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 426 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 94 HTTP requests
- **[INFO]** Estimated 0.59 g CO2 per page load

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

*7% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 7% of page weight (206.5 KiB of 2.8 MiB)
- **[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 (C — 65/100)

*10 images, 0 KB saveable*

- **[WARNING]** https://sunsetlimousines.com.au/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://sunsetlimousines.com.au/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*3401ms total JS execution*

- **[WARNING]** https://sunsetlimousines.com.au/: 740ms CPU time
- **[WARNING]** Unattributable: 655ms CPU time
- **[WARNING]** https://sunsetlimousines.com.au/cdn-cgi/scripts/7d...: 520ms CPU time
- **[WARNING]** https://sunsetlimousines.com.au/wp-content/plugins...: 506ms CPU time
- **[WARNING]** https://sunsetlimousines.com.au/cdn-cgi/challenge-...: 430ms CPU time
- **[INFO]** Third-party scripts: 846ms (25% of total)

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

*4 fonts (426 KB)*

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

### JS Bundles (D — 40/100)

*37 scripts, 401 KB unused*

- **[WARNING]** https://sunsetlimousines.com.au/z4e8/?id=GT-PH393Q...: 121 KB unused (66%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=GT-PH3...: 89 KB unused (50%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://sunsetlimousines.com.au/z4e8/: 81 KB unused (53%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://sunsetlimousines.com.au/wp-content/plugins...: 71 KB unused (47%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://sunsetlimousines.com.au/wp-content/plugins...: 40 KB unused (49%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 401 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)

*26 hints, 0 missing preconnects*

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

### Page Weight Inventory (D — 50/100)

*94 resources · 2.8 MB · 401 KB savings available*

- **[WARNING]** Page weight 2.8 MB exceeds 1 MB target by 1.8 MB
- **[INFO]** ~401 KB of savings available
- **[INFO]** 9 third-party resources (7% of weight)
- **[INFO]** 3 resources over 200KB

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


---

## Content Quality

### Links (F — 40/100)

*128 links checked, 84 healthy, 44 broken*

- **[CRITICAL]** 84 of 128 links are healthy
- **[WARNING]** Broken link: https://www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://sunsetlimousines.com.au/feed/ — Found in <link href>. Get "https://sunsetlimousines.com.au/feed/": context deadline exceeded
- **[WARNING]** Broken link: https://sunsetlimousines.com.au/wp-json/ — Found in <link href>. Get "https://sunsetlimousines.com.au/wp-json/": context deadline exceeded
- **[WARNING]** Broken link: https://sunsetlimousines.com.au/wp-json/wp/v2/pages/84 — Found in <link href>. Get "https://sunsetlimousines.com.au/wp-json/wp/v2/pages/84": context deadline exceeded
- **[WARNING]** Broken link: https://sunsetlimousines.com.au/xmlrpc.php?rsd — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://core.service.elfsight.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/about/ — Found in <a href>. Get "https://sunsetlimousines.com.au/about/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/fleet/ — Found in <a href>. Get "https://sunsetlimousines.com.au/fleet/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/blog/ — Found in <a href>. Get "https://sunsetlimousines.com.au/blog/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/contact-us/ — Found in <a href>. Get "https://sunsetlimousines.com.au/contact-us/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/airport-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/airport-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/cruiseship-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/cruiseship-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/stretch-limo-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/stretch-limo-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/luxury-van-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/luxury-van-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/luxury-sedan-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/luxury-sedan-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/charter-boat-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/charter-boat-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/helicopter-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/helicopter-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/private-jet-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/private-jet-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/casino-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/casino-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/corporate-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/corporate-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/golf-course-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/golf-course-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/fifo-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/fifo-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/limousine-tours/ — Found in <a href>. Get "https://sunsetlimousines.com.au/limousine-tours/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/medical-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/medical-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/pensioners-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/pensioners-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/pub-crawl-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/pub-crawl-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/restaurant-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/restaurant-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/school-limo-hire/ — Found in <a href>. Get "https://sunsetlimousines.com.au/school-limo-hire/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/secure-transfers/ — Found in <a href>. Get "https://sunsetlimousines.com.au/secure-transfers/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/theme-park-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/theme-park-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/winery-tour-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/winery-tour-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/birthday-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/birthday-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/bucks-and-hens-night-limos/ — Found in <a href>. Get "https://sunsetlimousines.com.au/bucks-and-hens-night-limos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/christmas-light-limos/ — Found in <a href>. Get "https://sunsetlimousines.com.au/christmas-light-limos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/concert-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/concert-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/conference-limos/ — Found in <a href>. Get "https://sunsetlimousines.com.au/conference-limos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/date-nights-and-anniversa... — Found in <a href>. Get "https://sunsetlimousines.com.au/date-nights-and-anniversaries/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/formal-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/formal-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/funeral-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/funeral-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/race-day-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/race-day-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/special-event-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/special-event-limousines/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/sporting-events-limos/ — Found in <a href>. Get "https://sunsetlimousines.com.au/sporting-events-limos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/theatre-events-limos/ — Found in <a href>. Get "https://sunsetlimousines.com.au/theatre-events-limos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://sunsetlimousines.com.au/wedding-limousines/ — Found in <a href>. Get "https://sunsetlimousines.com.au/wedding-limousines/": 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.*


### Structured Data (C — 75/100)

*6 JSON-LD block(s) found — some improvements recommended.*

- **[CRITICAL]** Malformed JSON-LD block #2 — JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[]\n\t^.\n"
- **[INFO]** Missing recommended property "openingHours" for LocalBusiness — Adding "openingHours" can improve how search engines display your content.
- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.
- **[PASS]** Custom type "Place" — unable to validate specific properties
- **[PASS]** Custom type "organization" — unable to validate specific properties
- **[PASS]** Custom type "SiteNavigationElement" — unable to validate specific properties
- **[PASS]** 6 JSON-LD blocks found

---

## Infrastructure

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

*2 A records, 278 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[WARNING]** DNS resolution is slow (278 ms) — Slow DNS adds latency to every page load. Consider a faster DNS provider.

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

*No subdomain takeover risk detected*

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

### 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:198d, 2606:4700:3031::ac43:864b

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

*robots.txt present, sitemap with 5 URLs*

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

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

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

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*sunsetlimousines.com.au — via Synergy Wholesale Accreditations Pty Ltd*

- **[PASS]** DNSSEC is enabled
- **[PASS]** Registrar: Synergy Wholesale Accreditations Pty Ltd
- **[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 (A+ — 100/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[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.

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

### 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 — 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 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: this scan does not fetch the privacy policy sub-page; if Article 13 disclosures live there, they are not visible to this check.

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

*7 trackers detected*

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

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

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

- **[INFO]** 7 third-party tracker(s) detected on page

---

## Legal

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

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://sunsetlimousines.com.au/privacy-policy/, linked from footer.
- **[PASS]** Terms of Service detected — Found at https://sunsetlimousines.com.au/terms-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 (B — 80/100)

*© 2025 Sunset Limousines Brisbane Limo Hire ABN: 52 666 4*

- **[INFO]** Copyright year is 2025 (1 year(s) behind) — Copyright year is 2025 — 1 year(s) behind. While copyright protection doesn't depend on the year being current, an outdated notice may suggest the site is not actively maintained. Update to © 2026 or use a range like © 2025–2026.
- **[PASS]** Copyright holder: Sunset Limousines Brisbane Limo Hire ABN: 52 666 4

### Regulatory Indicators

*2 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.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*1 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]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: Analytics (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.

### Compliance Badges (B — 70/100)

*1 compliance badge(s) detected*

- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

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

### Transport Security (A — 85/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.
- **[WARNING]** HSTS max-age is short: 180 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (C — 65/100)

*2 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[WARNING]** No <nav> landmark found
- **[PASS]** Skip navigation link present

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

*54 headings, 1 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H2 → H5 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

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

*All 10 images OK*

- **[PASS]** 10 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)

*83 links, 2 buttons — all OK*

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

---

## UX

### 404 Error Page (B — 80/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Navigation links present on 404 page
- **[PASS]** Homepage link present on 404 page

### Favicon & Branding (C — 55/100)

*3 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[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.

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

*1 navigation pattern(s)*

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

---

## 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 returns 200

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (60 chars) is optimal
- **[PASS]** Title and H1 are well-aligned

### Content Depth (C — 65/100)

*944 words, Difficult*

- **[PASS]** Page has 944 words of content
- **[INFO]** Text-to-HTML ratio is 3% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Difficult (grade 12)

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

*69 internal, 14 external*

- **[PASS]** 69 internal links (83%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** 69 internal / 14 external links

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

*10 images, 10 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.67g CO2 per view*

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

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 42 KB (vs 2893 KB first visit). 93 of 94 resources are served from browser cache, saving 0.66g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.67g)

### Carbon Budget (D — 50/100)

*51th percentile*

- **[WARNING]** 0.67g CO2 — above the median website (0.60g) — Heavier than an estimated 49% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 51th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (B — 80/100)

*86% efficient*

- **[INFO]** Transfer efficiency: 86% — An estimated 401 KB (14%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 401 KB of unused JavaScript. This wasted data produces 0.09g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/99d37e05-d3a4-4889-800f-8001431f8c94*
