Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
CFavicon & BrandingAction12 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy119 headingsPASS
- H1 Create Videos Without Limits
- H2 Trending
- H2 Movies
- H3 By Bharat
- H3 By Hyeongjun Kim
- H3 By Darryll Rapacon
- H3 By Prateek Sank Sinha
- H3 By Andrew Salter
- H3 By Mark Wachholz
- H2 Effects
- H3 Drip Flip
- H3 Car Crash
- H3 Hero Walk
- H3 Drip Hop
- H3 Drunk Vision
- H3 Architect
- H3 Overlay
- H3 Bear Chase
- H3 UFO
- H3 VHS
- H3 Kaleido
- H3 Whip Pan
- H2 Million Dollar Ads
- H3 Mercedes G-Class Promo
- H3 Culinary Art Promo
- H3 Pest Control Services Promo
- H3 MoveMates Brand Promo
- H3 De Soi Promo
- H3 Eau de Parfum Promo
- H2 Vision
- H3 Boards
- H3 Looks
- H3 Angles
- H3 Extract Shot
- H2 Money Shot
- H3 3D Madness
- H3 Automotive Action
- H3 Indoor Studio
- H3 Cinematic Noir
- H3 Iconic Locations
- H3 Retro Modern
- H3 The Greet Outdoors
- H3 High End Luxury
- H3 Fashion & Lifestyle
- H3 Food Porn
- H3 The Reviewer
- H3 Advanced Director
- H2 Performances
- H2 VFX House
- H3 Relight
- H3 Inpaint and Cleanup
- H3 AI Colorist
- H3 Prop Swap
- H3 Key Lab
- H3 Re-frame
- H3 Virtual Production
- H3 3D Texturizer
- H3 Continuity Engine
- H3 Refraction
- H2 Advertising Studio
- H3 Logo Designer
- H3 Brand Moodboard
- H3 Amazon A+ Content
- H3 Thematic Photography
- H3 Catalogue Photography
- H3 Packshot 360
- H3 Amazon Primary Image
- H3 Amazon Secondary Image
- H3 360° Product Video
- H3 Hero Shot
- H3 Mockup Generator
- H3 Mockup Billboard
- H2 UGC & Avatars
- H3 Homesteader Backpack UGC Ad
- H3 Mymanu Speaker UGC Ad
- H3 Halsted Chore Jacket UGC Ad
- H3 Beard Oil UGC Ad
- H3 Floral Peplum Top UGC Ad
- H3 Spotlight Sequin Dress UGC Ad
- H3 5 Genius Packing Hacks
- H3 Hawthorne Sunglasses UGC Ad
- H3 Joanna Skirt UGC Ad
- H3 Floral Reversible Scarf UGC Ad
- H3 Best Work From Cafe Spots
- H3 5-Minute Home Workout
- H2 Music Videos
- H3 Casa Nacho Ad
- H3 Drip Drop Dry-Clean
- H3 Moana Nursery Rhyme
- H3 Liquid Death
- H3 Jazz Club Invite
- H3 Nature Meditation
- H2 Community
- H3 @heyits_marc
- H3 @rasheedalrashedi
- H3 @deniz.akkabak
- H3 @d2kvisuals
- H3 @bait.society & @zeineldinn__
- H3 @ivyxstudioss
- H3 @v.isionist
- H3 @heydin.ai
- H3 @azevisualstory_
- H3 @azevisualstory_
- H3 @_ai__ro_
- H3 @azevisualstory_
- H2 Edit like you think
- H2 HOME FOR BOLD IDEAS
- H2 Pricing
- H2 YOUR POWER TO PLAY
- H3 invideo AI
- H4 Video Tools
- H4 Video Models
- H3 Image Tools
- H4 Image Models
- H3 Audio & Music Tools
- H4 Audio Models
- H3 Quick AI Tools
- H3 invideo Studio
- H3 Help
AAlt Text Quality4 of 124 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 4 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| textarea | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea>
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
ALink & Button Quality266 links, 139 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://ai.invideo.io/signup?nextURL=/ag… | Agent One: now live on invideo | new tab | Add '(opens in new tab)' to text |
| https://invideo.io/agency-partners/ | Agency Partners | new tab | Add '(opens in new tab)' to text |
| https://indiafilmfestival.ai/ | invideo AI Film Festival | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://ai.invideo.io/signup?nextURL=/agents-models&ux_source=landing-page-ba…; https://invideo.io/agency-partners/; https://indiafilmfestival.ai/
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
A+Web ManifestPWA-readyPASS
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 |
|---|---|---|---|---|---|
| h2 Trending | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Movies | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Effects | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Million Dollar Ads | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Vision | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Money Shot | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Performances | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 VFX House | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Advertising Studio | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 UGC & Avatars | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Music Videos | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Community | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Edit like you think | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 HOME FOR BOLD IDEAS | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Pricing | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 YOUR POWER TO PLAY | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h3 By Bharat | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h3 By Hyeongjun Kim | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h3 By Darryll Rapacon | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h3 By Prateek Sank Sinh… | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | 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.
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 27 passedPASS
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.
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 |
|---|
Try invideo div.w-full > div.flex > div.bg-[rgba(45,45,45,0.8)] > button.bg-[#066DE8] |
Get the app div.w-full > div.flex > button.flex > div |
invideo AI div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Video Tools div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
AI Video Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Avatar Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
UGC Ads div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Animation Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Ad Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Google Veo 3.1 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Sora 2 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Kling AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Wan AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Pixverse AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Hailuo AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedance div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Image Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Art Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Image div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Thumbnail Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Image Enhancer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Nano Banana Pro div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Ideogram div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedream div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Flux Kontext div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Qwen div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Imagen AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Reve AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio & Music Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Voice Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Music Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Speech div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Voice Cloning div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Eleven Labs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Minimax div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Quick AI Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Face Swap div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Face Swap Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo Studio div.space-y-8 > div.mb-4 > h3.text-white > a.hover:text-blue-100 |
Online Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Picture Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Online Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Collage Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Trimmer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
MP4 Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Help div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Live chat 24/7 div.space-y-4 > ul.space-y-3 > li > button.text-blue-100 |
Email Us div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Tutorials div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Blogs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Youtube Channel div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Inspiration div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Community div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Affiliate program div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo AI Pricing div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Privacy policy div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Terms & conditions div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Manage cookies div.max-w-7xl > div.text-center > div.mb-2 > button.hover:text-white |
©2026 invideo footer.bg-[#287CEE] > div.max-w-7xl > div.text-center > div |
These are opportunities to improve the legibility of your content.
Names and labels
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.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full div.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full |
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.