# BeaverCheck Audit Report — https://cutt.ly

**Date:** April 21, 2026  
**URL:** https://cutt.ly  
**Overall Grade:** B (85/100)  
**Report:** https://beavercheck.com/results/3b112eaf-5b0a-48f7-b5e9-2850e11fd4cf

## 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. **[CRITICAL]** 5 control(s) without accessible label — Accessibility > Form Accessibility
5. **[WARNING]** 7 third-party resources (46% of weight) — Performance > Page Weight Inventory

---

## Lighthouse Scores

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

---

## Security

### Security Headers (C — 65/100)

*6 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.
- **[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

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

*4 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'
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[PASS]** frame-ancestors directive is set
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

### 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.
- **[PASS]** Certificate is valid (expires in 171 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 — 90/100)

*1 cookies analyzed, 1 checks passed*

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

---

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

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[PASS]** No sensitive files exposed

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

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest protection

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

*353 KB transferred, 27 requests*

- **[PASS]** Page weighs 907 KB (353 KB transferred)
- **[PASS]** 27 HTTP requests
- **[INFO]** Estimated 0.07 g CO2 per page load

### Third-Party Impact (B — 70/100)

*46% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 46% of page weight (162.6 KiB of 353.5 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 (B — 75/100)

*8 images, 0 KB saveable*

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

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

*4396ms total JS execution*

- **[WARNING]** https://cutt.ly/: 3797ms CPU time
- **[WARNING]** Unattributable: 453ms CPU time
- **[INFO]** https://cutt.ly/scripts/jquery.js?v=03112023: 146ms CPU time
- **[INFO]** Third-party scripts: 453ms (10% of total)

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

*5 fonts (163 KB)*

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

### JS Bundles (A+ — 100/100)

*6 scripts, 0 KB unused*


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

*7 hints, 0 missing preconnects*

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

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

*27 resources · 353 KB · 0 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[WARNING]** 7 third-party resources (46% 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*


---

## Content Quality

### Links (F — 40/100)

*173 links checked, 43 healthy, 130 broken*

- **[CRITICAL]** 43 of 173 links are healthy
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://cutt.ly/site.webmanifest — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://cutt.ly/css/print.css?v=0412202201 — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/en — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ar — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/az — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/bg — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/bn — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/cs — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/da — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/de — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/el — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/es — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/et — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/fi — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/fr — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/he — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/hi — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/hr — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/hu — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/id — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/it — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ja — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ko — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/lt — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/lv — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ms-MY — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/nl — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/af — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/arz — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ml — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ta — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/ur — Found in <link href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/about — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/url-shortener-features — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/preview — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/cutt-url-button — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/verify — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/cuttly-api — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/integrations — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/login — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/register — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/report — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/pro-pricing — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/terms — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/privacy — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/startup.svg — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/link-analytics/stats-for-short-link — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/URL-Shortener-Features — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/short-link-features/how... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/cuttbioURL-Shortener.webp — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/url-shortener-and-branding — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/link-in-bio/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_url_shortener_per... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/url-shortener-for-personal... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_short_links_socia... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/short-links-social-media-c... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_how_to_create_sho... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_url_shortener_pub... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/url-shortener-for-publishe... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_url_shortener_rec... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/url-shortener-for-recruitm... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/resources/blog/img/blog_link_in_bio_tools... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/link-in-bio-tools-complete... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/compliance-trai-sms-regula... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/compliance-trai-sms-header... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/ai_hero_mockup_.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/ai — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Winter_2025.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_ML_Winter-2025.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Spring_2025.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Winter_2024.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Spring_2024.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Summer_2024.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_HP_Fall_2024.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/G2_medal_ML_Fall_2024.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/best-support-winter-2025.webp — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/SaaSworthy_Most_Worthy_Url_Sho... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/SaaSworthy_Fastest_Growing_Url... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/awards/SaaSworthy_Most_Popular_Url_Sh... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/foot_logo.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/fb.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/twitter.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/instagram.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/linkedin.svg — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/url-shortener-for/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/what-is-url-shortener — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/cuttly-global-url-shortene... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/top-12-best-url-shorteners... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/bitly-vs-cuttly-2026 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/rebrandly-alternative — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/tinyurl-alternative — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/shortio-alternative — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/blink-alternative — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/blog/owly-alternative — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/url-shortener — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/link-analytics — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/cuttly-campaigns — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/cuttly-surveys — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/link-in-bio — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/qr-codes — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/tools/trai-url-shortener — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/about/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/support/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/encyclopedia/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/accessibility-statement — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/acceptable-use — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/resources/trust/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/contact — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://cutt.ly/langs — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/img/wrs.svg — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cutt.ly/css/cookieconsent.css?v=2210202407 — Found in <link href>. Returns HTTP 403.

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

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

- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

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

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

- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.
- **[INFO]** Missing recommended property "potentialAction" for WebSite — Adding "potentialAction" can improve how search engines display your content.
- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** Custom type "WebApplication" — unable to validate specific properties
- **[PASS]** Custom type "SoftwareApplication" — unable to validate specific properties
- **[PASS]** Custom type "DefinedTerm" — unable to validate specific properties
- **[PASS]** 7 JSON-LD blocks found

---

## Infrastructure

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

*2 A records, 5 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 2 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
- **[PASS]** DNS resolution time: 5 ms

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

*No redirects — direct access*

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

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

*IPv6 reachable (1 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700:10::6814:258a, 2606:4700:10::ac42:9150

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

*robots.txt present, sitemap with 451 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 451 entries
- **[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)

*cutt.ly — via Libyan Spider Network (int), 8 years, 4 months old*

- **[PASS]** Domain registered until Jan 13, 2030 (3 years, 9 months remaining)
- **[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: Libyan Spider Network (int)
- **[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
- **[PASS]** 1 cookie(s) set on initial load (functional)
- **[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

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

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

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

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

---

## Legal

### Legal Page Ecosystem (B — 75/100)

*4 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at privacy.
- **[PASS]** Terms of Service detected — Found at terms.
- **[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.
- **[PASS]** Accessibility Statement detected — Found at resources/accessibility-statement, linked from footer.
- **[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.
- **[PASS]** Acceptable Use Policy detected — Found at resources/acceptable-use, linked from footer.

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

*© 2026 cutt*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 cutt
- **[PASS]** Copyright holder: cutt

### 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 (strong confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .pl; Text mentions: gdpr. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.

### 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 (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: SIN)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

### 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 (B — 75/100)

*5 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <nav> landmark(s) found
- **[WARNING]** 2 of 2 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

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

*51 headings*

- **[PASS]** Single H1 present

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

*All 28 images OK*

- **[PASS]** 28 image(s) with good alt text

### Form Accessibility (C — 55/100)

*5 of 13 controls have issues*

- **[CRITICAL]** 5 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[PASS]** 8 control(s) properly labeled

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

*1 issue(s) across 191 links and 2 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 13 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 177 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)

*4 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 — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[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 (A+ — 100/100)

*Print styles detected*

- **[PASS]** External print stylesheet detected

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

*No navigation patterns*

- **[PASS]** 2 navigation landmark(s) detected
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[CRITICAL]** Canonical target returns 403 — Search engines cannot follow this canonical, effectively orphaning this page.

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (58 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*3137 words, Difficult*

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

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

*181 internal, 10 external*

- **[PASS]** 181 internal links (95%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** 181 internal / 10 external links

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

*28 images, 28 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.08g CO2 per view*

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

*85% cached*

- **[PASS]** 85% reduction on repeat visits — Returning visitors download only 52 KB (vs 353 KB first visit). 26 of 27 resources are served from browser cache, saving 0.07g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.08g)

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

*10th percentile*

- **[PASS]** 0.08g 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 (A+ — 100/100)

*100% efficient*

- **[PASS]** Transfer efficiency: 100% — Only 0 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/3b112eaf-5b0a-48f7-b5e9-2850e11fd4cf*
