# BeaverCheck Audit Report — https://www.flipkart.com

**Date:** April 12, 2026  
**URL:** https://www.flipkart.com  
**Overall Grade:** D (68/100)  
**Report:** https://beavercheck.com/results/8563b959-d227-4e4f-ac60-ca088912c2d2

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 14 image(s) missing alt attribute — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 54 |
| Accessibility | 77 |
| Best Practices | 96 |
| SEO | 92 |

---

## Security

### Security Headers (F — 10/100)

*2 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is not present

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

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

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

*TLS 1.3, 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 95 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 19 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

---

## Advanced Security

### Subresource Integrity (F — 20/100)

*0 of 12 external resources have SRI*

- **[WARNING]** External link from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from js-agent.newrelic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from js-agent.newrelic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from js-agent.newrelic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets-web.flixcart.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

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

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

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

*Origin: https://www.flipkart.com*

- **[PASS]** CORS restricted to specific origin(s)
- **[INFO]** Origin reflection not testable with a single request — Some servers reflect the request Origin header. This requires manual testing with a crafted Origin header.

---

## Performance

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

*2.6 MB transferred, 119 requests*

- **[WARNING]** Page weighs 10.4 MB (2.6 MB transferred)
- **[WARNING]** JavaScript is 2.0 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 119 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.55 g CO2 per page load

### Third-Party Impact (D — 50/100)

*94% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 94% of page weight (2.5 MiB of 2.6 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

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

*51 images, 0 KB saveable*

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

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

*9871ms total JS execution*

- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 4122ms CPU time
- **[WARNING]** https://www.flipkart.com/: 2433ms CPU time
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 1504ms CPU time
- **[WARNING]** Unattributable: 846ms CPU time
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 318ms CPU time
- **[WARNING]** Third-party scripts: 7437ms (75% of total)

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

*3 fonts (28 KB)*

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

### JS Bundles (F — 20/100)

*27 scripts, 1.3 MB unused*

- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 503 KB unused (60%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 206 KB unused (100%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 176 KB unused (100%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 87 KB unused (69%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://static-assets-web.flixcart.com/batman-retu...: 77 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.3 MB

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

*27 hints, 0 missing preconnects*

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

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

*200 links checked, 118 healthy, 82 broken*

- **[CRITICAL]** 118 of 200 links are healthy
- **[WARNING]** Broken link: https://1.rome.api.flipkart.com — Found in <link href>. Returns HTTP 410.
- **[WARNING]** Broken link: https://2.rome.api.flipkart.com — Found in <link href>. Returns HTTP 410.
- **[WARNING]** Broken link: https://rukminim2.flixcart.com — Found in <link href>. Returns HTTP 400.
- **[WARNING]** Broken link: https://www.flipkart.com — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: android-app://com.flipkart.android/flipkart/hp_seg — Found in <link href>. Get "android-app://com.flipkart.android/flipkart/hp_seg": unsupported protocol scheme "android-app"
- **[CRITICAL]** Broken link: https://www.flipkart.com/flights-travel-uhp-at-store?mark... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/searchsuggestion — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/account/login?ret=/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/account/login?signup=true&ret=/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/account/?rd=0&link=home_account — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/plus — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/account/orders?link=home_orders — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/wishlist?link=home_wishlist — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/account/rewards?link=home_rewards — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/the-gift-card-store?link=home_gi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/communication-preferences/push?t... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/helpcentre — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/mobile-apps?otracker=ch_vn_mobil... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/viewcart?marketplace=FLIPKART — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/aw-base-new-inline-2025-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/mobile-phone-ab-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/bpc-bau-new-inline-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/new-elec-clp-march-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/home-kitchen-25-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/tv-and-appliances-inline-ab-at-s... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/toys-baby-2025-new-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/fnhc-2025-new-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/aa-2025-new-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/twowheelers-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/sf-inline-2025-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/booksmedia-2025-at-store — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/india-ka-furniture-studio-inline... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/pr?sid=j9e%2Cabm%2Cc54&offer... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/j9e/abm/c54/~cs-n0g5vbei3k/pr?si... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/realme-p4-5g-steel-grey-128-gb/p... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/vivo-t5-pro-5g-coming-soon-ads-s... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/4rr/tz1/~cs-nnvt79ht0e/pr?sid=4r... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/p3t/~cs-ezpeh1va96/pr?sid=p3t&co... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/ckf/czl/~cs-qggjacel5p/pr?sid=ck... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/poco-m7-pro-5g-lunar-dust-256-gb... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/mens-tshirts/garimaknitwear~bran... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/tng/~cs-300f5h6vxj/pr?sid=tng&co... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/clothing-and-accessories/topwear... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-ba01a1c1b91237176321ef49... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-09b4b98a410e5597823b458e... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-ea9b3c8c4615a43dc1bc2dad... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-09d8dcb877186e4f3280ba39... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/offers-list/recommended-for-you?... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-6ef68bc8d283b86730515a8f... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-21e789349087c946d1b57cb0... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-fcd986f0a357ac4dbc7f91b7... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-6d75d208ca824e804868f4b7... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/mens-footwear/pr?sid=osp%2Ccil&p... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/boat-storm-call-w-4-29-cm-1-69-b... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/maybelline-new-york-colossal-bub... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/triggr-ultrabuds-n4-premium-fini... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/ajy/buh/~cs-i28vzslitc/pr?sid=aj... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/triggr-ultrabuds-n4-premium-fini... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-8b943e5260805c8cfb2c2424... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-47a6eb23c7a62a1feb34dd7e... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-bb3dd67f3c9a5a1591fb1e97... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-5accdea86fc9b39bd03aaafa... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/offers-list/recommended-for-you?... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-0082a75b990faa4b37ade0f4... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-e6cc5a97a8b213ca2592ae9e... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-9124fb562248d3afbcf1149f... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-7a2a9bad7e4968fdcb25208f... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/offers-list/top-picks-of-the-sal... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-63c1e6db9fa0d6b7ed672f51... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-cf0e47101db6c30af6a47d1e... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-45daf51a70368e966c794c60... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/all/~cs-9006a67b4742e4ebe4fe4662... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/spoyl-ff-store?param=0986&ctx=ey... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/flipkart-pay-at-store?ctx=eyJjYX... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/flipkart-originals-large-at-stor... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/gift-card-at-store?param=7654567... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/flipkart-black-store?param=38944... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/supercoin?param=76523&ctx=eyJjYX... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/next-gen-brands-store?param=0981... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/brands — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.flipkart.com/ai-nova-2-ultra-5g-black-128-gb/... — Found in <a 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 (F — 55/100)

*Open Graph tags need attention — social sharing previews may be incomplete.*

- **[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 long (77 characters) — Titles over 60 characters may be truncated in social sharing previews.
- **[INFO]** Missing og:type — The og:type tag helps social platforms categorize the content.
- **[INFO]** Missing og:site_name — The og:site_name tag displays the website name in social previews.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

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

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

- **[WARNING]** Missing required property "name" for Organization — The "name" property is required for the Organization schema type.
- **[INFO]** Missing recommended property "url" for Organization — Adding "url" can improve how search engines display your content.

---

## Infrastructure

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

*1 A records, 58 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
- **[WARNING]** CNAME record at zone apex — A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
- **[PASS]** 4 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: 58 ms

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

*0 redirect(s), 491 ms total*


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

*no robots.txt, no sitemap*

- **[INFO]** No robots.txt found — robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.

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

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

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

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

*flipkart.com — via GoDaddy.com, LLC, 19 years, 1 months old, hosted on FKNET-IN Flipkart Internet Pvt Ltd, IN*

- **[WARNING]** Domain expires in 52 days — Consider enabling auto-renewal to prevent accidental expiration.
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: GoDaddy.com, LLC
- **[PASS]** Hosting: FKNET-IN Flipkart Internet Pvt Ltd, IN

---

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

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

*Viewport prevents zooming*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[CRITICAL]** Viewport prevents user zooming — user-scalable=no or maximum-scale < 2 prevents users from zooming. This is a WCAG 1.4.4 (Level AA) failure and an accessibility barrier for users with low vision.

### Third-Party Trackers (C — 55/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 2 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

---

## Legal

### Legal Page Ecosystem (D — 50/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /pages/privacypolicy?otracker=footer_navlinks, linked from footer.
- **[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.
- **[PASS]** Cookie Policy detected — Found at /grocery/snacks-beverages/biscuits/cookies/pr?sid=73z,ujs,eb9,7j9&marketplace=GROCERY&otracker=undefined_footer.
- **[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)

*© 2007- 2026 Flipkart*

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

### Regulatory Indicators

*2 regulatory indicator(s) detected*

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

### Third-Party Data Sharing

*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 (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 — 30/100)

*No cache headers*

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

### Transport Security (B — 75/100)

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (D — 50/100)

*3 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[WARNING]** No <nav> landmark found
- **[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)

*10 headings*

- **[PASS]** Single H1 present

### Alt Text Quality (F — 15/100)

*67 of 95 images have issues*

- **[CRITICAL]** 14 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 14 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[WARNING]** 53 image(s) with generic alt text
- **[PASS]** 28 image(s) with good alt text

### Form Accessibility (B — 84/100)

*2 of 2 controls have issues*

- **[WARNING]** 2 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.

### Link & Button Quality (F — 23/100)

*5 issue(s) across 414 links and 3 buttons*

- **[CRITICAL]** 3 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 1 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[CRITICAL]** 14 image-only link(s) without alt text
- **[WARNING]** 4 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text
- **[PASS]** 392 link(s) with descriptive text

---

## UX

### 404 Error Page (F — 25/100)

*HTTP 403, custom page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[PASS]** Custom styled 404 page

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

*6 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

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

*Not found*

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

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

*No dark mode signals*

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

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

*No print styles*

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

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

*No navigation patterns*

- **[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 — 85/100)

*Title: 11 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 11 characters — consider expanding
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*3245 words, Difficult*

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

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

*396 internal, 18 external*

- **[PASS]** 396 internal links (96%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** Page has 414 links — consider reducing
- **[INFO]** 396 internal / 18 external links

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

*95 images, 58 descriptive filenames*

- **[INFO]** 37 image(s) have hash/generic filenames
- **[INFO]** 14 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.74g CO2 per view*

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

*94% cached*

- **[PASS]** 94% reduction on repeat visits — Returning visitors download only 163 KB (vs 2688 KB first visit). 118 of 119 resources are served from browser cache, saving 0.70g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.05g CO2 (first visit: 0.74g)

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

*54th percentile*

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

### Transfer Efficiency (D — 40/100)

*50% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/8563b959-d227-4e4f-ac60-ca088912c2d2*
