Skip to content
https://www.shreeinfotechsystems.com

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
71
GRADE
C
FIX
8
REVIEW
4
PASS
12
INFO
0
Checks
24
12 PASS 4 REVIEW 8 FIX
F
Form Accessibility
Action
6 of 6 controls have issues
FIX
6 of 6 controls have issues
Critical::
4 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="range">; <select>; <input type="range">; <input type="range">
Warning::
2 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">; <input type="text">
6 controls
0 labeled
2 placeholder only
4 unlabeled
ControlTypeLabelMethod
inputtext(Search 10,000+ laptops, GPUs, processors, components...)placeholder only
inputtext(e.g. RTX 4070, i7, B760...)placeholder only
inputrange(none)none
selectselect(none)none
inputrange(none)none
inputrange(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="range">; <select>; <input type="range">; <input type="range">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

Placeholder text disappears on focus and is not a reliable label.

<input type="text">; <input type="text">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

D
Mobile-Readable Font Sizes
Action
33% of visible text renders at >= 12 CSS px (504 below threshold)
FIX
33% of visible text renders at >= 12 CSS px (504 below threshold)
Warning::
504 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: <span> 11.0px ("Help Desk:"); <span> 11.0px ("10:00 AM – 9:30 PM"); <span> 11.0px ("5.0"); <span> 11.0px ("Rating (899)"); <span> 11.0px ("Reels").
F
404 Error Page
Action
Soft 404 detected
FIX
Soft 404 detected
Critical::
Soft 404: server returns HTTP 200 for non-existent pages
The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.
Got: Status: 200 for /beavercheck-404-test-8s92hg
404 Page Quality Soft 404 (HTTP 200)
Status Code: HTTP 200

The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.

F
Favicon & Branding
Action
1 icon(s) detected
FIX
1 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.
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
Info::
SVG favicon detected — scales perfectly to any size
favicon.ico Missing
PNG Icons Present
Apple Touch Missing
SVG Favicon Present
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://www.shreeinfotechsystems.com/manifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://www.shreeinfotechsystems.com/manifest.json

Manifest contains invalid JSON.

D
Dark Mode Support
Action
Theme color only
FIX
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.
Got: #dd3842
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.
Dark ModePartial Dark Mode
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
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.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
2 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 2 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
5 landmarks
REVIEW
5 landmarks
Info::
<main> landmark present
Info::
2 <nav> landmark(s) found
Warning::
2 of 2 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.

Learn more

WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.

Source: WCAG 2.1 SC 2.4.1

B
Heading Hierarchy
100 headings, 2 skip(s)
REVIEW
100 headings, 2 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H1 → H3 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H4 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H1 VIJAYAWADA’S ULTIMATE GAMING LAPTOP SHOWROOM
  • H3 ASUS ROG Strix SCAR 18 (2024) skipped
  • H2 Shop By Component Category
  • H3 Gaming Laptops
  • H3 Graphics Cards (GPUs)
  • H3 Processors (CPUs)
  • H3 Motherboards
  • H3 RAM Memory
  • H3 NVMe SSD Storage
  • H3 Gaming Monitors
  • H3 Cabinets & Cases
  • H3 Power Supplies (PSU)
  • H3 Gaming Peripherals
  • H2 Authorized Brand Partnerships
  • H2 Hardware & Systems Catalog
  • H3 ACER 18.5 INCH EB192QB HD IPS MONITOR
  • H3 ACER 18.5 INCH V196HQL HD MONITOR
  • H3 ACER 19.5 INCH K202HQL HD MONITOR
  • H3 ACER 22 INCH EK220QA FHD MONITOR
  • H3 ACER 24 INCH HA240YAR FHD IPS ULTRA SLIM MONITOR
  • H3 ACER 27 INCH HA270AR FHD IPS MONITOR
  • H3 ACER 32 INCH EB321HQU FHD IPS MONITOR
  • H3 AMD RYZEN 3 3200G 4 CORES UPTO 4 GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 5 5600 6 CORE UPTO 4.4GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 5 5600G 6 CORE UPTO 4.4 GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 7 3700X 8 CORE UPTO 4.4 GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 7 5700G 8 CORE UPTO 4.6 GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 7 5700X 8 CORES UPTO 4.6GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 7 5800X 8 CORES UPTO 4.7 GHZ AM4 PROCESSOR
  • H3 AMD RYZEN 7 7700 8 CORES UPTO 5.3 GHZ AM5 PROCESSOR
  • H3 AMD RYZEN 7 7800X 3D 8 CORES UPTO 5.6 GHZ AM5 PROCESSOR
  • H3 AMD RYZEN 9 7900X 12 CORES UPTO 5.6 GHZ AM5 PROCESSOR
  • H3 AMD RYZEN 9 7950X 16 CORES UPTO 5.7 GHZ AM5 PROCESSOR
  • H3 AMD RYZEN 9 7950X 3D 16 CORES UPTO 5.7GHZ AM5 PROCESSOR
  • H3 ANT ESPORTS 400W VS400L NON MODULAR SMPS
  • H3 ANT ESPORTS 450W VS450L NON MODULAR SMPS
  • H3 ANT ESPORTS 500W VS500L NON MODULAR SMPS
  • H3 ANT ESPORTS 600W VS600L NON MODULAR SMPS
  • H3 ANT ESPORTS 750W FP750B 80 PLUS BRONZE NON MODULAR SMPS
  • H2 Custom PC Builder
  • H4 1. Processor (CPU) skipped
  • H4 2. Graphics Card (GPU)
  • H4 3. Memory (RAM)
  • H4 4. High-Speed Storage (SSD)
  • H4 5. CPU Cooling System
  • H4 6. Power Supply Unit (PSU)
  • H3 Build Configuration Summary
  • H2 Custom PC Builds By Workload
  • H3 Gaming PC
  • H3 Video Editing PC
  • H3 Streaming PC
  • H3 Office PC
  • H3 Graphic Design PC
  • H3 Architecture / Render
  • H3 AI / ML Workstation
  • H3 VFX / Animation
  • H2 NVIDIA RTX 40 & AMD RX 7000 Series
  • H3 NVIDIA RTX 4070 SUPER
  • H3 NVIDIA RTX 4080 SUPER
  • H3 NVIDIA RTX 4090 24GB
  • H3 AMD Radeon RX 7800 XT
  • H2 Find Your Ideal Laptop in 3 Steps
  • H3 What is your budget ceiling?
  • H2 LOCAL IT SERVICES IN VIJAYAWADA
  • H3 Brand-New Laptop Sales & Showroom
  • H3 Chip-Level Laptop Repair & Diagnostics
  • H3 Custom Gaming PC Architecture & Studio
  • H3 RTX Graphics Cards & GPU Upgrades
  • H3 B2B Wholesale Laptop & Computer Supply
  • H3 Corporate & Institutional IT Procurement
  • H2 Latest From Shree Infotech
  • H3 🎓 Student Laptop Mega Sale — HP Victus Live Unboxing
  • H3 🎓 Student Laptop Mega Sale — HP Victus Handover & Free Accessories
  • H3 🎓 Student Laptop Mega Sale — Customer Delivery at Museum Road
  • H3 🎓 Student Laptop Mega Sale — Unboxing & Setup with 10 Freebies
  • H3 🎓 Student Laptop Mega Sale — Brand New HP & ASUS Laptops
  • H3 🎓 Student Laptop Mega Sale — Dell & Lenovo Performance Testing
  • H3 🎓 Student Laptop Mega Sale — Acer & HP Value Handover
  • H3 🎓 Student Laptop Mega Sale — Save Up to ₹10,000 with Easy EMI
  • H4 Want to see hands-on live demos before buying?
  • H3 Shree Infotech | Laptops & Desktops
  • H2 0% No-Cost EMI & Student Benefits
  • H3 0% No-Cost EMI
  • H3 Student ID Discount
  • H3 Laptop Exchange
  • H3 Corporate Bulk Deals
  • H3 No-Cost EMI Estimator
  • H2 FIND US ON GOOGLE MAPS
  • H2 VERIFIED BUSINESS DIRECTORIES
  • H3 Google Business Profile
  • H3 JustDial Vijayawada
  • H3 IndiaMART B2B Marketplace
  • H3 Sulekha Business
  • H3 Bing Places for Business
  • H3 Instagram Showroom Channel
  • H4 Official Entity NAP Benchmark
  • H2 Visit Our Vijayawada Showroom
  • H3 Computer Store & Wholesale Hub
  • H2 Common Questions & Answers
  • H3 Cookie & Privacy Preferences

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

C
Lighthouse Accessibility Audits
Action
Score 76/100 — 5 failing, 19 passed
REVIEW
76

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SKIP INTRO div.fixed > div.absolute > button.px-4 > span
Shree Infotech • Vijayawada div.min-h-screen > div.fixed > div.absolute > span
VIJAYAWADA STORE • AUTHORIZED PARTNER div.max-w-7xl > button.flex > div.flex > span.text-[10px]
CART div.max-w-7xl > div.flex > button#header-cart-button > span.font-sans
🔥 2026 FLAGSHIP GAMING SHOWROOM div.relative > div.lg:col-span-7 > div.inline-flex > span.bg-red-50
EXPLORE 2026 LAPTOP CATALOG div.lg:col-span-7 > div.flex > button.px-6 > span
IN STOCK div.w-full > div.relative > div.absolute > span.px-2.5
FEATURED MODEL SPOTLIGHT div.lg:col-span-5 > div.w-full > div.p-4 > div.text-[11px]
₹3,59,990 div.p-4 > div.pt-2 > div > div.text-lg
GST Tax Invoice Included div.p-4 > div.pt-2 > div > div.text-[10px]
0% No-Cost EMI div.p-4 > div.pt-2 > div.text-right > span.text-[10px]
01 div.relative > div.flex > button.px-3 > span
HARDWARE DIRECTORY div.max-w-7xl > div.flex > div > span.text-[11px]
OFFICIAL PARTNERS div.max-w-7xl > div.flex > div > span.text-[11px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
8,899 VERIFIED HARDWARE PRODUCTS IN STOCK div.max-w-7xl > div.flex > div > div.inline-flex
All Hardware (8899) div.space-y-2 > div.space-y-1 > button.w-full > span
₹3,50,000 div.lg:col-span-3 > div.space-y-2 > div.flex > span.text-[#DD3842]
24 div.lg:col-span-9 > div.flex > span.text-[#606B77] > strong.text-[#DD3842]
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
PRECISION PC CONFIGURATOR div.max-w-7xl > div.flex > div > span.text-[11px]
FREE div.bg-white > div.pt-3 > div.flex > span.font-bold
GET WHATSAPP QUOTATION & SAVE ORDER div.lg:col-span-4 > div.bg-white > div.pt-2 > button.w-full
PRE-CONFIGURED PERFORMANCE div.max-w-7xl > div.flex > div > span.text-[11px]
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
DEDICATED GRAPHICS HARDWARE section#gpus > div.max-w-7xl > div.space-y-1 > span.text-xs
ENQUIRE RTX 4070 div.grid > div.p-5 > a.w-full > span
ENQUIRE RTX 4080 div.grid > div.p-5 > a.w-full > span
ENQUIRE RTX 4090 div.grid > div.p-5 > a.w-full > span
ENQUIRE RX 7800 XT div.grid > div.p-5 > a.w-full > span
SMART LAPTOP FINDER section.py-12 > div.max-w-4xl > div.text-center > div.inline-flex
Step 1 of 3 div.max-w-4xl > div.p-6 > div.flex > span.text-[#DD3842]
₹90,000 div.space-y-6 > div.space-y-3 > div.flex > span.text-[#DD3842]
CONTINUE TO USAGE div.p-6 > div.space-y-6 > button.w-full > span
AUTHORIZED IT HARDWARE & COMPUTING SERVICES div.flex > div.space-y-2 > div.inline-flex > span
FEATURED div.relative > div.absolute > div.flex > span.px-2
FEATURED div.relative > div.absolute > div.flex > span.px-2
FOLLOW ON INSTAGRAM div.mt-12 > div.flex > a.px-5 > span
5.0 div.max-w-7xl > div.p-6 > div.flex > div.w-14
✓ GST Proforma Invoices div.max-w-7xl > div.grid > div.p-6 > div.text-[11px]
12M div.space-y-4 > div > div.grid > button.py-2
CHECK CARD ELIGIBILITY div.max-w-3xl > div.grid > div.p-5 > a.w-full
OFFICIAL GOOGLE VERIFIED BUSINESS PROFILE div.flex > div.space-y-2 > div.inline-flex > span
100% Real div.lg:col-span-5 > div.space-y-5 > div.p-4 > span.text-[11px]
Landmark: Opposite District Museum, Near Sri Ramachandra Complex div.space-y-3.5 > div.flex > div > span.text-slate-400
Get Directions div.space-y-2.5 > div.grid > a.py-3 > span
5.0 div.p-6 > div.space-y-3 > div.flex > span.flex
4.9 div.p-6 > div.space-y-3 > div.flex > span.flex
View Listing div.p-6 > div.pt-3 > a.inline-flex > span
4.8 div.p-6 > div.space-y-3 > div.flex > span.flex
4.9 div.p-6 > div.space-y-3 > div.flex > span.flex
View Listing div.p-6 > div.pt-3 > a.inline-flex > span
5.0 div.p-6 > div.space-y-3 > div.flex > span.flex
Daily div.p-6 > div.space-y-3 > div.flex > span.flex
Open on Google Maps div.p-6 > div.flex > a.px-4 > span
STORE LOCATOR & SHOWROOM section#location > div.max-w-7xl > div.text-center > div.inline-flex
SHREE INFOTECH VIJAYAWADA div.lg:col-span-5 > div.space-y-4 > div > span.text-xs
10:00 AM – 9:00 PM div.flex > div.text-xs > div.text-[#1a1c1d] > span.text-[#DD3842]
Google Maps div.lg:col-span-5 > div.space-y-2 > div.grid > a.py-3
FREQUENTLY ASKED QUESTIONS section#faq > div.max-w-3xl > div.text-center > div.inline-flex
⚡ Custom PC Studio footer.bg-white > div.w-full > div.flex > button.text-left
💼 B2B Wholesale Dealer Portal footer.bg-white > div.w-full > div.flex > button.text-left
Customer Data Rights Portal (DPDP) div.w-full > div.flex > button.text-left > span
Available on official invoice footer.bg-white > div.w-full > p > span.font-mono
Accept All div.fixed > div.p-5 > div.flex > button.flex-1

These are opportunities to improve the legibility of your content.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ASUS ROG Strix SCAR 18 (2024) div.lg:col-span-5 > div.w-full > div.p-4 > h3.text-base
1. Processor (CPU) div.flex > div.flex > div > h4.text-xs

These are opportunities to improve keyboard navigation in your application.

Names and labels

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid > div.lg:col-span-3 > div.space-y-2 > input.w-full div.grid > div.lg:col-span-3 > div.space-y-2 > input.w-full
div.p-6 > div.space-y-6 > div.space-y-3 > input.w-full div.p-6 > div.space-y-6 > div.space-y-3 > input.w-full
div.grid > div.space-y-4 > div > input.w-full div.grid > div.space-y-4 > div > input.w-full

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Featured Deals Price: Low to High Price: High to Low div.lg:col-span-9 > div.flex > div.flex > select.p-1.5

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Touch targets have sufficient size and spacing.
Document has a main landmark.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Text Quality
1 heading-text-quality issue(s) detected
PASS
1 heading-text-quality issue(s) detected
Info::
31 heading(s) are all-uppercase (excluding short acronyms)
Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.
Got: 31 all-caps heading(s)
A
Alt Text Quality
All 57 images OK
PASS
All 57 images OK
Info::
24 image(s) with alt text over 125 characters
Info::
33 image(s) with good alt text
57 images 33 good alt text
IssueCount
too long24 image(s)
A+
Form Input Types
1 input(s) using type=text where a specific type would help
PASS
1 input(s) using type=text where a specific type would help
Info::
Input "Search 10,000+ laptops, GPUs, processors, components..." should use type="search" (currently type="text")
Field name "Search 10,000+ laptops, GPUs, processors, components..." suggests type="search". Wrong type loses mobile keyboard hints, browser autofill, and free format validation. Change to <input type="search">.
A+
Form Input Quality
6 form control(s) checked, no input-semantic issues
PASS
6 form control(s) checked, no input-semantic issues
Info::
All form input semantics look correct
A+
Mobile Keyboard & Autofill
No autofill-eligible form controls
PASS
No autofill-eligible form controls
Info::
No autofill-eligible form controls (no name/email/tel/address fields)
A+
Document Language
Lang attribute set to "en"
PASS
Lang attribute set to "en"
Info::
<html lang="en"> is set and valid
Got: en
A+
Tabindex Anti-Patterns
No explicit tabindex attributes found
PASS
No explicit tabindex attributes found
Info::
No explicit tabindex attributes found
A+
Iframe Accessibility
All 2 iframe(s) have descriptive titles
PASS
All 2 iframe(s) have descriptive titles
Info::
All 2 iframe(s) have title attributes
A+
Tap Target Adequacy
All tap targets meet WCAG 2.5.5/2.5.8 sizing
PASS
All tap targets meet WCAG 2.5.5/2.5.8 sizing
Info::
All tap targets meet WCAG 2.5.5 (44x44px) sizing
A+
PWA Depth
No PWA depth issues detected
PASS
No PWA depth issues detected
Info::
No PWA depth issues detected
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
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.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 VIJAYAWADA’S ULTIM…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Shop By Component Ca…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Authorized Brand Par…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Hardware & Systems C…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Custom PC Builder19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Custom PC Builds By …19.77:13.0:1
#000000
#F8F8F8
Pass
h2 NVIDIA RTX 40 & AMD …19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Find Your Ideal Lapt…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 LOCAL IT SERVICES IN…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Latest From19.77:13.0:1
#000000
#F8F8F8
Pass
h2 0% No-Cost EMI & Stu…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 FIND US ON GOOGLE MA…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 VERIFIED BUSINESS DI…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Visit Our Vijayawada…19.77:13.0:1
#000000
#F8F8F8
Pass
h2 Common Questions & A…19.77:13.0:1
#000000
#F8F8F8
Pass
h3 ASUS ROG Strix SCAR …19.77:13.0:1
#000000
#F8F8F8
Pass
h3 Gaming Laptops19.77:13.0:1
#000000
#F8F8F8
Pass
h3 Graphics Cards (GPUs…19.77:13.0:1
#000000
#F8F8F8
Pass
h3 Processors (CPUs)19.77:13.0:1
#000000
#F8F8F8
Pass
h3 Motherboards19.77:13.0:1
#000000
#F8F8F8
Pass

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback