[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 14 issuesLevel A, 14 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 2 issuesLevel AA, 2 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 4 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

14 issues on 8 pages

CriticalAll onclick handlers should have an equivalent onkeyup or onkeydown handler. WCAG 2.1 A F54 Section 508 (2017) A F54 7 pages
Some users are unable to use a mouse, so use the keyboard instead. Add an equivalent keyboard event handler to help these users.
https://offersonloan.com/about-us/Line 532 532 574 574 574 ...
https://offersonloan.com/contact-us/Line 532 532 533 533 533 ...
https://offersonloan.com/disclaimer/Line 532 532 570 570 570 ...
https://offersonloan.com/privacy-policy/Line 533 533 627 627 627 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalAn element with a role that hides child elements contains focusable child elements. WCAG 2.1 A 1.3.1 Section 508 (2017) A 1.3.1 ARIA 1.1 Presentational Children 1 pages
This role element marks child elements as presentational, which hides them from the accessibility tree, but some of these children are focusable, so they can be navigated to, but are not voiced in a screen reader.
role=option role=option role=option role=option role=option
https://offersonloan.com/
Line 552 590 628 666 704 ...
CriticalAn element with role=tab must be contained in, or owned by, an element with role=tablist HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 1 pages
https://offersonloan.com/Line 1119
CriticalARIA control has no label. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 1 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Add an aria-label attribute
  • Add an aria-labelledby attribute
https://offersonloan.com/Line 513 802
CriticalDon't use CSS animations that run for more than 5 seconds without giving the user a way to turn them off. WCAG 2.1 A 2.2.2 Section 508 (2017) A 2.2.2 1 pages
Reduce the duration of the animation to less than 5 seconds (works on all devices) or use the @media (prefers-reduced-motion) media query to turn them off (works in Chrome, Firefox and Safari).
animation-duration: 48212ms
https://offersonloan.com/
Line 437
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 1 pages

A link name allows screen readers to voice what the links does. If there is no link text or the `alt` text is blank, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the link contains an img element
https://offersonloan.com/about-us/Line 569
CriticalEnd tag a violates nesting rules. HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 1 pages
https://offersonloan.com/about-us/Line 569
Criticaliframe and frame elements must have a title attribute. WCAG 2.1 A 2.4.1 Section 508 (2017) A 2.4.1 1 pages
Add a title attribute or ARIA label to each iframe and frame element (e.g. title='Main Content'). Without a title some screen readers read out the frame filename, which is usually meaningless.

Impact on users:

  • VoiceOver macOS 10.14 Safari 13.0 macOS 10.14.6 Reading: Meaningless frame title read out.
  • VoiceOver macOS 10.13 Safari 12.1 macOS 10.13.6 Reading: Meaningless frame title read out.
  • VoiceOver macOS 10.12 Safari 10.1.2 macOS 10.12.6 Reading: Meaningless frame title read out.
  • VoiceOver macOS 10.11 Safari 9.1.2 macOS 10.11.6 Reading: Meaningless frame title like 'frame zero' read out.
https://offersonloan.com/contact-us/Line 532
Criticalimg alt text must not use ASCII art (which includes smileys). WCAG 2.1 A F72 Section 508 (2017) A F72 1 pages
Change the alt text to a meaningful description. alt text consisting of punctuation characters sounds like "colon dash right-bracket" when read aloud.

Impact on users:

  • NVDA 2019.2 Chrome 79 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2019.2 FF68 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2019.2 IE11 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2018.4 Chrome 73 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2018.4 FF60 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2018.4 IE11 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2017.3 FF60 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2017.3 IE11 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2016.2 FF48 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • NVDA 2016.2 IE11 Windows 10 Reading: Reads "graphic", with no indication what the graphic is.
  • JAWS 2019.1912.1 Chrome 79 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2019.1912.1 FF68 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2019.1912.1 IE11 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2018.1811.2 Chrome 73 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2018.1811.2 FF60 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2018.1811.2 IE11 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 18.0.5038 FF52 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 18.0.5038 IE11 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 17.0.2619 FF48 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 17.0.2619 IE11 Windows 10 Reading: Meaningless punctuation read.
alt=':)'
https://offersonloan.com/
Line 2310
CriticalLink uses general text like 'Click Here' with no surrounding text explaining link purpose. WCAG 2.1 A F63 Section 508 (2017) A F63 1 pages
Screen reader users use text around links to help understand what the link does. If the link text is very general, and there's no surrounding text, there's no way to work out what the link does. Either use a descriptive link label (which helps all users) or add an aria-label or aria-describedby to the link (which helps screen reader users).
Link text: Read More Read More Read More Read More Read More
https://offersonloan.com/
Line 1563 1613 1663 1713 1763 ...
CriticalRemoving the underline from links makes it hard for color-blind users to see them. WCAG 2.1 A F73 Section 508 (2017) A F73 8 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible without color vision.
https://offersonloan.com/Line 439 2096 2131 2166 2201 ...
https://offersonloan.com/about-us/Line 549 620 667 714 761
https://offersonloan.com/contact-us/Line 579 626 673 720
https://offersonloan.com/privacy-policy/Line 673 720 767 814
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
CriticalSeveral links on a page share the same link text and surrounding context, but go to different destinations. WCAG 2.1 A F63 Section 508 (2017) A F63 1 pages
Make the link text unique for each target page (which helps all users) or add an aria-label or aria-describedby to the link (which helps screen reader users).
Link text: Read More Read More
https://offersonloan.com/
Line 1563 1613
CriticalThe aria-describedby attribute must point to IDs of elements in the same document. HTML5 WCAG 2.1 A 1.3.1 Section 508 (2017) A 1.3.1 ARIA 1.1 1 pages
These IDs weren't found: slick-slide00 slick-slide01 slick-slide02 slick-slide03 slick-slide04
https://offersonloan.com/
Line 552 590 628 666 704 ...
CriticalThe visual label must appear in the accessible name of links and controls. WCAG 2.1 A F96 Section 508 (2017) A F96 1 pages
People who use speech control rely on being able to select elements using the visual label displayed on screen. If this isn't part of the accessible name, they can't select elements by name.
Visual label: Yaarii App क्या है ? Yaari Aap se Loan Kaise Le? 1 min read Loan Yaarii App क्या है ? Yaari Aap se Loan Kaise Le? offersonloancom October 12, 2021 not in Yaarii App क्या है ? Yaari Aap se Loan Kaise Le? Yaarii App 1 min read Loan Yaarii App क्या है ? Yaari Aap se Loan Kaise Le? offersonloancom October 12, 2021 Latest not in Recent
https://offersonloan.com/
Line 552 1119

Level AA

2 issues on 6 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3 6 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
The text color to background color contrast ratio after composition is:
4.16 with color: rgb(51,51,51);background-color: rgb(0,152,254);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/
Line 2028
The text color to background color contrast ratio after composition is:
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 700;
https://offersonloan.com/about-us/
Line 549 569
The text color to background color contrast ratio after composition is:
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/disclaimer/
Line 537 553
The text color to background color contrast ratio after composition is:
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
3.03 with color: rgb(0,152,254);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/terms-and-condition/
Line 581 581
This issue was found on another 2 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline. WCAG 2.1 AA F78 Section 508 (2017) AA F78 1 pages
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
  • Internet Explorer (obscures the focus indicator on links, buttons and range controls)
border-width: wider than outline-width: border-width: wider than outline-width:
https://offersonloan.com/
Line 1119 1124

Level AAA

4 issues on 8 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22 8 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".
https://offersonloan.com/Line 2243
https://offersonloan.com/about-us/Line 817
https://offersonloan.com/contact-us/Line 776
https://offersonloan.com/privacy-policy/Line 870
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.1 AAA 1.4.6 8 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

Note: The default link color in IE11 has poor contrast on a white background. Fix by specifying a:link and a:visited colors in CSS.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/
Line 413 2096 2131 2166 2243 ...
The text color to background color contrast ratio after composition is:
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/about-us/
Line 588 589 590 591 620 ...
The text color to background color contrast ratio after composition is:
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/contact-us/
Line 547 548 549 550 579 ...
The text color to background color contrast ratio after composition is:
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
4.56 with color: rgb(51,122,183);background-color: rgb(255,255,255);font-size: 10.50pt;font-weight: 400;
https://offersonloan.com/privacy-policy/
Line 641 642 643 644 673 ...
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
ImportantLink uses general text like 'Click Here' which doesn't explain link purpose. WCAG 2.1 AAA F84 1 pages
Screen reader users often tab from one link to the next, or use the 'Next Link' command. Moving between links labelled 'click here' sounds like 'Click here, tab, click here, tab, click here'. Change the link text, or add an aria-label, so the link makes sense when read without the surrounding text.
Link text: Read More Read More Read More Read More Read More
https://offersonloan.com/
Line 1563 1613 1663 1713 1763 ...
ImportantSeveral links on a page share the same link text, but go to different destinations. WCAG 2.1 AAA 2.4.9 1 pages
Make the link text unique for each target, or add additional text using aria-label.
Link text: Read More Read More
https://offersonloan.com/
Line 1563 1613
Expand all 20 issues