Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding15 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 The AI-native API Pl… | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 The world's APIs are… | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 Product | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 API Network | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 Resources | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 Legal and Security | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| h2 Company | 1.10:1 | 3.0:1 | #000000 | #140B1E | Fail |
| title Postman: The World's… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 4.30:1 | 4.5:1 | #000000 | #C44734 | Fail |
| span Product | 3.06:1 | 4.5:1 | #000000 | #9C3652 | Fail |
| p Postman Platform | 2.32:1 | 4.5:1 | #000000 | #78286D | Fail |
| p What's New | 1.94:1 | 4.5:1 | #000000 | #5C1C82 | Fail |
| p Security | 1.71:1 | 4.5:1 | #000000 | #451489 | Fail |
| p Integrations | 1.49:1 | 4.5:1 | #000000 | #39126E | Fail |
| p Explore | 1.31:1 | 4.5:1 | #000000 | #2D0F54 | Fail |
| p Postman API Network | 1.18:1 | 4.5:1 | #000000 | #210D3A | Fail |
| p MCP Catalog | 1.10:1 | 4.5:1 | #000000 | #150B21 | Fail |
| span Download Postman → | 1.09:1 | 4.5:1 | #000000 | #130A1D | Fail |
| p Design | 1.09:1 | 4.5:1 | #000000 | #130A1D | 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.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 23 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Product
POSTMAN PLATFORM
What's New
Security
Integrations
EXPLORE
Postman… nav.font-inter > div.flex > div.items-center > div#mobileNavPanel |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Starburst div.relative > div > div.relative > div.h-full |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Try the New Postman section.relative > div.relative > div.inline-block > a#sign-up-for-free-new-postman |
Sign Up for Free div.mt-4 > a#sign-up-for-free-homepage > span.GenericButton-module__SZgeuW__content > span.GenericButton-module__SZgeuW__text |
Download Postman div.mx-auto > div.grid > div.col-span-12 > a.text-[14px] |
Privacy Policy div.mx-auto > div.grid > div.col-span-12 > a.text-[14px] |
Cookie Preferences div.mx-auto > div.grid > div.col-span-12 > button.cursor-pointer |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Postman Overview nav > ul.Footer-module__w_7NBa__ul > li.Footer-module__w_7NBa__li > a.Footer-module__w_7NBa__link |
Terms of Service nav > ul.Footer-module__w_7NBa__ul > li.Footer-module__w_7NBa__li > a.Footer-module__w_7NBa__link |
Postman Product Terms nav > ul.Footer-module__w_7NBa__ul > li.Footer-module__w_7NBa__li > a.Footer-module__w_7NBa__link |
Customer Stories nav > ul.Footer-module__w_7NBa__ul > li.Footer-module__w_7NBa__li > a.Footer-module__w_7NBa__link |
Cookie Preferences div.mx-auto > div.grid > div.col-span-12 > button.cursor-pointer |
ALandmark Structure9 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
A+Heading Hierarchy7 headingsPASS
- H1 The AI-native API Platform
- H2 The world's APIs are built and shipped on Postman.
- H2 Product
- H2 API Network
- H2 Resources
- H2 Legal and Security
- H2 Company
A+Alt Text QualityAll 45 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality149 links, 8 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://buildwithfern.com?utm_source=pos… | FernPublish API docs and SDKs | new tab | Add '(opens in new tab)' to text |
| https://discord.com/invite/pqf9eVQwf7 | Discord | new tab | Add '(opens in new tab)' to text |
| https://buildwithfern.com?utm_source=pos… | FernPublish API docs and SDKs | new tab | Add '(opens in new tab)' to text |
| https://discord.com/invite/pqf9eVQwf7 | Discord | new tab | Add '(opens in new tab)' to text |
| https://x.com/getpostman | Follow Postman on X | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/postman… | Follow Postman on Linked In | new tab | Add '(opens in new tab)' to text |
| https://github.com/postmanlabs | Contribute to Postman on Git H… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/postman | Watch our Postman You Tube cha… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/getpostman | Follow Postman on Instagram | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/rKZgwpZqqV | Follow Postman on Discord | new tab | Add '(opens in new tab)' to text |
| https://privacy.postman.com/policies/ | Read more about Postman's priv… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://buildwithfern.com?utm_source=postman-product-dropdown; https://discord.com/invite/pqf9eVQwf7; https://buildwithfern.com?utm_source=postman-product-dropdown; https://discord.com/invite/pqf9eVQwf7; https://x.com/getpostman; https://www.linkedin.com/company/postman-platform; https://github.com/postmanlabs; https://www.youtube.com/postman; https://www.instagram.com/getpostman; https://discord.gg/rKZgwpZqqV (+1 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