Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
F404 Error PageActionHTTP 403, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 AI is Fueling What's… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Unlock the Full Pote… | 1.31:1 | 3.0:1 | #000000 | #341C06 | Fail |
| h2 Unlock the Full Pote… | 1.47:1 | 3.0:1 | #000000 | #272B2C | Fail |
| h2 FY25 Impact Report: … | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Product Sustainabili… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 PTC for Startups: CA… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Deliver more value t… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Digital thread: Esse… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Brands you rely on, … | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h2 Committed to your su… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 PTC named outright L… | 1.74:1 | 3.0:1 | #000000 | #333735 | Fail |
| h3 Enterprise ALM accel… | 2.16:1 | 3.0:1 | #000000 | #3F4548 | Fail |
| h3 PTC launches Service… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 PTC named a leader i… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Tune in to Speaking … | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Manage product compl… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Reduce costs by tran… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Deliver high quality… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Drive growth and inn… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | Pass |
| h3 Transform the custom… | 15.12:1 | 3.0:1 | #000000 | #DCDADD | 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.
A+Heading Hierarchy20 headingsPASS
- H2 Unlock the Full Potential of Your Engineering Data With AI
- H3 PTC named outright Leader for enterprise PLM
- H3 Enterprise ALM accelerates the pace of innovation—see how
- H2 Unlock the Full Potential of Your Service Operations With AI
- H3 PTC launches ServiceMax AI
- H3 PTC named a leader in IDC Marketscape for SLM
- H3 Tune in to Speaking of Service
- H1 AI is Fueling What's Possible in Product Development
- H2 FY25 Impact Report: Read about our ongoing sustainability efforts
- H2 Product Sustainability For Dummies, PTC Special Edition
- H2 PTC for Startups: CAD, PLM, ALM at no cost for qualifying startups. Apply Now!
- H2 Deliver more value through your products
- H3 Manage product complexity with the right solutions
- H3 Reduce costs by transforming your product development processes
- H3 Deliver high quality products with consistency
- H3 Drive growth and innovation
- H3 Transform the customer experience
- H2 Digital thread: Essential enabler of digital transformation
- H2 Brands you rely on, rely on PTC
- H2 Committed to your success
A+Alt Text QualityAll 23 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality22 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://learningconnector.ptc.com | Learning Connector | new tab | Add '(opens in new tab)' to text |
| https://investor.ptc.com/investor-overvi… | Investor Relations | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://learningconnector.ptc.com; https://investor.ptc.com/investor-overview/default.aspx
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
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 21 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.
ARIA
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 |
|---|
AI assistant body.background-white > q-focus-sentinel > div |
After AI assistant body.background-white > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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#jumbotron-tile-1 > a.link-overlay div#jumbotron-tile-1 > a.link-overlay |
div#jumbotron-tile-2 > a.link-overlay div#jumbotron-tile-2 > a.link-overlay |
div#jumbotron-tile-3 > a.link-overlay div#jumbotron-tile-3 > a.link-overlay |
div.card-links > div.card-section > div#homepage-video-background-cta-1 > a.link-cover div.card-links > div.card-section > div#homepage-video-background-cta-1 > a.link-cover |
div.card-links > div.card-section > div#homepage-video-background-cta-2 > a.link-cover div.card-links > div.card-section > div#homepage-video-background-cta-2 > a.link-cover |
div.card-links > div.card-section > div#homepage-video-background-cta-3 > a.link-cover div.card-links > div.card-section > div#homepage-video-background-cta-3 > a.link-cover |
div.card-links > div.card-section > div#homepage-video-background-cta-4 > a.link-cover div.card-links > div.card-section > div#homepage-video-background-cta-4 > a.link-cover |
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
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.hydrated html.hydrated |
These items highlight common accessibility best practices.