Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
FAlt Text QualityAction7 of 10 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 7 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction9 issue(s) across 49 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://imgus.cc | Imgus | new tab | Add '(opens in new tab)' to text |
| https://chrome.google.com/webstore/detai… | Install Chrome Extension | new tab | Add '(opens in new tab)' to text |
| https://line.me/R/ti/p/@nnj0738u | Add LINE Bot | new tab | Add '(opens in new tab)' to text |
| /main/info/cloudflare/en | Here | generic text | Replace with descriptive text |
Before: Here Suggested: En | |||
| https://www.facebook.com/reurl.cc/ | FB page | new tab | Add '(opens in new tab)' to text |
| https://re-news.tw/gbyhn/73621 | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/prnasia/4941045_XG410… | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/racingcharger/65473 | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/nearbymed/lower-extre… | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/creditcard/292631 | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/rich101/25764 | (empty) | empty | Add link text or aria-label |
| https://re-news.tw/zocha/664f06a4333c44b… | (empty) | empty | Add link text or aria-label |
| https://youtils.cc/emoji | Emoji | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/geoip | Geo IP | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/big5gb | Big5/GB Converter | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/qrcode | QR Code | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/length | Length Converter | new tab | Add '(opens in new tab)' to text |
| https://www.comptw.com/ | Taiwan Company | new tab | Add '(opens in new tab)' to text |
| https://stockinfo.tw/ | Taiwan Stock | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/wordcounter/zh-Hants | Word Counter | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/dateCalculator | Date Calculator | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/lunarCalendar | Lunar Calendar | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/geoip | Geo IP | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/big5gb | Big5/GB Converter | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/qrcode | QR Code | new tab | Add '(opens in new tab)' to text |
| https://youtils.cc/utm | UTM tool | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://re-news.tw/gbyhn/73621; https://re-news.tw/prnasia/4941045_XG41045_2; https://re-news.tw/racingcharger/65473; https://re-news.tw/nearbymed/lower-extremity-venous-insufficiency-minimally-i…; https://re-news.tw/creditcard/292631; https://re-news.tw/rich101/25764; https://re-news.tw/zocha/664f06a4333c44b7de8afda5
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
Generic link text like 'click here' doesn't describe the destination.
/main/info/cloudflare/en ("Here")
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://imgus.cc; https://chrome.google.com/webstore/detail/kbcpafllcaoefpacjojiliohdhfjgbmo; https://line.me/R/ti/p/@nnj0738u; https://www.facebook.com/reurl.cc/; https://youtils.cc/emoji; https://youtils.cc/geoip; https://youtils.cc/big5gb; https://youtils.cc/qrcode; https://youtils.cc/length; https://www.comptw.com/ (+8 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#ats-slider-button-6
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
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.
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
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 Welcome to reurl.cc | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| h2 Developer API | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| h2 Browser Extension | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| h2 LINE Bot | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| h2 FAQ | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| h3 Contact us | 17.71:1 | 3.0:1 | #000000 | #E9ECEF | Pass |
| title URL Shortener - reur… | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| label Home | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| span SignIn | 10.91:1 | 4.5:1 | #000000 | #80C7C7 | Pass |
| span Language | 6.79:1 | 4.5:1 | #000000 | #2BA2A2 | Pass |
| span 繁中 | 6.79:1 | 4.5:1 | #000000 | #2BA2A2 | Pass |
| span 简中 | 13.75:1 | 4.5:1 | #000000 | #AADADA | Pass |
| span English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 97661bf9-1cd1-447f-a… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Shorten succeeded! | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Copy succeeded! | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Page time out, pleas… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Too long url (over 7… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Connect failed, plea… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span loading... | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
CLighthouse Accessibility AuditsActionScore 70/100 — 9 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ShortenURL
Imgus
Download youtube div.container > div.row > div.col-12 > ul#typeTab |
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
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#ats-slider-wrapper-7 > div#ats-slider-div-7 > button#ats-slider-button-7 div#ats-slider-wrapper-7 > div#ats-slider-div-7 > button#ats-slider-button-7 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
div.row > div.col-4 > a > img.card-img div.row > div.col-4 > a > img.card-img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-6 > ins.clickforceads > div > iframe#cfadif366 div.col-md-6 > ins.clickforceads > div > iframe#cfadif366 |
div.col-md-6 > ins.clickforceads > div > iframe#cfadif537 div.col-md-6 > ins.clickforceads > div > iframe#cfadif537 |
div.container > div.row > div.col-12 > iframe div.container > div.row > div.col-12 > iframe |
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.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
div.card > div.row > div.col-4 > a div.card > div.row > div.col-4 > a |
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 |
|---|
Imgus ul#typeTab > li.nav-item > a#image-tab > span.lead |
Download youtube ul#typeTab > li.nav-item > a#ytdlp-tab > span.lead |
shorten div#url_tab > div.input-group > span.input-group-append > button.btn |
View API Documentation div.row > div.col-md-6 > div.api-content > a.btn |
Install Chrome Extension div.col-md-6 > div.extension-content > a.btn > span |
Add LINE Bot div.col-md-6 > div.linebot-content > a.btn > span |
What is a short URL? div.card > div#headingOne > h5.mb-0 > button.btn |
What are the benefits of using short URLs? div.card > div#headingTwo > h5.mb-0 > button.btn |
How long is a short URL valid? div.card > div#headingThree > h5.mb-0 > button.btn |
How can I check the click count of a short URL? div.card > div#headingFour > h5.mb-0 > button.btn |
How can I get short URL information without clicking the link? div.card > div#headingFive > h5.mb-0 > button.btn |
Why are the preview image and description not showing after using Cloudflare on… div.card > div#headingSix > h5.mb-0 > button.btn |
What are the usage limits of the Web API? div.card > div#headingSeven > h5.mb-0 > button.btn |
FB page div.contact-form > div.row > div.col-12 > a |
admin@reurl.cc div.contact-form > div.row > div.col-12 > a |
English div.col-12 > div.row > div.col-8 > a |
繁體中文 div.col-12 > div.row > div.col-8 > a |
簡體中文 div.col-12 > div.row > div.col-8 > a |
Emoji ul > li > a > span.lead |
Geo IP ul > li > a > span.lead |
Big5/GB Converter ul > li > a > span.lead |
QR Code ul > li > a > span.lead |
Length Converter ul > li > a > span.lead |
Taiwan Company ul > li > a > span.lead |
Taiwan Stock ul > li > a > span.lead |
Word Counter ul > li > a > span.lead |
Date Calculator ul > li > a > span.lead |
Lunar Calendar ul > li > a > span.lead |
Geo IP ul > li > a > span |
Big5/GB Converter ul > li > a > span |
QR Code ul > li > a > span |
UTM tool ul > li > a > span |
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 |
|---|
What is a short URL? div#faqAccordion > div.card > div#headingOne > h5.mb-0 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ShortenURL div.row > div.col-12 > ul#typeTab > li.nav-item |
Imgus div.row > div.col-12 > ul#typeTab > li.nav-item |
Download youtube div.row > div.col-12 > ul#typeTab > li.nav-item |
These are opportunities to improve the experience of reading tabular or list data using 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 html |
These items highlight common accessibility best practices.
AHeading Hierarchy13 headings, 1 skip(s)PASS
- H1 Welcome to reurl.cc
- H2 Developer API
- H2 Browser Extension
- H2 LINE Bot
- H2 FAQ
- H5 What is a short URL? skipped
- H5 What are the benefits of using short URLs?
- H5 How long is a short URL valid?
- H5 How can I check the click count of a short URL?
- H5 How can I get short URL information without clicking the link?
- H5 Why are the preview image and description not showing after using Cloudflare on my website?
- H5 What are the usage limits of the Web API?
- H3 Contact us
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
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | input | none | |
| input | input | none | |
| input | input | none | |
| input | input | none | |
| input | input | none | |
| #contact-nick | text | Your name | for/id |
| #contact-email | Your Email | for/id | |
| #contact-context | textarea | Content | for/id |
| #shortenBox | text | (Input your url here) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="shortenBox">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman