Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
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
FHeading HierarchyAction39 headings, 6 skip(s)FIX
- H1 The fastest wayto use your moments
- H2 Loved worldwide
- H2 Save Instantly, Stay in Flow
- H5 Capture both videos and still images skipped
- H5 Quick capture with shortcuts
- H5 Upload as you capture
- H5 Frame Capture
- H2 Collect what you see, instantly
- H5 Collections skipped
- H5 Group Collections
- H5 Save with Right-Click
- H5 Drag & Drop File Upload
- H2 Find what you need, instantly
- H5 Search captures with OCR skipped
- H5 Find by Metadata
- H5 Organize and search with tags
- H5 Add notes to captures
- H2 Share what you see, instantly
- H5 Auto preview in chat and SNS skipped
- H5 Image editing tools
- H5 Video editing tools
- H5 Share from webcam
- H5 Access from the menu window
- H2 Save AnywhereFind Anywhere
- H2 Keep your datasafe and secure
- H2 Used by 20 million people around the world
- H5 Neil White skipped
- H5 Keigo Ando
- H5 Kakeru Someya
- H2 Ugrade to Gyazo Pro
- H5 Record up to 10 minutes of video skipped
- H5 Create unlimited collections
- H5 Access all your captures
- H5 AI-powered text extraction
- H2 Let’s start for free
- H2 Product
- H2 Downloads
- H2 Resources
- H2 Related Services
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
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.
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.
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.
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.
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.
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
FAlt Text QualityAction46 of 46 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 46 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 49 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://gyazo.com/ | (empty) | empty | Add link text or aria-label |
| https://updates.gyazo.com | Product Updates | new tab | Add '(opens in new tab)' to text |
| https://help.gyazo.com/ | Help Center | new tab | Add '(opens in new tab)' to text |
| https://help.gyazo.com/contact-us | Support Contact | new tab | Add '(opens in new tab)' to text |
| https://x.com/gyazo | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/gyazo/ | new tab | Add '(opens in new tab)' to text | |
| #memo | NoteCapture what you see insta… | img no alt | Add alt attribute to the image |
| #collect | CollectSave what inspires you … | img no alt | Add alt attribute to the image |
| #find | FindFind what you need instant… | img no alt | Add alt attribute to the image |
| #share | ShareShare what you see instan… | img no alt | Add alt attribute to the image |
| https://corp.helpfeel.com | (empty) | empty | Add link text or aria-label |
| https://updates.gyazo.com | Product Updates | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/gyazo | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/gyazo | new tab | Add '(opens in new tab)' to text | |
| https://www.helpfeel.com/ | Helpfeel: Self-Service AI Syst… | new tab | Add '(opens in new tab)' to text |
| https://cosen.se/product | Cosense: AI Knowledge Base | new tab | Add '(opens in new tab)' to text |
| https://corp.helpfeel.com | Helpfeel Inc. | new tab | Add '(opens in new tab)' to text |
| https://gyazo.com/doc/terms | Terms | new tab | Add '(opens in new tab)' to text |
| https://corp.helpfeel.com/en/privacy | Privacy | new tab | Add '(opens in new tab)' to text |
| https://gyazo.com/doc/jp_commercial_act | SCT Act in Japan | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://gyazo.com/; https://corp.helpfeel.com
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://updates.gyazo.com; https://help.gyazo.com/; https://help.gyazo.com/contact-us; https://x.com/gyazo; https://www.facebook.com/gyazo/; https://updates.gyazo.com; https://twitter.com/gyazo; https://www.facebook.com/gyazo; https://www.helpfeel.com/; https://cosen.se/product (+4 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggle (#69 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CLighthouse Accessibility AuditsActionScore 74/100 — 6 failing, 14 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navbar > div.container > div.navbar-header > button.navbar-toggle nav.navbar > div.container > div.navbar-header > button.navbar-toggle |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg |
div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg |
div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg |
div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg div.hero-grid-wrapper > div.hero-grid > a.hero-item > img.hero-item-bg |
body.product > div.content > section.users > img.users-map body.product > div.content > section.users > img.users-map |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img div.col-lg-10 > div.benefit-features-grid > div.benefit-feature > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img div.benefit-usecases-grid > div.benefit-usecase > div.benefit-usecase-icon > img |
section.platforms > div.platforms-bg > div.platforms-bg-rect > img section.platforms > div.platforms-bg > div.platforms-bg-rect > img |
div.security-grid > div.security-item > div.security-item-icon > img div.security-grid > div.security-item > div.security-item-icon > img |
div.security-grid > div.security-item > div.security-item-icon > img div.security-grid > div.security-item > div.security-item-icon > img |
div.security-grid > div.security-item > div.security-item-icon > img div.security-grid > div.security-item > div.security-item-icon > img |
div.security-grid > div.security-item > div.security-item-icon > img div.security-grid > div.security-item > div.security-item-icon > img |
div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image |
div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image |
div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image div.container > div.testimonials-grid > div.testimonials-card > img.testimonials-profile-image |
body.product > div.content > section.cta-bottom > img.cta-bottom-bg body.product > div.content > section.cta-bottom > img.cta-bottom-bg |
div.row > div.col-lg-4 > a > img div.row > div.col-lg-4 > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.navbar-header > div.navbar-brand > a div.container > div.navbar-header > div.navbar-brand > a |
div.container > div.row > div.col-lg-4 > a div.container > div.row > div.col-lg-4 > a |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get Gyazo for free section.hero > div.container > div.text-center > a#hero-download |
Uploads div.container > div.users-items > div.users-item > div.users-item-desc |
View pricing and plans div.content > section.upgrade > div.container > a.btn |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Capture both videos and still images div.benefit-features-grid > div.benefit-feature > div.benefit-feature-text > h5.benefit-feature-title |
Collections div.benefit-features-grid > div.benefit-feature > div.benefit-feature-text > h5.benefit-feature-title |
Search captures with OCR div.benefit-features-grid > div.benefit-feature > div.benefit-feature-text > h5.benefit-feature-title |
Auto preview in chat and SNS div.benefit-features-grid > div.benefit-feature > div.benefit-feature-text > h5.benefit-feature-title |
Neil White div.testimonials-grid > div.testimonials-card > div.testimonials-profile > h5.testimonials-profile-name |
Record up to 10 minutes of video div.col-lg-10 > div.upgrade-grid > div.upgrade-item > h5.upgrade-item-title |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The fastest way | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 to use your moments | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Loved worldwide | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Save Instantly, Stay… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Collect what you see… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Find what you need, … | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Share what you see, … | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Save | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Find | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Keep your data | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 safe and secure | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Used by 20 million p… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Ugrade to Gyazo Pro | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Let’s start for fr… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Product | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Downloads | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Resources | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Related Services | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title Gyazo · Screen Reco… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Download | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.