Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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 QualityAction21 of 30 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 20 image(s) |
| generic | 1 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
FLink & Button QualityAction50 issue(s) across 255 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /Accounts | (empty) | empty | Add link text or aria-label |
| /ProtectionPro.aspx | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Protectionpro.Aspx | |||
| /ProtectionPro.aspx?r=mlmpptst | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Protectionpro.Aspx?R=Mlmpptst | |||
| /api/?r=m | DMCA.com API Docs | new tab | Add '(opens in new tab)' to text |
| /checkout.aspx | (empty) | empty | Add link text or aria-label |
| /checkout.aspx | (empty) | empty | Add link text or aria-label |
| /Accounts | (empty) | empty | Add link text or aria-label |
| #collapseThree | (empty) | empty | Add link text or aria-label |
| #collapseTakedown | (empty) | empty | Add link text or aria-label |
| #collapseThree | (empty) | empty | Add link text or aria-label |
| #collapseOne | (empty) | empty | Add link text or aria-label |
| #collapseSupport | (empty) | empty | Add link text or aria-label |
| #collapseFour | (empty) | empty | Add link text or aria-label |
| https://m.me/DMCAtakedown | Chat on FB Messenger | new tab | Add '(opens in new tab)' to text |
| /checkout.aspx | (empty) | empty | Add link text or aria-label |
| /Takedowns.aspx?r=ms | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Takedowns.Aspx?R=Ms | |||
| /Takedowns/Commercial?r=ms | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Commercial?R=Ms | |||
| /Takedowns/Personal?r=ms | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Personal?R=Ms | |||
| /ProtectionPro.aspx | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Protectionpro.Aspx | |||
| /Takedowns.aspx?r=ms | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Takedowns.Aspx?R=Ms | |||
| #home-carousel-slider_2 | (empty) | empty | Add link text or aria-label |
| #home-carousel-slider_2 | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| /badges.aspx?ref=badge-carousel | (empty) | empty | Add link text or aria-label |
| #home-carousel-slider_2 | (empty) | empty | Add link text or aria-label |
| #home-carousel-slider_2 | (empty) | empty | Add link text or aria-label |
| /takedowns.aspx?r=mpbb3 | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Takedowns.Aspx?R=Mpbb3 | |||
| /WaterMarker.aspx?r=mpbb4 | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Watermarker.Aspx?R=Mpbb4 | |||
| /ProtectionPro.aspx?r=mpbb5 | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Protectionpro.Aspx?R=Mpbb5 | |||
| https://www.facebook.com/DMCAtakedown/ | (empty) | empty | Add link text or aria-label |
| https://x.com/dmcatakedown | (empty) | empty | Add link text or aria-label |
| /protect-your-music-online/?r=msft | (empty) | empty | Add link text or aria-label |
| /protect-your-music-online/?r=msft | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/Accounts; /checkout.aspx; /checkout.aspx; /Accounts; #collapseThree; #collapseTakedown ; #collapseThree; #collapseOne ; #collapseSupport; #collapseFour (+29 more)
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.
/ProtectionPro.aspx ("Learn More"); /ProtectionPro.aspx?r=mlmpptst ("Learn More"); /Takedowns.aspx?r=ms ("Learn More"); /Takedowns/Commercial?r=ms ("Learn More"); /Takedowns/Personal?r=ms ("Learn More"); /ProtectionPro.aspx ("Learn More"); /Takedowns.aspx?r=ms ("Learn More"); /takedowns.aspx?r=mpbb3 ("Read More"); /WaterMarker.aspx?r=mpbb4 ("Read More"); /ProtectionPro.aspx?r=mpbb5 ("Read 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.
/api/?r=m; https://m.me/DMCAtakedown
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.hamburger (#518 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
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
CHeading HierarchyAction65 headings, 2 skip(s)REVIEW
- H3 Website
- H3 Monitoring
- H3 Service Options
- H3 Takedown Options
- H3 Learn More
- H3 Guides
- H3 What would you like to do?
- H4 GET A BADGE
- H4 TAKEDOWNS
- H4 f COMPLIANCE
- H4 PROTECTION
- H4 Service Options
- H4 SUPPORT
- H4 MY ACCOUNT
- H2 We have a wordpress Plugin!
- H2 Has Your Content Been Stolen?
- H2 Protect Your Website With Us!
- H2 Start Protecting your Media with EASE
- H2 Commercial Takedown Services
- H2 Personal Takedown Services
- H2 Keep Content Thieves Away!
- H2 DMCA.com Protection Certificate
- H2 3D Content Protection
- H2 Website Protection Pro
- H2 We have a wordpress Plugin!
- H2 Has Your Content Been Stolen?
- H1 We're protecting 1.13 Million websites everyday
- H4 Protect Your Website With A Free DMCA.com Badge skipped
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 COPY & PASTE YOUR CODE
- H3 Register your Protection Badge
- H3 What is a DMCA Badge?
- H2 Top reasons to use DMCA.com services
- H3 DETER THIEVES
- H3 SECURE IMAGES
- H3 DUPLICATE SEARCH
- H3 SAVE MONEY & TIME
- H3 The problem
- H3 How do we solve this problem?
- H2 DMCA Takedowns
- H2 Photo Watermarker
- H2 Website Protection Pro
- H1 DMCA.com is your home for the Best DMCA Tools and DMCA Takedowns on the Internet. Protecting content like websites, NFT's, photos, videos, ebooks, apps and more. Checkout our newly updated DMCA Dashbo duplicate H1
- H3 About DMCA.com skipped
- H3 Our Clients
- H3 Services
- H3 Resources
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
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
CForm AccessibilityAction25 of 25 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| textarea | textarea | (none) | none |
| #txtFirstName | text | (none) | none |
| #txtLastName | text | (none) | none |
| #txtEmail | (none) | none | |
| #g-recaptcha-response | textarea | (none) | none |
| #ctl00_cntBody_btnSubmit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea>; <textarea>; <textarea>; <textarea>; <textarea>; <textarea>; <textarea>; <textarea>; <textarea>; <textarea> (+15 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 71/100 — 9 failing, 24 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 |
|---|
Managed Takedowns (0)
DIY Takedowns (0)
My Support Cases (0)
My Domains
My … nav#sidebar-wrapper > ul.nav > li.dropdown > div#accordion |
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 |
|---|
form#aspnetForm > div#wrapper > div#page-content-wrapper > button.hamburger form#aspnetForm > div#wrapper > div#page-content-wrapper > button.hamburger |
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.badgeCont > div.monitor-content > a > img.center-block div.badgeCont > div.monitor-content > a > img.center-block |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.item > div.badgeCont > div.col-md-8 > textarea div.item > div.badgeCont > div.col-md-8 > textarea |
div.watermarker-form > div.row > div.col-xs-6 > input#txtFirstName div.watermarker-form > div.row > div.col-xs-6 > input#txtFirstName |
div.watermarker-form > div.row > div.col-xs-6 > input#txtLastName div.watermarker-form > div.row > div.col-xs-6 > input#txtLastName |
div.watermarker-form > div.row > div.col-sm-12 > input#txtEmail div.watermarker-form > div.row > div.col-sm-12 > input#txtEmail |
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.panel > div#headingThree > h4.panel-title > a.templateNotAuthenticated div.panel > div#headingThree > h4.panel-title > a.templateNotAuthenticated |
div#headingOne > h4.panel-title > span > a.padding0 div#headingOne > h4.panel-title > span > a.padding0 |
div#headingOne > h4.panel-title > span > a.padding0 div#headingOne > h4.panel-title > span > a.padding0 |
div.panel > div#headingFour > h4.panel-title > a.padding0 div.panel > div#headingFour > h4.panel-title > a.padding0 |
div.item > div.badgeCont > div.monitor-content > a div.item > div.badgeCont > div.monitor-content > a |
div.templateNotAuthenticated > div.wow > div#home-carousel-slider_2 > a.left div.templateNotAuthenticated > div.wow > div#home-carousel-slider_2 > a.left |
div.templateNotAuthenticated > div.wow > div#home-carousel-slider_2 > a.right div.templateNotAuthenticated > div.wow > div#home-carousel-slider_2 > a.right |
div.footer-container > div.footer-col > p.social-lnks > a |
div.footer-container > div.footer-col > p.social-lnks > a div.footer-container > div.footer-col > p.social-lnks > a |
div.footer-container > div.footer-col > ul#ourClientsList > a div.footer-container > div.footer-col > ul#ourClientsList > a |
div.footer-col > ul#ourClientsList > li > a div.footer-col > ul#ourClientsList > li > 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 |
|---|
Start Takedown div.container > div.col-md-6 > div.header-text > a.green-btn |
div.watermarker-form > div.row > div.col-sm-12 > input#ctl00_cntBody_btnSubmit div.watermarker-form > div.row > div.col-sm-12 > input#ctl00_cntBody_btnSubmit |
GET YOUR FREE BADGE div#green-bg > div.container-fluid > div.text-center > a.btn |
LEARN MORE ABOUT PROTECTION PRO! div#green-bg > div.container-fluid > div.text-center > a.btn |
Everyday millions of website owners have their valuable content stolen. section#problem > div.container-fluid > div.problem-left-block > p |
What's worse is that they often do nothing as they are confused and unaware tha… section#problem > div.container-fluid > div.problem-left-block > p |
This is where we come in! div.container-fluid > div.problem-left-block > p > span.italic-p |
Our entire business is designed to make this difficult scenario easy and effort… section#problem > div.container-fluid > div.problem-left-block > p |
Find out below exactly how we help. section#problem > div.container-fluid > div.problem-left-block > p |
Our team will takedown fraudulent websites, personal pictures and videos, or we… div.col-md-4 > div.block-border > div.inner-content > p |
fraudulent div.block-border > div.inner-content > p > strong |
personal div.block-border > div.inner-content > p > strong |
READ MORE div.col-md-4 > div.block-border > div.inner-content > a.btn |
We automatically protect your images by adding a watermark containing your copy… div.col-md-4 > div.block-border-2 > div.inner-content > p |
automatically div.block-border-2 > div.inner-content > p > strong |
copyright div.block-border-2 > div.inner-content > p > strong |
READ MORE div.col-md-4 > div.block-border-2 > div.inner-content > a.btn |
READ MORE div.col-md-4 > div.block-border-3 > div.inner-content > a.btn |
PROTECT YOUR WEBSITE TODAY section#countdown > div.container-fluid > div.counter-blocks > a.greenbox-btn |
DMCA div.footer-container > div.footer-col > p#footer-badge > a#footer-bl |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DMCA.Com Badge div.col-md-12 > div.sbadges-heading > h4.text-center > 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 |
|---|
Protect Your Website With A Free DMCA.Com Badge div.row > div.col-md-12 > div.sbadges-heading > h4.text-center |
About DMCA.com div.shell > div.footer-container > div.footer-col > h3 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SIGNUP
LOGIN
HOME
START A TAKEDOWN
GET A BADGE
Managed Takedowns (0)… div#wrapper > section#mobile-menu > nav#sidebar-wrapper > ul.nav |
Content Creators
Brand Owners
Musicians
Authors & Publishers
Game Developers
So… div.shell > div.footer-container > div.footer-col > ul#ourClientsList |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h1 websites everyday | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h1 DMCA.com is your hom… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 We have a wordpress … | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Has | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Content Been Stolen? | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Protect | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Website With Us! | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Start Protecting you… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Commercial Takedown … | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Personal Takedown Se… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Keep Content Thieves… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 DMCA.com Protection … | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 3D Content Protectio… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Website Protection P… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 We have a wordpress … | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Has | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Content Been Stolen? | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 Top reasons to use D… | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | Pass |
| h2 DMCA Takedowns | 8.17:1 | 3.0:1 | #000000 | #AB9EA5 | 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.