# BeaverCheck Audit Report — https://ify.ro

**Date:** September 6, 2026  
**URL:** https://ify.ro  
**Overall Grade:** B (86/100)  
**Report:** https://beavercheck.com/results/4bc4e0a2-0976-443f-b13c-bf079d49b773

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[WARNING]** 1 render-blocking <script src> tag(s) without async/defer — Performance > JavaScript Blocking
4. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers
5. **[WARNING]** HSTS is missing includeSubDomains — Security > Security Headers

---

## Lighthouse Scores

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

---

## Security

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

*7 of 10 headers properly configured*

- **[WARNING]** HSTS is missing includeSubDomains — Without includeSubDomains, subdomains can still be accessed over HTTP.
- **[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
- **[INFO]** Cross-Origin-Opener-Policy is set but not '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 not present
- **[INFO]** HSTS preload list check failed — Could not query hstspreload.org for inclusion status: Get "https://hstspreload.org/api/v2/status?domain=ify.ro": context deadline exceeded

### Content Security Policy (C — 60/100)

*7 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
- **[PASS]** frame-ancestors directive is set
- **[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 83 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 15 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

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

*No cookies set -- cookie-hygiene check is N/A*

- **[PASS]** No cookies set

### WAF / Bot Protection (B — 75/100)

*No WAF detected via response headers*

- **[INFO]** No WAF detected — Response headers don't match any known WAF or bot-management product. Sites exposed to abuse (login, signup, payment) typically benefit from a WAF such as Cloudflare, Akamai, AWS WAF, or Imperva.

### security.txt (C — 60/100)

*No security.txt file found*

- **[INFO]** No security.txt file found — security.txt (RFC 9116) provides a standardized way for security researchers to report vulnerabilities. Create one at /.well-known/security.txt with at least a Contact field.

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

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

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

### CSP Inline-Style Readiness (A+ — 100/100)

*No inline style attributes -- strict CSP is feasible*

- **[PASS]** No inline style attributes detected

### 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, usb, serial, midi, accelerometer, gyroscope, magnetometer

Not declared (default-allow): geolocation, payment

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 `strict-origin-when-cross-origin` (modern default -- full URL same-origin, origin-only cross-origin)*

- **[PASS]** Referrer-Policy: `strict-origin-when-cross-origin` -- modern default -- full URL same-origin, origin-only cross-origin — The modern browser default (Chrome 85+, Firefox 87+, Safari 15+). Full URL Referer on same-origin; origin only on cross-origin; no Referer on HTTPS-to-HTTP downgrade. Privacy-safe and breaks no analytics. The recommended explicit value.

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

*No source maps accessible (probed 6 candidate URL(s))*

- **[PASS]** No source maps accessible across 6 probed candidate(s)

### HTML Version Disclosure (B — 90/100)

*1 generator tag(s) without version info*

- **[INFO]** 1 generator tag(s) without version info: Drupal 11 (https://www.drupal.org) — Generator tags reveal the CMS / build tool but no version specifics. Attackers can't directly cross-reference CVEs but can probe known weaknesses for the named platform. Removing the tag entirely is preferable; most CMSes have a one-config-flag option to suppress it.

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

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

### Email Security (F — 0/100)

*no DMARC, no SPF*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures. Add a TXT record at _dmarc.<domain> starting with v=DMARC1.
- **[WARNING]** No SPF record found — Without SPF (Sender Policy Framework), receivers can't tell which servers are authorized to send mail for your domain. Add a TXT record at the apex starting with v=spf1, ending in -all.
- **[INFO]** No DKIM detected via common selectors — DKIM signs outbound mail to prove origin. We probed common selectors (default, google, selector1, etc.) without finding a record. If you use a non-standard selector, this is a false negative.
- **[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)

*8 directives, 2 missing*

- **[PASS]** camera=() — blocked for all origins
- **[PASS]** microphone=() — blocked for all origins
- **[PASS]** usb=() — blocked for all origins
- **[PASS]** serial=() — blocked for all origins
- **[PASS]** midi=() — blocked for all origins
- **[PASS]** accelerometer=() — blocked for all origins
- **[PASS]** gyroscope=() — blocked for all origins
- **[PASS]** magnetometer=() — blocked for all origins
- **[INFO]** geolocation not restricted — Consider adding geolocation=() to block geolocation access from embedded content.
- **[INFO]** payment not restricted — Consider adding payment=() to block payment access from embedded content.

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

*No CORS headers*

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

---

## Performance

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

*658 KB transferred, 67 requests*

- **[PASS]** Page weighs 2.2 MB (658 KB transferred)
- **[INFO]** 67 HTTP requests
- **[INFO]** Estimated 0.13 g CO2 per page load

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

*17% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 17% of page weight (114.6 KiB of 658.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+ — 100/100)

*7 images, 0 KB saveable*

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

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

*2116ms total JS execution*

- **[WARNING]** https://ify.ro/: 821ms CPU time
- **[WARNING]** Unattributable: 556ms CPU time
- **[INFO]** https://ify.ro/lib/js/jquery/jquery.min.js?rnd=559...: 213ms CPU time
- **[INFO]** https://ify.ro/core/cache/ls/js/8db0114f091d310d32...: 178ms CPU time
- **[INFO]** https://ify.ro/core/cache/ls/js/1554b145f4c126b04e...: 112ms CPU time

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

*4 fonts (115 KB)*

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

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

*48 scripts, 114 KB unused*

- **[WARNING]** https://ify.ro/core/cache/ls/js/1554b145f4c126b04e...: 37 KB unused (59%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ify.ro/core/cache/ls/js/af0d5efd01aba284cc...: 32 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ify.ro/core/cache/ls/js/81c1b0b0fa4401ed55...: 25 KB unused (85%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ify.ro/core/cache/ls/js/63afa0cb165dc60d91...: 21 KB unused (83%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 114 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)

*5 hints, 0 missing preconnects*

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

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

*HTTP/3 advertised via Alt-Svc*

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

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

*Main response uses brotli*

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

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

*LCP preload audit not available*

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

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

*No Cache-Control header on main HTML response*

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

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

*No Server-Timing header found*

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

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

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: Accept-Encoding — 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).
- **[PASS]** `ETag` present -- conditional GET supported

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

*67 resources · 658 KB · 114 KB savings available*

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

*1 JS blocking issue(s) detected*

- **[WARNING]** 1 render-blocking <script src> tag(s) without async/defer — Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.

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

*150 links checked, 66 healthy, 84 broken*

- **[CRITICAL]** 66 of 150 links are healthy
- **[WARNING]** Broken link: https://www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://ify.ro/feed/ — Found in <link href>. Get "https://ify.ro/feed/": context deadline exceeded
- **[WARNING]** Broken link: https://ify.ro/comments/feed/ — Found in <link href>. Get "https://ify.ro/comments/feed/": context deadline exceeded
- **[WARNING]** Broken link: https://ify.ro/wp-json/oembed/1.0/embed?url=https%3A%2F%2... — Found in <link href>. Get "https://ify.ro/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fify.ro%2F": context deadline exceeded
- **[WARNING]** Broken link: https://ify.ro/wp-json/oembed/1.0/embed?url=https%3A%2F%2... — Found in <link href>. Get "https://ify.ro/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fify.ro%2F&format=xml": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/promotii/ — Found in <a href>. Get "https://ify.ro/promotii/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/produse/ — Found in <a href>. Get "https://ify.ro/produse/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/product-category/tablouri/ — Found in <a href>. Get "https://ify.ro/product-category/tablouri/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/product-category/decoratiuni/ — Found in <a href>. Get "https://ify.ro/product-category/decoratiuni/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/product-category/brelocuri/ — Found in <a href>. Get "https://ify.ro/product-category/brelocuri/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/product-category/jucarii/ — Found in <a href>. Get "https://ify.ro/product-category/jucarii/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/despre-noi/ — Found in <a href>. Get "https://ify.ro/despre-noi/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/recenzii/ — Found in <a href>. Get "https://ify.ro/recenzii/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/contact/ — Found in <a href>. Get "https://ify.ro/contact/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/contul-meu/ — Found in <a href>. Get "https://ify.ro/contul-meu/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/cos/ — Found in <a href>. Get "https://ify.ro/cos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/tablouri/pisica/ — Found in <a href>. Get "https://ify.ro/shop/tablouri/pisica/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5195 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5195": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5195 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5195": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/tablouri/porsche-gt3/ — Found in <a href>. Get "https://ify.ro/shop/tablouri/porsche-gt3/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5189 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5189": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5189 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5189": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/tablouri/venom/ — Found in <a href>. Get "https://ify.ro/shop/tablouri/venom/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5186 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5186": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5186 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5186": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/tablouri/john-wick/ — Found in <a href>. Get "https://ify.ro/shop/tablouri/john-wick/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5183 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5183": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5183 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5183": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/vaza-spirala-3d/ — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/vaza-spirala-3d/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5370 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5370": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5370 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5370": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5240 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5240": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5240 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5240": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/bichon/ — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/bichon/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5209 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5209": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5209 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5209": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/pisica-decorativa/ — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/pisica-decorativa/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5205 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5205": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5205 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5205": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/love-rose/ — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/love-rose/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5173 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5173": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5173 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5173": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/cuplu-indragostiti-cadou/ — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/cuplu-indragostiti-cadou/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5169 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5169": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5169 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5169": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/decoratiuni/statueta-cuplu-indragosti... — Found in <a href>. Get "https://ify.ro/shop/decoratiuni/statueta-cuplu-indragostiti-cu-inima-rosie/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5145 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5145": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5145 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5145": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/brelocuri/breloc-nod-3d/ — Found in <a href>. Get "https://ify.ro/shop/brelocuri/breloc-nod-3d/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5369 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5369": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5369 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5369": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/brelocuri/breloc-bmw/ — Found in <a href>. Get "https://ify.ro/shop/brelocuri/breloc-bmw/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5201 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5201": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5201 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5201": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/brelocuri/playstation-5/ — Found in <a href>. Get "https://ify.ro/shop/brelocuri/playstation-5/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5198 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5198": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5198 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5198": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/brelocuri/breloc-panda/ — Found in <a href>. Get "https://ify.ro/shop/brelocuri/breloc-panda/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5192 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5192": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5192 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5192": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/brelocuri/breloc-inima/ — Found in <a href>. Get "https://ify.ro/shop/brelocuri/breloc-inima/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5178 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5178": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5178 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5178": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/jucarii/dragon-articulat-3d/ — Found in <a href>. Get "https://ify.ro/shop/jucarii/dragon-articulat-3d/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5368 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5368": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5368 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5368": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/jucarii/infinity-ring/ — Found in <a href>. Get "https://ify.ro/shop/jucarii/infinity-ring/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5231 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5231": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5231 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5231": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/jucarii/infinity-cube/ — Found in <a href>. Get "https://ify.ro/shop/jucarii/infinity-cube/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5228 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5228": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5228 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5228": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/jucarii/sarpe-flexibil/ — Found in <a href>. Get "https://ify.ro/shop/jucarii/sarpe-flexibil/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5219 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5219": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5219 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5219": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/shop/jucarii/caracatita/ — Found in <a href>. Get "https://ify.ro/shop/jucarii/caracatita/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/?add-to-cart=5212 — Found in <a href>. Get "https://ify.ro/?add-to-cart=5212": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-add-product&id=5212 — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-add-product&id=5212": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/termeni-si-conditii/ — Found in <a href>. Get "https://ify.ro/termeni-si-conditii/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/politica-de-confidentialitate/ — Found in <a href>. Get "https://ify.ro/politica-de-confidentialitate/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro/livrare-si-retur/ — Found in <a href>. Get "https://ify.ro/livrare-si-retur/": context deadline exceeded
- **[CRITICAL]** Broken link: https://ify.ro?action=yith-woocompare-view-table&iframe=yes — Found in <a href>. Get "https://ify.ro?action=yith-woocompare-view-table&iframe=yes": 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 (C — 70/100)

*Open Graph tags are partially configured — some improvements recommended.*

- **[WARNING]** Missing og:description — The og:description tag controls the description in social sharing previews.
- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.
- **[INFO]** og:title is short (14 characters) — Ideal length is 25–60 characters for 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 4 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]** 4 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

BreadcrumbList, 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 (A — 90/100)

*2 issues found across 36 images*

- **[INFO]** 1 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://ify.ro/core/views/673dfddfa8/assets/images/mainpicture-768.webp.

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

*No autoplay media on the page*

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

---

## Infrastructure

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

*1 A records, 1119 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 4 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[WARNING]** DNS resolution is slow (1119 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

### DNSSEC (C — 50/100)

*DNSSEC posture not checked*

- **[INFO]** DNSSEC posture not checked — Could not query the validating resolver for DNSSEC status. Network or resolver outage.

### CAA Records (C — 50/100)

*CAA posture not checked*

- **[INFO]** CAA records not checked — Could not query the resolver for CAA records. Network or resolver outage.

### Reverse DNS (B — 75/100)

*0/1 IPs match cert SAN*

- **[INFO]** PTR for 37.143.166.254 does not match any cert SAN: iabi.lol — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.

### Multi-Resolver DNS Speed (F — 25/100)

*All public resolvers failed to resolve the domain*

- **[CRITICAL]** DNS resolution failed against all public resolvers — 1.1.1.1, 8.8.8.8, and 9.9.9.9 all failed to resolve this domain. Almost always means the domain is delegated incorrectly, the authoritative servers are unreachable, or the resolution returned NXDOMAIN/SERVFAIL across the board.

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

*No redirects — direct access*

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

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

### Crawlability (A — 85/100)

*robots.txt present, no sitemap*

- **[PASS]** robots.txt is present
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.
- **[PASS]** robots.txt references sitemap

### URL Variants (B — 75/100)

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

- **[CRITICAL]** HTTP version does not redirect to HTTPS

### Domain Intelligence

*Domain intelligence data not available*


---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[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.

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

*Lang attribute + Content-Language header*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[PASS]** Content-Language header is set
- **[PASS]** Language signals are consistent

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

*No hreflang tags on this page*

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

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

*No additional i18n signals detected*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*No accessibility statement detected*

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

### GDPR Article 13 Disclosures (F — 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+ — 100/100)

*No third-party trackers detected*

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

### 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 cookies on the page*

- **[PASS]** No cookies set on the page response

### 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 (F — 0/100)

*0 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[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 ify*

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

### 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 (strong confidence) — Indicators suggesting GDPR may be relevant: European language detected: ro-RO; European TLD detected: .ro. 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 (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

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

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
- **[PASS]** ETag present — enables conditional (304) responses

### 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 (base policy)
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[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 (B — 85/100)

*No CDN cache-status headers in the response*

- **[INFO]** No CDN cache-status headers in the response — Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.

---

## Accessibility

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

*13 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 1 <nav> landmark(s) found
- **[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)

*45 headings*

- **[PASS]** Single H1 present

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

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

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

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

*All 36 images OK*

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

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

*All 6 controls labeled*

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

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

*140 links, 24 buttons — all OK*

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

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

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

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

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

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

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

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

*All 5 eligible field(s) carry autocomplete/inputmode*

- **[PASS]** All 5 eligible field(s) carry autocomplete/inputmode

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

*Lang attribute set to "ro-RO"*

- **[PASS]** <html lang="ro-RO"> is set and valid

### Tabindex Anti-Patterns (B — 70/100)

*0 positive, 6 -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 <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 <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 <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 <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 <button> — 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 (C — 75/100)

*78% of visible text renders at >= 12 CSS px (62 below threshold)*

- **[WARNING]** 62 text node(s) render below 12 CSS pixels on mobile — Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <p> 10.6px ("Livrare gratuită pentru comenzile de pes..."); <div> 11.8px ("Creat strat cu strat"); <p> 11.5px ("La comenzile de peste 250 lei"); <p> 11.5px ("Culori și variante alese pentru tine"); <p> 11.5px ("Printuri ușoare, rezistente și atent fin...").

---

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

*5 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 (B — 80/100)

*Valid manifest*

- **[PASS]** Name present: ify.ro
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present

### PWA Depth (B — 80/100)

*2 PWA signal(s) surfaced*

- **[WARNING]** Manifest declares display="browser" -- no PWA UX — When `display` is `browser` (or unset, which is the spec default), the installed app opens in a regular browser tab -- no install prompt, no standalone window, no app-shell experience. The intended values for a PWA are `standalone` (most common; full-screen, no browser chrome) or `fullscreen` (games / immersive apps). `minimal-ui` is a middle ground (basic browser controls but no address bar).
- **[INFO]** Manifest has no maskable icon — Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).

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

*No navigation patterns*

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

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

*2 mobile-depth signal(s) detected*

- **[PASS]** Browser-chrome `theme-color` meta tag present — The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.
- **[PASS]** Viewport `viewport-fit=cover` -- supports notched / dynamic-island devices — The viewport meta declares `viewport-fit=cover`, which lets the page draw into the safe-area edges (notch, dynamic island, home indicator) on iPhone X+ devices. Pair with `env(safe-area-inset-*)` CSS to keep critical UI inside the inset rectangle while letting backgrounds extend edge-to-edge.

---

## SEO

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

*Properly configured*

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

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

*Title: 15 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 15 characters — consider expanding
- **[PASS]** Meta description length (116 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

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

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

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

*904 words, Fairly Difficult*

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

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

*130 internal, 10 external*

- **[PASS]** 130 internal links (93%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** 130 internal / 10 external links

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

*36 images, 36 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 (C — 75/100)

*No sitemap.xml found*

- **[INFO]** No sitemap.xml found — Sitemaps help search engines discover and prioritize URLs. Not strictly required for small sites where every page is linked from the homepage, but recommended once a site grows beyond a few dozen URLs.

### Sitemap × Robots Consistency (C — 75/100)

*Sitemap or robots.txt missing -- consistency check skipped*

- **[INFO]** Cross-check skipped (sitemap or robots.txt absent)

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

*No sitemap to evaluate -- depth check is N/A*

- **[PASS]** No sitemap fetched -- depth check skipped

### 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.18g CO2 per view*

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

### Green Hosting (D — 50/100)

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

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

*91% cached*

- **[PASS]** 91% reduction on repeat visits — Returning visitors download only 56 KB (vs 658 KB first visit). 66 of 67 resources are served from browser cache, saving 0.17g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.18g)

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

*10th percentile*

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

*83% efficient*

- **[INFO]** Transfer efficiency: 83% — An estimated 114 KB (17%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 114 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/4bc4e0a2-0976-443f-b13c-bf079d49b773*
