Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction12 issue(s) across 295 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/tkpropertygrou… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/tk-prop… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/TK_Property | Twitter/X | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/tkpropertygroup… | new tab | Add '(opens in new tab)' to text | |
| mailto:info@tkpg.co.uk | Message | new tab | Add '(opens in new tab)' to text |
| https://wa.me/+447856313692 | new tab | Add '(opens in new tab)' to text | |
| https://tkpg.co.uk | (empty) | empty | Add link text or aria-label |
| https://tkpg.co.uk/property/tranquillity… | (empty) | empty | Add link text or aria-label |
| https://tkpg.co.uk/property/the-quayline… | (empty) | empty | Add link text or aria-label |
| https://tkpg.co.uk/property/the-hilight/ | (empty) | empty | Add link text or aria-label |
| /privacy-policy | Privacy Policy. | new tab | Add '(opens in new tab)' to text |
| https://tkpg.co.uk/investment-guides/buy… | (empty) | empty | Add link text or aria-label |
| https://tkpg.co.uk/investment-guides/buy… | (empty) | empty | Add link text or aria-label |
| https://tkpg.co.uk/investment-guides/buy… | (empty) | empty | Add link text or aria-label |
| /privacy-policy | Privacy Policy. | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/tkpropertygroup… | TK Property Group on Facebook | new tab | Add '(opens in new tab)' to text |
| https://x.com/TK_Property | TK Property Group on X (Twitte… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/tkpropertygrou… | TK Property Group on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/tk-prop… | TK Property Group on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://wa.me/+447856313692 | Contact TK Property Group on W… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://tkpg.co.uk; https://tkpg.co.uk/property/tranquillity/; https://tkpg.co.uk/property/the-quayline/; https://tkpg.co.uk/property/the-hilight/; https://tkpg.co.uk/investment-guides/buy-to-let-property-manchester/; https://tkpg.co.uk/investment-guides/buy-to-let-property-birmingham/; https://tkpg.co.uk/investment-guides/buy-to-let-property-liverpool/
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/tkpropertygroup/; https://www.linkedin.com/company/tk-property-group/; https://x.com/TK_Property; https://www.facebook.com/tkpropertygroup/; mailto:info@tkpg.co.uk; https://wa.me/+447856313692; /privacy-policy; /privacy-policy; https://www.facebook.com/tkpropertygroup/; https://x.com/TK_Property (+3 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.owl-dot (#2082 on page); button.owl-dot (#2084 on page); button.owl-dot (#2086 on page); button.owl-dot (#2088 on page); button.owl-dot (#2090 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
DMobile Keyboard & AutofillAction11/11 eligible field(s) missing autocomplete or inputmodeFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy33 headings, 2 skip(s)REVIEW
- H2 Perfectly Located To Capitalise On Manchester's High Rental Demand.
- H2 Short-term let approved apartments in the heart of Merseyside.
- H2 High-Spec Apartments 18 Minutes to London.
- H3 As Featured In:
- H1 We’re Your Strategic Property Investment Partner
- H2 Empowering your buy-to-let property investment journey with expert insights and tailored solutions to maximise your returns
- H5 Units Sold skipped
- H5 Combined Years of Property Experience
- H5 UK Developments Sold Across
- H2 Featured Properties
- H3 One Trafford Edge
- H3 The Quayline
- H3 Contour
- H3 Tranquillity
- H3 Forum House
- H3 Aquitania
- H3 Southside Residences
- H3 Lakeside Residences
- H3 Berkeley Square
- H3 The HiLight
- H3 Trafford Off-Market
- H3 Waterhouse Gardens
- H2 Featured Cities
- H2 Investment Finder
- H2 Explore Our Investment Guides
- H5 Manchester Buy to Let Property Guide skipped
- H5 Birmingham Buy to Let Property Guide
- H5 Liverpool Buy to Let Property Guide
- H2 Client Journey
- H2 Free Consultation
- H2 What Our Customers Say
- H2 For Buy-To-Let Investments
- H2 Still looking for your next property investment?
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 26 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 |
|---|
div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot |
div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot |
div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot |
div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot |
div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot div.services__col--slides > div#services-owl-controls > div.owl-dots > button.owl-dot |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Cities
Birmingham
Liverpool
Manchester
London
Nottingham
Blackpool
Burton-u… div.properties__row > div.properties__formwrap > form#filterProperties > select#filterCity |
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.owl-item > div.homehero__slide > div.homehero__slide-image > a.stretched-link div.owl-item > div.homehero__slide > div.homehero__slide-image > a.stretched-link |
div.owl-item > div.homehero__slide > div.homehero__slide-image > a.stretched-link div.owl-item > div.homehero__slide > div.homehero__slide-image > a.stretched-link |
div.owl-item > div.propertycard > div.propertycard__imagewrap > a div.owl-item > div.propertycard > div.propertycard__imagewrap > a |
div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-link div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-link |
div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-link div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-link |
div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-link div.col-lg-4 > div.card-report > div.report-card-img-top > a.stretched-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.
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 |
|---|
Customise div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
Reject All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
Accept All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
Manchester's div.homehero__slide-inner > div > h2.homehero__title > span.text-gold |
Our Portfolio main#main > section.properties > div.container > p.h4 |
Where To Invest div.container-xxxl > div.row > div.col > p.h4 |
Stay Up To Date div.container > div.row > div.col > p.h4 |
Our Services & Resources div.services__row > div.services__col--content > div.services__col__content__content > p.h4 |
The Best UK Property Developments div.container > div.row > div.col-lg-6 > p.h4 |
contact us div.row > div.col-lg-6 > p > a |
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 |
|---|
Units Sold div.content1__stats > div.content1__statcol > div.stat > h5.stat__label |
Manchester Buy to Let Property Guide div.col-lg-4 > div.card-report > div.report-card-body > h5.card__title |
These are opportunities to improve keyboard navigation in your application.
A+Landmark Structure6 landmarksPASS
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 60 images OKPASS
AForm Accessibility1 of 40 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| city | radio | none | |
| city | radio | none | |
| city | radio | none | |
| city | radio | none | |
| city | radio | none | |
| city | radio | none | |
| experience | radio | none | |
| experience | radio | none | |
| ptype | radio | none | |
| ptype | radio | none | |
| ptype | radio | none | |
| ptype | radio | none | |
| ptype | radio | none | |
| ptype | radio | none | |
| budget | radio | none | |
| budget | radio | none | |
| budget | radio | none | |
| budget | radio | none | |
| budget | radio | none | |
| budget | radio | none | |
| timeline | radio | none | |
| timeline | radio | none | |
| timeline | radio | none | |
| timeline | radio | none | |
| timeline | radio | none | |
| #forename_918 | text | First Name | for/id |
| #surname_918 | text | Last Name | for/id |
| #email_918 | Email Address | for/id | |
| input | text | Search | aria-label |
| #phone_918 | tel | Phone Number | for/id |
| #MarketingOptIn_918 | checkbox | I would like to receive future updates from TK Property Group (via Email/SMS/Phone) regarding investment opportunities. For details on how we handle your data please view our Privacy Policy. | for/id |
| #forename_529 | text | First Name | for/id |
| #surname_529 | text | Last Name | for/id |
| #email_529 | Email Address | for/id | |
| input | text | Search | aria-label |
| #phone_529 | tel | Phone Number | for/id |
| #goal_formModal-b | select | What is your primary goal? | for/id |
| #bestTimeCall_formModal-b | select | When is the best time to call? | for/id |
| #MarketingOptIn_529 | checkbox | I would like to receive future updates from TK Property Group (via Email/SMS/Phone) regarding investment opportunities. For details on how we handle your data please view our Privacy Policy. | for/id |
| #filterCity | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="city" id="filterCity">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality40 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en-GB"PASS
ATabindex Anti-Patterns0 positive, 3 -1-on-focusablePASS
A+Iframe AccessibilityAll 2 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 178 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
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 We’re Your Strateg… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Perfectly Located To… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 High Rental Demand. | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Short-term let appro… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 High-Spec Apartments… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Empowering your buy-… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 and tailored solutio… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 your returns | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Featured Properties | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Featured Cities | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Investment Finder | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Explore Our Investme… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Client Journey | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Free Consultation | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 What Our Customers S… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 For Buy-To-Let Inves… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Still looking for yo… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 As Featured In: | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| title UK Property Investme… | 7.10:1 | 4.5:1 | #000000 | #969696 | Pass |
| a Skip to main content | 7.37:1 | 4.5:1 | #000000 | #999999 | 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.