[Skip navigation links]

Site Report

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
34https://dreamexchin.com/
CriticalThis button element contains no text and has no accessible name. WCAG 2.2 A 4.1.2
Section 508 (2017) A 4.1.2
<button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
178
<button class='...'>...</button>
162
<button class='...'>...</button>
168
CriticalHTML form control has no accessible name. WCAG 2.2 A F68
Section 508 (2017) A F68
<input type='checkbox'>
308
CriticalHeadings should not be empty. ARIA 5.2.8
<h1 class='...'><a href='https://dreamexchin.com'>...</a></h1>
140
CriticalLinks must have an accessible name. WCAG 2.2 A F89
Section 508 (2017) A F89
<a href='https://dreamexchin.com'><span class='custom-logo-link'>...</span></a>
140
CriticalInvalid CSS color value. CSS Validation
color: #d5d5d5px74
CriticalThe interactive element button must not appear as a descendant of the a element. HTML5
WCAG 2.2 A 4.1.2
Section 508 (2017) A 4.1.2
<button class='dreamexch-btn ...'>GET NEW ID FROM WHATSAPP</button>
317
CriticalThe label element may contain at most one descendant input element, button element, select element, or textarea element. HTML5
<label>...</label>
3548
<label>...</label>
3571
CriticalThe element button must not appear as a descendant of the a element. HTML5
WCAG 2.2 A 4.1.2
Section 508 (2017) A 4.1.2
<button class='dreamexch-btn ...'>GET NEW ID FROM WHATSAPP</button>
317
CriticalAttribute charset not allowed on element. HTML5
<meta charset='utf-8'>
812
<meta charset='utf-8'>
990
<meta charset='utf-8'>
1183
<meta charset='utf-8'>
1396
<meta charset='utf-8'>
1739
CriticalAttribute name not allowed on element. HTML5
<meta name='viewport'>
814
<meta name='viewport'>
992
<meta name='viewport'>
1185
<meta name='viewport'>
1398
<meta name='viewport'>
1741
CriticalElement meta is missing one or more required attributes. HTML5
itempropcontentproperty required for elementmeta
<meta charset='utf-8'>
812
itempropproperty required for elementmeta
<meta name='viewport' content='width=device-width, ...'>
814
itempropcontentproperty required for elementmeta
<meta charset='utf-8'>
990
itempropproperty required for elementmeta
<meta name='viewport' content='width=device-width, ...'>
992
itempropcontentproperty required for elementmeta
<meta charset='utf-8'>
1183
CriticalBad value for attribute type. HTML5
Expected a token character or '/' but saw
<script type='speculationrules'>...</script>
5516
CriticalElement style not allowed as child element in this context. HTML5
<div class='elementor-element ...' data-id='798346e' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><style>...</style></div>
412
<div class='elementor-element ...' data-id='938a554' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><style>...</style></div>
828
<div class='elementor-element ...' data-id='8b2acf5' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><style>...</style></div>
1006
<div class='elementor-element ...' data-id='41a2f04' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><style>...</style></div>
1199
<div class='elementor-element ...' data-id='fa87b90' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><style>...</style></div>
1412
CriticalElement title not allowed as child element in this context. HTML5
<div class='elementor-element ...' data-id='938a554' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><title>...</title></div>
817
<div class='elementor-element ...' data-id='8b2acf5' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><title>...</title></div>
995
<div class='elementor-element ...' data-id='41a2f04' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><title>...</title></div>
1188
<div class='elementor-element ...' data-id='fa87b90' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><title>...</title></div>
1401
<div class='elementor-element ...' data-id='92ccb5e' data-element_type='widget' data-e-type='widget' data-widget_type='html.default'><title>...</title></div>
1744
CriticalDuplicate attribute class. HTML5
300 330
CriticalEnd tag for body seen, but there were unclosed elements. HTML5
968 1161 1374 1717 1971 ...
CriticalStart tag body seen but an element of the same type was already open. HTML5
902 1086 1293 1531 1844 ...
CriticalUnclosed element div. HTML5
968 1161 1374 1717 1971 ...
CriticalStray doctype. HTML5
806 984 1177 1390 1733 ...
CriticalStray end tag div. HTML5
972 1165 1378 1721 1975 ...
CriticalStray end tag head. HTML5
899 1083 1290 1528 1841 ...
CriticalStray start tag head. HTML5
810 988 1181 1394 1737 ...
CriticalStray start tag html. HTML5
808 986 1179 1392 1735 ...
CriticalOffer an HTML site map to your users with links that point to the important parts of your site. Links embedded in menus, list boxes, and similar elements are not accessible to web crawlers unless they appear in your site map. If the site map is larger than 100 or so links, you may want to break the site map into separate pages. Google
Bing
1
Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.2 AA 1.4.3
Section 508 (2017) AA 1.4.3
The text color to background color contrast ratio after composition is:
1.98 with color: rgb(255,255,255)background: rgb(37,211,102)
font-size: 11.25ptfont-weight: 700
<button class='dreamexch-btn ...'>GET NEW ID FROM WHATSAPP</button>
317
3.29 with color: rgb(255,255,255)background: rgb(74,144,226)
font-size: 12ptfont-weight: 600
<a href='.../' class='download-btn ios'>Download for iOS</a>
3119
Very ImportantFor input type=password elements, set the autocomplete attribute to new-password or current-password in order to identify input purpose. WCAG 2.2 1.3.5
<input type='password' placeholder='Password'>
305
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. WCAG 2.2 AA F78
Section 508 (2017) AA F78
:focus has outline: invert none 0px
<button class='faq-question'>1️⃣ How do I ... on Dreamexch?<span>+</span></button>
3335
:focus has outline: invert none 0px
<button class='faq-question'>2️⃣ Is ... for 18+ users?<span>+</span></button>
3342
:focus has outline: invert none 0px
<button class='faq-question'>3️⃣ What ... are available?<span>+</span></button>
3349
:focus has outline: invert none 0px
<button class='faq-question'>4️⃣ How fast are withdrawals?<span>+</span></button>
3356
:focus has outline: invert none 0px
<button class='faq-question'>5️⃣ Is ... available 24/7?<span>+</span></button>
3363
Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3
W3C
<img src='...g' alt='WhatsApp'>
3659
<img decoding='async' src='...g' alt='DreamExch'>
301
<img decoding='async' src='...g' alt='Dreamexch Promotions &#38; Bonuses'>
2559
<img decoding='async' src='...g' alt='Payment Methods Dreamexch'>
2711
<img decoding='async' src='...p' alt='Dreamexch Cricket Betting and Casino Games in India'>
549
Very ImportantThe banner role is unnecessary for element header. HTML5
<header role='banner' class='...'>...</header>
134
Very ImportantConsider using the h1 element as a top-level heading only. HTML5
<h1 class='...'><a href='https://dreamexchin.com'>...</a></h1>
140
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6
The text color to background color contrast ratio after composition is:
6.40 with color: rgb(213,213,213)background: rgb(106,27,154)
font-size: 12.75ptfont-weight: 500
<p>Dreamexch is a leading online ... gameplay across all devices.</p>
3479
6.40 with color: rgb(213,213,213)background: rgb(106,27,154)
font-size: 11.25ptfont-weight: 500
<li>Blog</li>
3507
5.00 with color: rgb(239,179,63)background: rgb(106,27,154)
font-size: 17.25ptfont-weight: 400
<h4 class='wp-block-heading'>Contact info</h4>
3521
6.40 with color: rgb(213,213,213)background: rgb(106,27,154)
font-size: 12.75ptfont-weight: 500
<p>WhatsApp {<a href='https://wa.me/+919750049142'>+919750049142</a>...</p>
3523
6.40 with color: rgb(213,213,213)background: rgb(106,27,154)
font-size: 12.75ptfont-weight: 500
<p>Email... support@dreamexchin.com</p>
3525
ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22
<a href='https://wa.link/dreamexch' target='_blank' rel='nofollow noopener ...'>...</a>
3657
<a target='_blank' title='WordPress Car Rental Theme' href='...a'>...l</a>
3540
ImportantUse at least a 12-point font on all web pages. Usability.gov 11:8
font-size: 10.50pt
<p>IPL, T20, World Cup. Bet on toss, score, overs, and live match outcomes.</p>
2314
font-size: 10.50pt
<p>Premier League, UEFA Champions ... betting options available.</p>
2320
font-size: 10.50pt
<p>ATP, WTA, Grand Slams. Live score betting and in-play excitement.</p>
2326
font-size: 10.50pt
<p>Pro Kabaddi League. Bet on match ... performers, and points scored.</p>
2332
font-size: 10.50pt
<p>NBA and international tournaments. Bet with competitive odds and stats.</p>
2338
Less ImportantUse site maps for web sites that have many pages. Usability.gov 7:10
1
1https://dreamexchin.com/wp-content/themes/car-rental-wda/assets/css/front-end/index.css?ver=6.9.1
CriticalInvalid value for CSS property. CSS Validation
background: -webkit-linear-gradient(2186
display: relative4047
display: relative4066
display: relative4112
1https://dreamexchin.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.3
Very ImportantThe @media feature has an invalid value. CSS Validation
min-width53
max-width59
max-width76
min-width203
max-width214
2https://dreamexchin.com/wp-content/uploads/elementor/css/post-6.css?ver=1770641895
CriticalInvalid CSS selector. CSS Validation
6
CriticalCSS Validation Error. CSS Validation
6
38 issues on 4 pages