Manifest position 604 · CrUX rank bucket 1000

https://6opo.com

Coverage complete

Coverage complete. The public root returns HTTP 200 with a zero-byte body and renders as a blank page. No other routes or templates were discoverable.

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
issueshighDark-mode screenshot remains a blank white viewport and the computed color-scheme is normal; the server ships no authored UI or theme declaration.
F001 low: Honours prefers-color-scheme: a usable dark mode exists and is driven by the user's preference (color-scheme / prefers-color-scheme / light-dark()), not hard-coded light only.
respect-user-preferences
respects-reduced-motion
passhighDark-mode screenshot remains a blank white viewport and the computed color-scheme is normal; the server ships no authored UI or theme declaration.
respect-user-preferences
respects-contrast
not-applicablehighThe server response renders an empty document with no respects contrast surface to exercise.
implement-natural-interactions
view-transitions
issueshighThe blank document exposes no state, route, control, or primary interaction, so there is no natural transition or usable interaction feedback.
F002 medium: State and route changes use View Transitions (including same-document, cross-document and scroll-driven/staggered) rather than instant, jarring swaps.
implement-natural-interactions
scroll-driven-animations
not-applicablehighThe server response renders an empty document with no scroll driven animations surface to exercise.
implement-natural-interactions
physical-gestures
not-applicablehighThe server response renders an empty document with no physical gestures surface to exercise.
provide-guided-navigation
scroll-state-aware-chrome
not-applicablehighThe server response renders an empty document with no scroll state aware chrome surface to exercise.
provide-guided-navigation
anchored-positioning
not-applicablehighThe server response renders an empty document with no anchored positioning surface to exercise.
provide-guided-navigation
directs-attention
issueshighThe blank document has zero links, headings, landmarks, or controls and provides no orientation or attention guidance.
F003 medium: Navigation and in-page jumps guide attention (highlight effects, scroll/carousel markers, directional transitions, drill-down and drawer navigation) so the user can follow where focus moved.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighLoad screenshot and DOM show no popup, banner, interstitial, or obscuring overlay.
maximize-content-reduce-noise
semantic-dismissible-primitives
not-applicablehighThe server response renders an empty document with no semantic dismissible primitives surface to exercise.
maximize-content-reduce-noise
reduced-chrome
issueshighThe screenshot and DOM show zero content, so content is not being prioritized or presented at all.
F004 medium: Minimise non-content chrome and borders so the content is the focus, not the application frame; expressive/decorative visuals serve the content rather than crowd it.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
issueshighAt a requested 360x800 viewport, layout metrics report no viewport meta and a 980 CSS-pixel layout viewport scaled to 0.367.
F005 medium: Layout adapts to narrow viewports with no horizontal overflow and no fixed pixel widths forcing a desktop layout on mobile; viewport meta present; fluid scaling and intrinsic sizing rather than brittle breakpoints.
adapt-to-the-form-factor
component-level-responsiveness
not-applicablehighThe server response renders an empty document with no component level responsiveness surface to exercise.
adapt-to-the-form-factor
input-modality-aware
not-applicablehighThe server response renders an empty document with no input modality aware surface to exercise.
support-core-task-success
clear-purpose-and-primary-action
issueshighRendered DOM contains an empty body, zero links, zero forms, no title, no main content, and no action or recovery state.
F006 critical: The page communicates what it is for and exposes the primary next action without requiring users to hunt through decorative content, generic copy, or competing calls to action.
support-core-task-success
primary-flow-completion
issueshighRendered DOM contains an empty body, zero links, zero forms, no title, no main content, and no action or recovery state.
F007 critical: The representative primary flow can be completed end-to-end with predictable steps, no avoidable dead ends, no hidden required information, and no needless detours through modals, account walls, or upsells.
support-core-task-success
clear-system-state-and-recovery
issueshighRendered DOM contains an empty body, zero links, zero forms, no title, no main content, and no action or recovery state.
F008 critical: Loading, empty, success, error, offline, and partial-completion states are visible and actionable; users can retry, undo, cancel, go back, or continue without losing context.
be-fast-and-stable
good-core-web-vitals
issueshighLighthouse terminated with NO_FCP and the trace reports FCP and LCP as null because the page never paints content.
F009 high: Core Web Vitals are in the good range: LCP is fast, interaction latency (INP) is low, and CLS is minimal; work is prioritised and deferred sensibly.
be-fast-and-stable
visual-stability
passhighMobile layout observer recorded CLS 0 with no shifts.
be-fast-and-stable
efficient-main-thread
passhighTrace recorded zero long tasks and 0 ms total blocking time.
be-fast-and-stable
efficient-resource-delivery
passhighHAR recorded only 2 requests and 231 transferred bytes, with no render-blocking candidates or dependency chain.
be-fast-and-stable
trim-unused-and-duplicate-code
passhighHAR shows no JavaScript or CSS resources, duplication, legacy bundles, or third-party code.
be-inclusive
names-roles-labels
not-applicablehighThe server response renders an empty document with no names roles labels surface to exercise.
be-inclusive
sufficient-contrast
not-applicablehighThe server response renders an empty document with no sufficient contrast surface to exercise.
be-inclusive
structure-and-focus
issueshighDOM probe found no headings, landmarks, or focusable controls.
F010 medium: Heading and landmark structure is logical, focus order follows reading order, keyboard focus is always visible, and interactive state survives DOM moves.
be-inclusive
legible-text
issueshighRendered body contains zero text characters, so there is no legible or comparable content experience.
F011 medium: Text is legible and inclusively rendered: comfortable line layout, precise alignment, stable rendering across mixed fonts, no clipping or cramped wrapping that harms comprehension.
be-inclusive
zoom-reflow-targets-and-media
issueshighThe document has no viewport meta; Chrome uses a 980 CSS-pixel layout viewport at a requested 360-pixel device width.
F012 medium: The experience remains usable when zoomed or reflowed, touch targets are large enough, media has captions or equivalents where needed, and the viewport does not prevent user scaling.
follow-best-practices
no-console-errors
passhighThe empty document contains no scripts and the Lighthouse artifact records no executable page content before NO_FCP.
follow-best-practices
sound-document-and-assets
issueshighDOM probe found no authored doctype, no declared charset, and Chrome fell back to windows-1252.
F013 medium: Valid doctype and charset, images sized with correct aspect ratio, no deprecated APIs misused, and CSS/HTML are well structured and not needlessly repetitive. (HTTPS, CSP and permission hygiene are judged under be-private-and-secure, not here.)
follow-best-practices
browser-platform-hygiene
passhighDOM and HAR show no script, deprecated API use, permission prompt, input paste handler, or vulnerable client library.
be-discoverable
title-and-description
issueshighRaw and rendered inspections show an empty title and no meta description.
F014 high: The page has a unique, descriptive <title> and a meta description.
be-discoverable
crawlable-and-mobile-friendly
issueshighDOM has zero links and no viewport meta; robots.txt returns the literal body "empty OK" rather than robots directives.
F015 high: Links are crawlable (real href), there is a viewport meta tag, robots does not block indexing, and link text is descriptive.
be-discoverable
canonical-and-indexing-signals
issueshighThe root is HTTP 200 but has no canonical, robots meta, hreflang, or content; sitemap.xml returns "empty OK" rather than XML.
F016 high: Public pages expose the indexing signals search engines need: successful HTTP status, canonical URL when appropriate, hreflang for localized variants, robots/sitemap consistency, and no accidental noindex/noarchive policy.
be-discoverable
structured-and-shareable-metadata
issueshighNo visible entity, Open Graph tags, social card metadata, JSON-LD, or microdata exists.
F017 high: Where the page represents an article, product, organization, event, place or other rich entity, structured data and share-preview metadata accurately describe the visible content.
be-private-and-secure
secure-transport-and-headers
issueshighHTTPS is used, but curl shows HSTS max-age=1 and no CSP, frame protection, Referrer-Policy, or Permissions-Policy; the CDP header probe likewise reports those defenses absent.
F018 medium: Served over HTTPS with a sensible Content-Security-Policy and secure, SameSite cookies; no mixed content or obvious transport/header smells.
be-private-and-secure
data-minimisation-and-third-parties
passhighHAR and tracker probes found zero third-party origins, zero cookies, and zero exposed secrets.
be-private-and-secure
in-context-permissions-and-modern-auth
not-applicablehighThe server response renders an empty document with no in context permissions and modern auth surface to exercise.
be-private-and-secure
defensive-browser-policies
issueshighRoot response lacks CSP frame-ancestors or X-Frame-Options, Referrer-Policy, and Permissions-Policy; HSTS is only max-age=1.
F019 medium: Browser-enforced defenses are configured where appropriate: HSTS, clickjacking protection (frame-ancestors / X-Frame-Options), Trusted Types for XSS-sensitive apps, origin isolation, privacy-preserving third-party cookie posture, and sensible Referrer-Policy / Permissions-Policy.
be-resilient
progressive-enhancement
issueshighRaw fetch and JavaScript-enabled render both receive zero bytes of authored HTML and expose no core content.
F020 medium: Core content and primary flows are reachable and usable without JavaScript and on older or non-Baseline browsers; modern features layer on as enhancements with fallbacks, and reactive/transition state stabilises rather than flickering before it settles.
be-resilient
resilient-runtime-behaviour
not-applicablehighThe server response renders an empty document with no resilient runtime behaviour surface to exercise.
be-resilient
offline-and-installable
not-applicablehighThe server response renders an empty document with no offline and installable surface to exercise.
be-resilient
network-and-http-failure-states
issueshighThe server returns a blank HTTP 200 response with no useful error, retry, fallback, or recovery UI; robots and sitemap similarly return placeholder "empty OK" bodies.
F021 medium: HTTP errors, network failures, timeouts and stale data states are handled intentionally: users see useful recovery options rather than blank screens, infinite spinners, broken shells, or misleading success states.
be-internationalised
lang-dir-and-logical-properties
issueshighThe rendered html element has no lang or dir attribute; there is no authored CSS or translation-ready content.
F022 low: Correct lang and dir attributes, logical CSS properties (inline/block) rather than physical left/right, and translation-ready markup so the layout and reading order survive other languages and writing modes.
be-internationalised
locale-aware-data
not-applicablehighThe server response renders an empty document with no locale aware data surface to exercise.
be-internationalised
time-zone-correctness
not-applicablehighThe server response renders an empty document with no time zone correctness surface to exercise.
be-trustworthy
no-dark-patterns
passhighNo forms, account flows, pricing, consent, ads, or commercial controls exist in the empty DOM, so no deceptive or obstructive behavior was observed.
be-trustworthy
humane-error-handling
not-applicablehighThe server response renders an empty document with no humane error handling surface to exercise.
be-trustworthy
trustworthy-input-assistance
not-applicablehighThe server response renders an empty document with no trustworthy input assistance surface to exercise.
be-trustworthy
safe-commercial-and-account-flows
not-applicablehighThe server response renders an empty document with no safe commercial and account flows surface to exercise.
be-sustainable
optimised-assets
not-applicablehighThe server response renders an empty document with no optimised assets surface to exercise.
be-sustainable
no-wasteful-work
passhighTrace and HAR show no background work, long tasks, or over-fetching.
be-sustainable
third-party-and-media-budget
passhighHAR reports 231 total transferred bytes, no third parties, fonts, images, audio, video, or animation.
be-agent-ready
structured-agent-capabilities
not-applicablehighThe server response renders an empty document with no structured agent capabilities surface to exercise.
be-agent-ready
on-device-inference
not-applicablehighThe server response renders an empty document with no on device inference surface to exercise.
be-memory-efficient
no-leak-under-repeated-interaction
not-applicablehighThe server response renders an empty document with no no leak under repeated interaction surface to exercise.
be-memory-efficient
bounded-footprint
passhighHeap summary reports 26,258 nodes and 741,404 bytes self size, proportionate to the empty browser document.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passhighDOM probe found only three elements and no animations or controls; heap summaries remain small, with no real interaction available to repeat.

Provenance

Canonical report: results/atomic/reports/0604-6opo_com.json
Report SHA-256: efb6475f49665da250873d9cdb573e81c3bcb9a9a8835c532f21c8e01c3a210b
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/6opo_com/2026-07-21T21-48-11-145Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/6opo_com/2026-07-21T21-48-11-145Z
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.