Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction5 issue(s) across 48 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /photography#product-lifestyle | (empty) | empty | Add link text or aria-label |
| /photography#fashion-clothing | (empty) | empty | Add link text or aria-label |
| /photography#food-photography | (empty) | empty | Add link text or aria-label |
| /pawtography | (empty) | empty | Add link text or aria-label |
| /photography#catalogue-photography | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/creativebeyond… | instagram-unauth | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/creativebeyondp… | new tab | Add '(opens in new tab)' to text | |
| https://www.threads.net/@creativebeyondp… | Threads | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@creativebeyondph | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/creativ… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/photography#product-lifestyle; /photography#fashion-clothing; /photography#food-photography; /pawtography; /photography#catalogue-photography
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://www.instagram.com/creativebeyondph/; https://www.facebook.com/creativebeyondph; https://www.threads.net/@creativebeyondph; https://www.tiktok.com/@creativebeyondph; https://www.linkedin.com/company/creativeandbeyondph/
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
BTabindex Anti-Patterns0 positive, 5 -1-on-focusableREVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
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 Creative & Beyond St… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Brands we’ve Worke… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Creative & Beyond Ph… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 12.49:1 | 4.5:1 | #000000 | #C7C5E0 | Pass |
| span Production | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Photography | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Videography | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Portraits | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Pawtography | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| a Content Creation | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| a Services | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| a Contact | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Open Menu | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Close Menu | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| a Home | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Production | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Photography | 4.55:1 | 4.5:1 | #000000 | #726DB2 | Pass |
| span Videography | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Portraits | 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.
ALandmark Structure8 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
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
AHeading Hierarchy11 headings, 1 skip(s)PASS
- H1 Creative & Beyond Studio
- H4 Product Photography skipped
- H4 Social Media Management
- H4 Videography
- H4 Model Photography
- H4 Food Photography
- H4 Interior Photography
- H4 Catalogue Photography
- H4 Portrait & Corporate Photography
- H4 Pawtography
- H3 Brands we’ve Worked with
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
A+Heading Text QualityAll 11 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 32 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 78 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 94/100 — 2 failing, 23 passedPASS
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.
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 |
|---|
Product Photography div.sqs-block-content > div.sqs-text-block-container > div.sqs-html-content > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link |
div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link |
div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link |
div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link |
div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link div.fluid-image-animation-wrapper > div.fluid-image-container > div.js-content-mode-element-wrapper > a.sqs-block-image-link |
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.