Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DHeading HierarchyAction25 headings, 2 skip(s)FIX
- H2 Ingram Financial: Taking the headache out of home loans
- H2 About Ingram Financial
- H2 What makes us different?
- H2 Access dozens of lenders in one place
- H2 Our Services
- H4 Home Loans skipped
- H4 Car Loans
- H4 Refinancing
- H4 Commercial Loans
- H4 Business Loans
- H4 Property Investment Loans
- H4 SMSF Loans
- H4 Construction Loans
- H4 Bridging Loans
- H3 Our Process
- H2 Read more from our blog
- H2 Renovation and construction costs: What you need to know
- H2 Four budget-friendly bringing cost of living relief
- H2 How Do Lenders Calculate Your Income? (2026 Guide for Australian Home Loans)
- H3 Still have questions?
- H2 Book a call
- H5 Home Loans skipped
- H5 Specialist Loans
- H5 Calculators & Tools
- H5 Contact Us
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
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
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 SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction9 issue(s) across 113 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://ingramfinancial.com.au/home-loan… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: First Home Loans | |||
| https://ingramfinancial.com.au/specialis… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Car Loans | |||
| https://ingramfinancial.com.au/home-loan… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Refinancing | |||
| https://ingramfinancial.com.au/specialis… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Commercial Loans | |||
| https://ingramfinancial.com.au/specialis… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Business Loans | |||
| https://ingramfinancial.com.au/home-loan… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Investment Loans | |||
| https://ingramfinancial.com.au/specialis… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Smsf Loans | |||
| https://ingramfinancial.com.au/home-loan… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Construction Loans | |||
| https://ingramfinancial.com.au/home-loan… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Bridging Loans | |||
| https://www.facebook.com/ingramfinancial… | Follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/ingram_financi… | Follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/in/shannon-ingr… | Connect with us on Linked In | new tab | Add '(opens in new tab)' to text |
| https://g.page/r/CXSOXwbJJZDcEBM/review | View our Google reviews | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://ingramfinancial.com.au/home-loans/first-home-loans/ ("Learn More"); https://ingramfinancial.com.au/specialist-loans/car-loans/ ("Learn More"); https://ingramfinancial.com.au/home-loans/refinancing/ ("Learn More"); https://ingramfinancial.com.au/specialist-loans/commercial-loans/ ("Learn More"); https://ingramfinancial.com.au/specialist-loans/business-loans/ ("Learn More"); https://ingramfinancial.com.au/home-loans/investment-loans/ ("Learn More"); https://ingramfinancial.com.au/specialist-loans/smsf-loans/ ("Learn More"); https://ingramfinancial.com.au/home-loans/construction-loans/ ("Learn More"); https://ingramfinancial.com.au/home-loans/bridging-loans/ ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/ingramfinancial/; https://www.instagram.com/ingram_financial/; https://www.linkedin.com/in/shannon-ingram-14b6b726/; https://g.page/r/CXSOXwbJJZDcEBM/review
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
BTap Target Adequacy1 tap target(s) too small or too close togetherREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 19 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.
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 |
|---|
Let’s connect so we can assist, or simply start your application online today. div.stk-column-wrapper > div.stk-block-content > div.wp-block-stackable-text > p.stk-block-text__text |
Copyright © 2026 - Ingram Financial div.ct-container > div > div.ct-footer-copyright > p |
Ingram Financial Pty Ltd (atf Ingram Family Trust) ABN 69618146267 is authorise… div.ct-container > div > div.ct-footer-copyright > p |
Privacy Policy div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
Terms and conditions div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
Feedback and complaints div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
The information provided on this site is on the understanding that it is for il… div.ct-container > div > div.ct-footer-copyright > p |
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 |
|---|
Home Loans div.stk-column-wrapper > div.stk-block-content > div#home-loans > h4.stk-block-heading__text |
Home Loans div#block-19 > div.wp-block-group > div#home-loans > h5.stk-block-heading__text |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms and conditions div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
These items highlight common accessibility best practices.
A+Landmark Structure5 landmarksPASS
A+Heading Text QualityAll 25 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 9 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-AU"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Mobile-Readable Font SizesAll 111 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h2 Ingram Financial: Ta… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 About Ingram Financi… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 What makes us differ… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 Access dozens of len… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 Our Services | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 Read more from our b… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h2 Book a call | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h3 Our Process | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| h3 Still have questions… | 13.54:1 | 3.0:1 | #000000 | #DFD08D | Pass |
| title Mortgage Broker Suth… | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Skip to content | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Home Loans | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a First Home Buyer Loa… | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Next Home Loans | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Home Loan Refinancin… | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Investment Property … | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Home Loan Pre-Approv… | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Self-Employed Home L… | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Bridging Loans | 13.54:1 | 4.5:1 | #000000 | #DFD08D | Pass |
| a Construction Loans | 13.54:1 | 4.5:1 | #000000 | #DFD08D | 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.