Skip to content
https://productshotai.app

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
81
GRADE
B
FIX
5
REVIEW
4
PASS
15
INFO
0
Checks
24
15 PASS 4 REVIEW 5 FIX
D
Tabindex Anti-Patterns
Action
0 positive, 10 -1-on-focusable
FIX
0 positive, 10 -1-on-focusable
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
F
404 Error Page
Action
HTTP 404, bare page
FIX
HTTP 404, bare page
Info::
Correct 404 status code returned
Got: HTTP 404
Warning::
Bare server default 404 page
The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.
404 Page Quality Default 404 Page
Status Code HTTP 404 Page Title ProductShot AI | AI Product Photography for Ecommerce Sellers Custom Styling Navigation Homepage Link Search Form
D
Dark Mode Support
Action
No dark mode signals
FIX
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.
Dark ModeNo Dark Mode Detected
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::
6 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
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 6 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
16 landmarks
REVIEW
16 landmarks
Info::
<main> landmark present
Info::
6 <nav> landmark(s) found
Warning::
2 of 6 <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 ASIDE "ProductShot tools" 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

C
Mobile-Readable Font Sizes
Action
86% of visible text renders at >= 12 CSS px (68 below threshold)
REVIEW
86% of visible text renders at >= 12 CSS px (68 below threshold)
Warning::
68 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 ("Google"); <span> 11.0px ("ChatGPT"); <span> 11.0px ("Gemini"); <span> 11.0px ("Stripe"); <span> 11.0px ("Cloudflare").
B
Favicon & Branding
9 icon(s) detected
REVIEW
9 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Present
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

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

0 pass 20 fail WCAG AA
h1 ProductShot AI
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
32px · mid-page
h2 AI Creative Tools for Ecommerce Product …
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 What Is ProductShot AI?
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 More Control Than Basic Background Remov…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 ProductShot AI for Everyday Ecommerce Wo…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 How ProductShot AI Turns One Upload Into…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Traditional Product Photography vs Produ…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Guides for Better Ecommerce Product Imag…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 What Creators Say About
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 ProductShot AI FAQ
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Start Creating With
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
24px · bottom of viewport
h3 How ProductShot AI creates product photo…
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Product photography options compared
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Keep Product Details Consistent
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Create Cleaner Listing Backgrounds
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Studio and Lifestyle Scenes
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Guide the Look with References
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Reuse Strong Results
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 For Shopify and DTC Stores
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
h3 For Amazon and Marketplace Sellers
1.06:1
#000000
on
#090A0A
needs 3.0:1 (large text)
19px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 ProductShot AI1.06:13.0:1
#000000
#090A0A
Fail
h2 AI Creative Tools fo…1.06:13.0:1
#000000
#090A0A
Fail
h2 What Is ProductShot …1.06:13.0:1
#000000
#090A0A
Fail
h2 More Control Than Ba…1.06:13.0:1
#000000
#090A0A
Fail
h2 ProductShot AI for E…1.06:13.0:1
#000000
#090A0A
Fail
h2 How ProductShot AI T…1.06:13.0:1
#000000
#090A0A
Fail
h2 Traditional Product …1.06:13.0:1
#000000
#090A0A
Fail
h2 Guides for Better Ec…1.06:13.0:1
#000000
#090A0A
Fail
h2 What Creators Say Ab…1.06:13.0:1
#000000
#090A0A
Fail
h2 ProductShot AI FAQ1.06:13.0:1
#000000
#090A0A
Fail
h2 Start Creating With1.06:13.0:1
#000000
#090A0A
Fail
h3 How ProductShot AI c…1.06:13.0:1
#000000
#090A0A
Fail
h3 Product photography …1.06:13.0:1
#000000
#090A0A
Fail
h3 Keep Product Details…1.06:13.0:1
#000000
#090A0A
Fail
h3 Create Cleaner Listi…1.06:13.0:1
#000000
#090A0A
Fail
h3 Studio and Lifestyle…1.06:13.0:1
#000000
#090A0A
Fail
h3 Guide the Look with …1.06:13.0:1
#000000
#090A0A
Fail
h3 Reuse Strong Results1.06:13.0:1
#000000
#090A0A
Fail
h3 For Shopify and DTC …1.06:13.0:1
#000000
#090A0A
Fail
h3 For Amazon and Marke…1.06:13.0:1
#000000
#090A0A
Fail

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.

A+
Heading Hierarchy
42 headings
PASS
42 headings
Info::
Single H1 present
  • H1 ProductShot AI
  • H2 AI Creative Tools for Ecommerce Product Images
  • H2 What Is ProductShot AI?
  • H3 How ProductShot AI creates product photos
  • H3 Product photography options compared
  • H2 More Control Than Basic Background Removal
  • H3 Keep Product Details Consistent
  • H3 Create Cleaner Listing Backgrounds
  • H3 Studio and Lifestyle Scenes
  • H3 Guide the Look with References
  • H3 Reuse Strong Results
  • H2 ProductShot AI for Everyday Ecommerce Workflows
  • H3 For Shopify and DTC Stores
  • H3 For Amazon and Marketplace Sellers
  • H3 For Product Launch Campaigns
  • H3 For Social Ads and Marketing Creative
  • H2 How ProductShot AI Turns One Upload Into Product Images
  • H3 Upload Your Product Image
  • H3 Choose Your Settings
  • H3 Generate and Compare Results
  • H3 Download, Share, or Make More Variations
  • H2 Traditional Product Photography vs ProductShot AI
  • H3 Traditional Photography
  • H3 ProductShot AI
  • H2 Guides for Better Ecommerce Product Images
  • H3 Best AI Visual Tools for Ecommerce in 2026
  • H3 AI Product Photography Generator Guide: 7 Best Tools for 2026
  • H3 Best AI Image Processing Platforms for 2026
  • H3 It Took Me Three Months to Understand Product Photography Pricing
  • H3 How to Take Professional Product Shots Without a Studio (or a Degree in Photography)
  • H3 It Took Me Two Years to Understand Product Photography Lighting
  • H2 What Creators Say About ProductShot AI
  • H2 ProductShot AI FAQ
  • H3 What is ProductShot AI?
  • H3 What can I create with ProductShot AI?
  • H3 What ecommerce platforms can ProductShot AI support?
  • H3 What does Product Lock preserve?
  • H3 Can ProductShot AI remove or replace product backgrounds?
  • H3 Can I use ProductShot AI for ads and campaign visuals?
  • H3 Do I need an account to use ProductShot AI?
  • H3 Where should I start?
  • H2 Start Creating WithProductShot AI
A+
Heading Text Quality
All 42 heading(s) have substantive, well-formed text
PASS
All 42 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
All 111 images OK
PASS
All 111 images OK
Info::
46 decorative image(s) correctly marked
Info::
65 image(s) with good alt text
111 images 65 good alt text 46 decorative
All images have appropriate alt text.
A+
Form Accessibility
No form controls
PASS
No form controls
Info::
No form controls on this page
No form controls found.
A+
Form Input Types
No form controls on this page
PASS
No form controls on this page
Info::
No form controls on this page
A+
Form Input Quality
No form controls on this page
PASS
No form controls on this page
Info::
No form controls on this page
A+
Mobile Keyboard & Autofill
No form controls -- mobile keyboard check is N/A
PASS
No form controls -- mobile keyboard check is N/A
Info::
No form controls on this page
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
Iframe Accessibility
1/1 iframe(s) missing title; 0 placeholder(s)
PASS
1/1 iframe(s) missing title; 0 placeholder(s)
Warning::
<iframe> missing title attribute (src="")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
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+
Web Manifest
PWA-ready
PASS
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: ProductShot AI
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name ProductShot AI 192×192 icon 512×512 icon Start URL / Display Mode standalone
Name ProductShot AI Display Mode standalone Theme Color #c8ff2e Background Color #090a0a Icons 4 icon(s)
A+
PWA Depth
1 PWA signal(s) surfaced
PASS
1 PWA signal(s) surfaced
Info::
Manifest has no maskable icon
Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
A+
Lighthouse Accessibility Audits
Score 96/100 — 2 failing, 27 passed
PASS
96

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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
support@productshotai.app section#pricing > div.max-w-7xl > p.mt-7 > a.transition-colors

These are opportunities to improve the legibility of your content.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
AI Product LISTING IMAGES AI Product Image Generator Create clean listing im… div.relative > div.productshot-tools-marquee > div.productshot-tools-track > a.group
Studio Photo STUDIO PHOTOS AI Product Photo Generator Create studio-style pr… div.relative > div.productshot-tools-marquee > div.productshot-tools-track > a.group
Featured on FreeAI div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Featured on ToolDirs div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Featured on ToolPilot div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Powered by Startup Fast div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Featured on DeepLaunch.io div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Featured on First Look div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Listed on Turbo0 div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Listed on ToolRain div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
NavFolders div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
Featured on LaunchIgniter div.mx-auto > div.mt-10 > div.grid > a.external-badge-link
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>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
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
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
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.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
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
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
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
`<frame>` or `<iframe>` elements have a title
`<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
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback