Manifest position 710 · CrUX rank bucket 1000

https://www.xxxhindi.to

Coverage complete

Coverage-complete agentic audit of five representative paths/templates. Search-results and account submission were not exercised because they duplicate inspected templates or would create state; video playback was not started, but the player entry state and markup were inspected.

Attempts
1 / 3
Judged checks
58 / 58
Blocked
0
Not run
0
This report has no published overall score. Blocked and not-run checks are not passes. A coverage-complete report means every check has a judged outcome; it does not mean every check passed.

All 58 atomic check outcomes

Principle / checkStatusConfidenceEvidence or reason
respect-user-preferences
respects-color-scheme
issueshighComputed-style probe reports colorScheme "normal", no theme media rule, and the normal and emulated-dark screenshots are identical; the design is hard-coded dark rather than preference-driven.
F01 medium: Hard-coded theme ignores the user color-scheme preference
respect-user-preferences
respects-reduced-motion
passhighUnder prefers-reduced-motion: reduce, matchMedia was true, getAnimations() returned none, and no motion media rule was needed because no non-essential animation was running.
respect-user-preferences
respects-contrast
passmediumThe prefers-contrast: more screenshot retained visible text and controls; Lighthouse also reported no color-contrast failures.
implement-natural-interactions
view-transitions
issuesmediumDOM/CSS probe found no ::view-transition rules; navigation between the MPA listing, category, detail and contact templates is an abrupt full-page swap.
F02 low: Navigation swaps are abrupt
implement-natural-interactions
scroll-driven-animations
not-applicablehighNo parallax, scrollytelling, reveal, or other scroll-linked motion exists on the representative templates, so there is no scroll animation implementation to assess.
implement-natural-interactions
physical-gestures
passmediumThe mobile page uses native scrolling and a simple menu toggle; inspection found no custom pointermove/swipe layer that fights platform gestures.
provide-guided-navigation
scroll-state-aware-chrome
issuesmediumThe homepage is 16,740 CSS pixels tall on mobile, but the header/chrome is static and the CSS probe found no scroll timeline or state-aware progress/affordance.
F03 low: Long listings provide no scroll-state guidance
provide-guided-navigation
anchored-positioning
issuesmediumThe site ships custom dropdown/modal UI, but the CSS probe found no anchor-name, position-anchor, or position-try rules; overlays are manually themed legacy components.
F04 low: Legacy overlays are manually positioned
provide-guided-navigation
directs-attention
issuesmediumRepresentative route changes use abrupt document swaps and the long listing offers no progress marker or post-navigation highlight beyond basic current-menu color.
F05 low: Navigation does not guide attention after state changes
maximize-content-reduce-noise
no-intrusive-interruptions
issueshighOn first load the cookie notice overlays the bottom of every captured template; on 360x800 it obscures a substantial portion of the next video card and offers only Accept plus a policy link.
F06 high: Cookie notice obscures core content on load
maximize-content-reduce-noise
semantic-dismissible-primitives
issueshighDOM inspection found #cookie-bar as a plain DIV and #wpst-user-modal as a DIV role=dialog rather than dialog/popover primitives with declarative dismissal.
F07 medium: Custom DIV overlays replace platform primitives
maximize-content-reduce-noise
reduced-chrome
passmediumDesktop and mobile screenshots devote most space to the video grid/player; chrome is compact and does not overwhelm the core catalog content.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighAt 360x800, layout metrics report scrollWidth=clientWidth=360, horizontalOverflowPx=0, a viewport meta tag, and a mobile one-column layout.
adapt-to-the-form-factor
component-level-responsiveness
issuesmediumThe CSS probe found zero container rules; reused cards and sidebars adapt only through global viewport CSS rather than their available container.
F08 low: Reusable cards do not respond to their containers
adapt-to-the-form-factor
input-modality-aware
issueshighThe focus/geometry probe found key cookie and search controls only 21px high, far below a comfortable touch target, while several hidden-menu links remain focusable with 0x0 geometry.
F09 high: Touch targets are too small and hidden links remain tabbable
support-core-task-success
clear-purpose-and-primary-action
passhighThe first viewport clearly presents a video catalog, descriptive card links, search, categories, and on detail the large player with a centered play control.
support-core-task-success
primary-flow-completion
passmediumThe listing links resolve to a detail page with a visible player entry control, and the content-removal journey exposes a labelled required form; playback was not started.
support-core-task-success
clear-system-state-and-recovery
issueshighAn unknown URL returns a page visually indistinguishable from a random video listing, with no clear "not found" state, explanation, or recovery action.
F10 high: 404 state masquerades as a normal listing
be-fast-and-stable
good-core-web-vitals
issuesmediumLighthouse measured LCP 2,636ms, just outside the 2.5s good threshold, despite excellent CLS 0.00016 and TBT 13ms; the independent trace was faster (LCP 802ms).
F11 medium: Lab LCP narrowly misses the good threshold
be-fast-and-stable
visual-stability
passhighMobile layout observation measured CLS 0.000168 and Lighthouse measured 0.000160; all 42 images had dimensions, so late content was well reserved.
be-fast-and-stable
efficient-main-thread
passhighThe trace recorded zero long tasks and 0ms total blocking time; Lighthouse TBT was 13ms.
be-fast-and-stable
efficient-resource-delivery
issueshighHAR/DOM confirmation shows parser-blocking jQuery and jQuery Migrate in head plus four blocking stylesheets; Lighthouse estimates 180ms render-blocking savings and the HAR records 74 requests/1.73MB.
F12 medium: Parser-blocking legacy resources delay rendering
be-fast-and-stable
trim-unused-and-duplicate-code
issueshighLighthouse found about 39KiB unused in g2.js, 80% of the theme stylesheet unused on this template, plus unminified CSS/JS opportunities.
F13 medium: Large unused and unminified code ships on the homepage
be-inclusive
names-roles-labels
passhighLighthouse accessibility scored 1.0 with no label, link-name, or ARIA failures; the images primitive found alt text on all 42 homepage images and the contact fields have labels.
be-inclusive
sufficient-contrast
passhighLighthouse color-contrast audit passed and the contrast-emulated screenshot retained legible foreground/background separation.
be-inclusive
structure-and-focus
passmediumLighthouse found no heading-order or landmark failures, a skip link is present, and actively focused visible controls showed browser focus outlines.
be-inclusive
legible-text
passmediumRepresentative screenshots show readable 16px-class body copy, coherent alignment, and no clipped headings at desktop or mobile widths.
be-inclusive
zoom-reflow-targets-and-media
issueshighThe layout reflows without horizontal overflow, but key controls are only 21px tall and the representative video element exposes zero text tracks/captions.
F14 high: Video lacks captions and controls are undersized
follow-best-practices
no-console-errors
passhighLighthouse recorded no browser console errors or uncaught exceptions on load.
follow-best-practices
sound-document-and-assets
issueshighDoctype/charset and image dimensions are present, but 41 of 42 images lack srcset and are over 2x rendered width; Lighthouse estimates 562KiB image-delivery savings.
F15 medium: Images are oversized and lack responsive candidates
follow-best-practices
browser-platform-hygiene
issuesmediumLighthouse reports three deprecated API warnings and DevTools cookie inspector issues, including deprecated Shared Storage/Protected Audience use from the advertising stack.
F16 medium: Advertising stack triggers deprecated API warnings
be-discoverable
title-and-description
issueshighThe homepage title is 750 characters and description 705 characters; category/detail/contact titles are 161-206 characters, making snippets repetitive and non-descriptive despite tags existing.
F17 high: Titles and descriptions are extreme, repetitive keyword strings
be-discoverable
crawlable-and-mobile-friendly
passhighLighthouse SEO scored 1.0, links use real href values, viewport metadata is present, robots allows public content, and discoverability found 97% raw-HTML coverage.
be-discoverable
canonical-and-indexing-signals
issueshighKey public pages have canonicals and return 200, but root hreflang alternates point to /sitemap.xml-style URLs rather than equivalent localized pages; /sitemap.xml itself returned a styled 404 while robots points elsewhere to sitemap_index.xml.
F18 high: hreflang and sitemap signals are inconsistent
be-discoverable
structured-and-shareable-metadata
passhighDetail and listing probes found Open Graph metadata and multiple JSON-LD entities; values correspond to visible video/catalog content.
be-private-and-secure
secure-transport-and-headers
issueshighHTTPS and nosniff/X-Frame-Options are present, but CSP is missing, HSTS is effectively disabled with max-age=0, and three first-party cookies are not Secure and use SameSite=None.
F19 critical: Transport and cookie defenses are incomplete
be-private-and-secure
data-minimisation-and-third-parties
issueshighBefore any consent action, the page contacts three third-party origins including Google Analytics and two ad-tech domains; request URLs include fingerprint-like screen, plugin, language, canvas/WebGL and timing parameters, while the banner offers no reject choice.
F20 critical: Tracking and fingerprint-like ad requests run before consent
be-private-and-secure
in-context-permissions-and-modern-auth
issuesmediumNo permission prompt fired on load, but hidden registration/login forms use password fields with empty autocomplete values and no visible WebAuthn/passkey option.
F21 medium: Password-only account forms lack modern credential support
be-private-and-secure
defensive-browser-policies
issueshighClickjacking and referrer defenses exist, but CSP/frame-ancestors is absent, HSTS max-age is zero, Permissions-Policy is absent, and Lighthouse found third-party cookie issues.
F22 high: Browser-enforced defense headers are incomplete
be-resilient
progressive-enhancement
passhighDiscoverability fetched 196,768 bytes of server HTML with 97% rendered-word coverage; title, H1 and description survive without JavaScript and crawler view is populated.
be-resilient
resilient-runtime-behaviour
passmediumRepresentative menus, modal markup and listing templates loaded to stable states without console errors, clipping, or a blank shell in the tested viewports.
be-resilient
offline-and-installable
issuesmediumThe site declares a standalone web app manifest with start_url and icons, but no active service worker controls any representative page, so the installable intent has no offline fallback.
F23 medium: Standalone manifest has no offline implementation
be-resilient
network-and-http-failure-states
issueshighThe tested missing URL presents normal random content instead of a distinct not-found state with a retry/home/search recovery message.
F24 high: Missing routes have no truthful recovery state
be-internationalised
lang-dir-and-logical-properties
issueshighAll four representative pages declare html lang="en-US" although the primary headings, labels and descriptions are predominantly Hindi; direction is undeclared and root hreflang wiring targets sitemap URLs.
F25 high: Predominantly Hindi pages declare English
be-internationalised
locale-aware-data
not-applicablehighRepresentative templates expose video durations but no user-facing dates, prices, currencies, locale-sensitive numbers, or editable locale data requiring Intl formatting.
be-internationalised
time-zone-correctness
not-applicablehighNo events, schedules, timestamps, recurrence, or time-zone-dependent user flow appears on the representative templates.
be-trustworthy
no-dark-patterns
issueshighAnalytics/ad-tech collection starts before consent, while the blocking notice states continued use implies consent and provides Accept but no equally available Reject option.
F26 critical: Consent design offers acceptance without equivalent refusal
be-trustworthy
humane-error-handling
passmediumThe content-removal form uses labelled required controls and native constraint validation; an empty submit is prevented with browser-provided field-specific messages.
be-trustworthy
trustworthy-input-assistance
issuesmediumContact, registration and login text/email/password fields mostly have empty autocomplete tokens, so browsers and password managers cannot reliably assist name, email, URL or credential entry.
F27 medium: Forms omit useful autocomplete tokens
be-trustworthy
safe-commercial-and-account-flows
issuesmediumHidden account dialogs expose password-based registration/login but no passkey path, no credential autocomplete tokens, and ad/consent collection is not reversible from the initial banner.
F28 medium: Account and consent flows are not modern or readily reversible
be-sustainable
optimised-assets
issueshighAlthough all images use modern formats, 41/42 are oversized and lack responsive srcset; Lighthouse estimates 562KiB avoidable image transfer.
F29 high: Image delivery wastes hundreds of kilobytes
be-sustainable
no-wasteful-work
issuesmediumThe page loads advertising/fingerprinting scripts and 38 below-fold images without native lazy loading; HAR records 74 requests and 1.73MB before user interaction.
F30 medium: Below-fold images and ad scripts load eagerly
be-sustainable
third-party-and-media-budget
issueshighEight third-party requests transfer about 67.7KiB before consent and 41 images account for 1.32MB; this is disproportionate for an unplayed catalog view.
F31 high: Third-party and image budget is disproportionate before interaction
be-agent-ready
structured-agent-capabilities
not-applicablehighThe site explicitly disallows major AI agents in robots.txt and exposes no declared agent-facing task surface; lack of WebMCP is therefore not penalised.
be-agent-ready
on-device-inference
not-applicablehighNo summarisation, language-model, or other inference feature is part of the observed catalog/removal journeys, so on-device inference is not relevant.
be-memory-efficient
no-leak-under-repeated-interaction
passhighAfter 10 mobile menu open/close cycles, heap nodes decreased 191,420 to 191,287 and self size decreased 43,980,141 to 43,902,532 bytes; no retained-growth signal appeared.
be-memory-efficient
bounded-footprint
passmediumThe loaded media catalog retained about 44.0MB across roughly 191k heap nodes, stable across captures and proportionate to the image-rich template plus third-party scripts.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passmediumConstructor summaries showed no growing Detached* population and the repeated menu cycle reduced total node/edge counts rather than accumulating them.

Provenance

Canonical report: results/atomic/reports/0710-www_xxxhindi_to.json
Report SHA-256: 980a4059630173e1506975facb461010102fd18363938e5fcb5a1987840cb7ad
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_xxxhindi_to/2026-07-22T13-29-06-779Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_xxxhindi_to/2026-07-22T13-29-06-779Z
Catalog SHA-256: sha256:78ccfdb2d483f4c57d9dafed80fd86c6265585a56457c8dcfddc254b80fb44d7

Raw screenshots, HARs, traces, heaps, and other browser artifacts are retained at the local evidence root and intentionally are not committed. Artifact paths in the canonical report are relative to that root.