Skip to content
https://biblehub.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
58
GRADE
D
FIX
5
REVIEW
5
PASS
3
INFO
0
Checks
13
3 PASS 5 REVIEW 5 FIX
D
Landmark Structure
Action
No landmarks
FIX
No landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Warning::
No <nav> landmark found
Info::
No banner (header) landmark
Info::
No contentinfo (footer) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

No landmarks detected

Screen reader users have no way to navigate by region.

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

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.

Why this matters

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

F
Favicon & Branding
Action
1 icon(s) detected
FIX
1 icon(s) detected
Info::
favicon.ico present at site root
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Missing
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
0 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Heading Hierarchy
No headings
REVIEW
No headings
Warning::
No headings found
Headings (H1-H6) create the document outline for screen reader navigation.

No headings found

Headings create the document outline for screen reader navigation.

Headings (H1-H6) create the document outline for screen reader navigation.

Why this matters

A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.

Learn more

Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.

Source: WCAG 1.3.1 / W3C WAI

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Bible Hub Custom Styling Navigation Homepage Link Search Form
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 1 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

19 pass 1 fail WCAG AA
button Login
4.34:1
#000000
on
#0075C4
needs 4.5:1 (normal text)
16px · top of page (header area)
Show all checked elements (20)
ElementRatioRequiredFGBGResult
title Bible Hub: Online Bi…18.93:14.5:1
#000000
#F3F3F3
Pass
div Bible Hub8.11:14.5:1
#000000
#62A8D8
Pass
button Login4.34:14.5:1
#000000
#0075C4
Fail
button Subscribe7.00:14.5:1
#000000
#0099FF
Pass
button Logout7.00:14.5:1
#000000
#0099FF
Pass
button Profile9.31:14.5:1
#000000
#46B5FF
Pass
label Bible13.77:14.5:1
#000000
#ABD7F5
Pass
label Topics19.26:14.5:1
#000000
#F5F5F5
Pass
label Questions21.00:14.5:1
#000000
#FFFFFF
Pass
label Greek21.00:14.5:1
#000000
#FFFFFF
Pass
label Hebrew21.00:14.5:1
#000000
#FFFFFF
Pass
label Atlas21.00:14.5:1
#000000
#FFFFFF
Pass
label Library21.00:14.5:1
#000000
#FFFFFF
Pass
label Apocrypha21.00:14.5:1
#000000
#FFFFFF
Pass
strong Free App21.00:13.0:1
#000000
#FFFFFF
Pass
strong BH Premium21.00:13.0:1
#000000
#FFFFFF
Pass
div Welcome to Bible Hu…21.00:14.5:1
#000000
#FFFFFF
Pass
a topical21.00:14.5:1
#000000
#FFFFFF
Pass
a Greek21.00:14.5:1
#000000
#FFFFFF
Pass
div and21.00:14.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.

B
Lighthouse Accessibility Audits
Score 84/100 — 5 failing, 24 passed
REVIEW
84

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Login td > div#revCatchButtonContainer > a#theLoginButton > button.revcatch-login
Subscribe td > div#revCatchButtonContainer > a#theSubscribeButton > button.subscription-button
Free App div#par > div > a > strong
BH Premium div#par > div > a > strong
topical div#leftbox > div.padleft > div#par > a
Greek div#leftbox > div.padleft > div#par > a
Hebrew div#leftbox > div.padleft > div#par > a
concordances div#leftbox > div.padleft > div#par > a
commentaries div#leftbox > div.padleft > div#par > a
dictionaries div#leftbox > div.padleft > div#par > a
sermons div#leftbox > div.padleft > div#par > a
devotionals div#leftbox > div.padleft > div#par > a
Are you Wondering... div.padleft > div#par > div.vheading > a
Is God real? div#leftbox > div.padleft > div#par > a
Is Jesus real? div#leftbox > div.padleft > div#par > a
Is the Bible factual? div#leftbox > div.padleft > div#par > a
Does science disprove the Bible? div#leftbox > div.padleft > div#par > a
Why does God allow suffering? div#leftbox > div.padleft > div#par > a
Why does God judge people? div#leftbox > div.padleft > div#par > a
Why Christianity over other religions? div#leftbox > div.padleft > div#par > a
Why trust God if I’ve been hurt by religion? div#leftbox > div.padleft > div#par > a
How can I follow Jesus? div#leftbox > div.padleft > div#par > a
Many more questions and answers ▾ div#leftbox > div.padleft > div#par > a
Where to Turn... div.padleft > div#par > div.vheading > a
Where to turn when brokenhearted div#leftbox > div.padleft > div#par > a
Where to turn when anxious div#leftbox > div.padleft > div#par > a
Where to turn when doubting your faith div#leftbox > div.padleft > div#par > a
Where to turn when seeking God’s will div#leftbox > div.padleft > div#par > a
Where to turn when facing injustice div#leftbox > div.padleft > div#par > a
Where to turn when discouraged div#leftbox > div.padleft > div#par > a
Where to turn to restore relationships div#leftbox > div.padleft > div#par > a
Where to turn when resisting sin div#leftbox > div.padleft > div#par > a
Where to turn when desiring eternal life div#leftbox > div.padleft > div#par > a
See the full list of verses and articles ▾ div#leftbox > div.padleft > div#par > a
Genesis div#par > div > p > a
Exodus div#par > div > p > a
Leviticus div#par > div > p > a
Numbers div#par > div > p > a
Deuteronomy div#par > div > p > a
Joshua div.padleft > div#par > div > a
Judges div.padleft > div#par > div > a
Ruth div.padleft > div#par > div > a
1 Samuel div.padleft > div#par > div > a
2 Samuel div.padleft > div#par > div > a
1 Kings div.padleft > div#par > div > a
2 Kings div.padleft > div#par > div > a
1 Chronicles div.padleft > div#par > div > a
2 Chronicles div.padleft > div#par > div > a
Ezra div.padleft > div#par > div > a
Nehemiah div.padleft > div#par > div > a
Esther div.padleft > div#par > div > a
Job div.padleft > div#par > div > a
Psalms div.padleft > div#par > div > a
Proverbs div.padleft > div#par > div > a
Ecclesiastes div.padleft > div#par > div > a
Songs div.padleft > div#par > div > a
Isaiah div.padleft > div#par > div > a
Jeremiah div.padleft > div#par > div > a
Lamentations div.padleft > div#par > div > a
Ezekiel div.padleft > div#par > div > a
Daniel div.padleft > div#par > div > a
Hosea div.padleft > div#par > div > a
Joel div.padleft > div#par > div > a
Amos div.padleft > div#par > div > a
Obadiah div.padleft > div#par > div > a
Jonah div.padleft > div#par > div > a
Micah div.padleft > div#par > div > a
Nahum div.padleft > div#par > div > a
Habakkuk div.padleft > div#par > div > a
Zephaniah div.padleft > div#par > div > a
Haggai div.padleft > div#par > div > a
Zechariah div.padleft > div#par > div > a
Malachi div.padleft > div#par > div > a
Matthew div.padleft > div#par > div > a
Mark div.padleft > div#par > div > a
Luke div.padleft > div#par > div > a
John div.padleft > div#par > div > a
Acts div.padleft > div#par > div > a
Romans div.padleft > div#par > div > a
1 Corinthians div.padleft > div#par > div > a
2 Corinthians div.padleft > div#par > div > a
Galatians div.padleft > div#par > div > a
Ephesians div.padleft > div#par > div > a
Philippians div.padleft > div#par > div > a
Colossians div.padleft > div#par > div > a
1 Thessalonians div.padleft > div#par > div > a
2 Thessalonians div.padleft > div#par > div > a
1 Timothy div.padleft > div#par > div > a
2 Timothy div.padleft > div#par > div > a
Titus div.padleft > div#par > div > a
Philemon div.padleft > div#par > div > a
Hebrews div.padleft > div#par > div > a
James div.padleft > div#par > div > a
1 Peter div.padleft > div#par > div > a
2 Peter div.padleft > div#par > div > a
1 John div.padleft > div#par > div > a
2 John div.padleft > div#par > div > a
3 John div.padleft > div#par > div > a
Jude div.padleft > div#par > div > a
Revelation div#par > div > p > a
Genesis 22:18 All the nations of the earth will be blessed div.padleft > div#par > p > a
Genesis 22:18 div#par > p > a > strong
Deuteronomy 6:4 "Hear, O Israel: The LORD our God, the LORD is one. div.padleft > div#par > p > a
Deuteronomy 6:4 div#par > p > a > strong
Joshua 1:8 This book of the law shall not depart out of your mouth; div.padleft > div#par > p > a
Joshua 1:8 div#par > p > a > strong
Psalm 18:2 The LORD is my rock, and my fortress, and my deliverer; div.padleft > div#par > p > a
Psalm 18:2 div#par > p > a > strong
Psalm 27:1 The LORD is my light and my salvation--whom shall I fear? div.padleft > div#par > p > a
Psalm 27:1 div#par > p > a > strong
Psalm 34:8 Taste and see that the LORD is good. div.padleft > div#par > p > a
Psalm 34:8 div#par > p > a > strong
Psalm 34:18 The LORD is close to the brokenhearted div.padleft > div#par > p > a
Psalm 34:18 div#par > p > a > strong
Psalm 37:4 And he will give you the desires of your heart. div.padleft > div#par > p > a
Psalm 37:4 div#par > p > a > strong
Psalm 46:1 God is our refuge and strength, an ever-present help div.padleft > div#par > p > a
Psalm 46:1 div#par > p > a > strong
Psalm 46:10 Be still, and know that I am God div.padleft > div#par > p > a
Psalm 46:10 div#par > p > a > strong
Psalm 51:10 Create in me a clean heart, O God. div.padleft > div#par > p > a
Psalm 51:10 div#par > p > a > strong
Psalm 89:1 I will sing of the mercies of the LORD for ever: div.padleft > div#par > p > a
Psalm 89:1 div#par > p > a > strong
Psalm 119:9 How can a young man stay pure? By obeying your word. div.padleft > div#par > p > a
Psalm 119:9 div#par > p > a > strong
Psalm 119:11 Your word I have hid in my heart, that I might not sin div.padleft > div#par > p > a
Psalm 119:11 div#par > p > a > strong
Psalm 119:105 Thy word is a lamp to my feet and a light to my path. div.padleft > div#par > p > a
Psalm 119:105 div#par > p > a > strong
Psalm 147:3 He heals the broken in heart, and binds up their wounds. div.padleft > div#par > p > a
Psalm 147:3 div#par > p > a > strong
Proverbs 1:7 The fear of the LORD is the beginning of knowledge div.padleft > div#par > p > a
Proverbs 1:7 div#par > p > a > strong
Proverbs 3:5 Trust in the LORD with all your heart; lean not on your own div.padleft > div#par > p > a
Proverbs 3:5 div#par > p > a > strong
Proverbs 3:6 in all your ways acknowledge him; he will make your paths div.padleft > div#par > p > a
Proverbs 3:6 div#par > p > a > strong
Proverbs 30:5 "Every word of God is flawless div.padleft > div#par > p > a
Proverbs 30:5 div#par > p > a > strong
Ecclesiastes 3:1 To everything there is a season; a time to every purpose div.padleft > div#par > p > a
Ecclesiastes 3:1 div#par > p > a > strong
Isaiah 9:6 For a child is born to us, a son is given to us. div.padleft > div#par > p > a
Isaiah 9:6 div#par > p > a > strong
Isaiah 53:4 Surely he has borne our griefs and carried our sorrows; div.padleft > div#par > p > a
Isaiah 53:4 div#par > p > a > strong
Isaiah 53:5 And by his stripes we are healed div.padleft > div#par > p > a
Isaiah 53:5 div#par > p > a > strong
Isaiah 53:6 All we like sheep have gone astray div.padleft > div#par > p > a
Isaiah 53:6 div#par > p > a > strong
Isaiah 54:17 No weapon formed against you shall prosper div.padleft > div#par > p > a
Isaiah 54:17 div#par > p > a > strong
Isaiah 55:8 My thoughts are not your thoughts, nor are your ways my ways div.padleft > div#par > p > a
Isaiah 55:8 div#par > p > a > strong
Jeremiah 29:11 For I know the plans I have for you div.padleft > div#par > p > a
Jeremiah 29:11 div#par > p > a > strong
Jeremiah 32:27 I am the God of all. Is anything too hard for me? div.padleft > div#par > p > a
Jeremiah 32:27 div#par > p > a > strong
Nahum 1:7 The LORD is good, a strong hold in the day of trouble; div.padleft > div#par > p > a
Nahum 1:7 div#par > p > a > strong
Matthew 4:19 "Follow Me, and I will make you fishers of men." div.padleft > div#par > p > a
Matthew 4:19 div#par > p > a > strong
Matthew 5:16 In the same way, let your light shine before men div.padleft > div#par > p > a
Matthew 5:16 div#par > p > a > strong
Matthew 6:9 Our Father in heaven, hallowed be your name div.padleft > div#par > p > a
Matthew 6:9 div#par > p > a > strong
Matthew 6:19 "Do not store up for yourselves treasures on earth, div.padleft > div#par > p > a
Matthew 6:19 div#par > p > a > strong
Matthew 6:33 "But seek first His kingdom and His righteousness, div.padleft > div#par > p > a
Matthew 6:33 div#par > p > a > strong
Matthew 7:7 Ask and it will be given to you; seek and you will find div.padleft > div#par > p > a
Matthew 7:7 div#par > p > a > strong
Matthew 21:22 If you believe, you will receive whatever you ask for in prayer. div.padleft > div#par > p > a
Matthew 21:22 div#par > p > a > strong
Matthew 22:37 Love the Lord your God with all your heart and with all your soul div.padleft > div#par > p > a
Matthew 22:37 div#par > p > a > strong
Matthew 25:40 Whatever you did for one of the least of these brothers of mine div.padleft > div#par > p > a
Matthew 25:40 div#par > p > a > strong
Matthew 28:19 Therefore, go and make disciples of all the nations, div.padleft > div#par > p > a
Matthew 28:19 div#par > p > a > strong
Luke 6:38 Give, and it will be given to you. A good measure, div.padleft > div#par > p > a
Luke 6:38 div#par > p > a > strong
John 1:1 In the beginning was the Word, and the Word was with God, div.padleft > div#par > p > a
John 1:1 div#par > p > a > strong
John 3:16 "For God so loved the world, that he gave his only Son, div.padleft > div#par > p > a
John 3:16 div#par > p > a > strong
John 8:32 Then you will know the truth, and the truth will set you free div.padleft > div#par > p > a
John 8:32 div#par > p > a > strong
John 11:25 I am the resurrection and the life div.padleft > div#par > p > a
John 11:25 div#par > p > a > strong
John 13:35 By this all men will know that you are my disciples, div.padleft > div#par > p > a
John 13:35 div#par > p > a > strong
John 14:2 In my Father's house are many rooms; if it were not so, div.padleft > div#par > p > a
John 14:2 div#par > p > a > strong
John 14:6 I am the way and the truth and the life. div.padleft > div#par > p > a
John 14:6 div#par > p > a > strong
John 15:13 There is no greater love than to lay down one's life div.padleft > div#par > p > a
John 15:13 div#par > p > a > strong
Acts 1:8 You will receive power when the Holy Spirit comes upon you div.padleft > div#par > p > a
Acts 1:8 div#par > p > a > strong
Acts 4:12 Salvation is found in no one else div.padleft > div#par > p > a
Acts 4:12 div#par > p > a > strong
Acts 17:11 The Bereans were more noble than the Thessalonians div.padleft > div#par > p > a
Acts 17:11 div#par > p > a > strong
Romans 1:16 I am not ashamed of the gospel, because it is the power of God div.padleft > div#par > p > a
Romans 1:16 div#par > p > a > strong
Romans 3:23 For all have sinned, and fall short of the glory of God; div.padleft > div#par > p > a
Romans 3:23 div#par > p > a > strong
Romans 5:8 While we were still sinners, Christ died for us. div.padleft > div#par > p > a
Romans 5:8 div#par > p > a > strong
Romans 6:23 The wages of sin is death, but the gift of God is eternal life div.padleft > div#par > p > a
Romans 6:23 div#par > p > a > strong
Romans 8:28 In all things God works for the good of those who love him div.padleft > div#par > p > a
Romans 8:28 div#par > p > a > strong
Romans 8:37 We are more than conquerors through him who loved us div.padleft > div#par > p > a
Romans 8:37 div#par > p > a > strong
Romans 10:9 If you confess with your mouth, "Jesus is Lord," and believe div.padleft > div#par > p > a
Romans 10:9 div#par > p > a > strong
Romans 10:17 Faith comes from hearing the message, and the message div.padleft > div#par > p > a
Romans 10:17 div#par > p > a > strong
Romans 12:2 Do not conform any longer to the pattern of this world, div.padleft > div#par > p > a
Romans 12:2 div#par > p > a > strong
1 Corinthians 3:16 You yourselves are God's temple and God's Spirit lives in you div.padleft > div#par > p > a
1 Corinthians 3:16 div#par > p > a > strong
1 Corinthians 6:19 your body is a temple of the Holy Spirit, who is in you div.padleft > div#par > p > a
1 Corinthians 6:19 div#par > p > a > strong
1 Corinthians 10:13 No temptation has seized you except what is common to man div.padleft > div#par > p > a
1 Corinthians 10:13 div#par > p > a > strong
1 Corinthians 10:31 Do it all to the glory of God div.padleft > div#par > p > a
1 Corinthians 10:31 div#par > p > a > strong
1 Corinthians 13:13 But the greatest of these is love div.padleft > div#par > p > a
1 Corinthians 13:13 div#par > p > a > strong
2 Corinthians 4:18 We fix our eyes not on what is seen, but on what is unseen div.padleft > div#par > p > a
2 Corinthians 4:18 div#par > p > a > strong
2 Corinthians 5:17 if anyone is in Christ, he is a new creation div.padleft > div#par > p > a
2 Corinthians 5:17 div#par > p > a > strong
2 Corinthians 5:21 God made him who had no sin to be sin for us div.padleft > div#par > p > a
2 Corinthians 5:21 div#par > p > a > strong
2 Corinthians 12:9 My grace is sufficient for you, for my power is made perfect div.padleft > div#par > p > a
2 Corinthians 12:9 div#par > p > a > strong
Galatians 5:22 But the fruit of the Spirit is love, joy, peace, div.padleft > div#par > p > a
Galatians 5:22 div#par > p > a > strong
Ephesians 2:8 For by grace you have been saved through faith; div.padleft > div#par > p > a
Ephesians 2:8 div#par > p > a > strong
Ephesians 3:20 Now unto him that is able to do exceeding abundantly above all div.padleft > div#par > p > a
Ephesians 3:20 div#par > p > a > strong
Ephesians 6:12 Our struggle is not against flesh and blood, but against the rul… div.padleft > div#par > p > a
Ephesians 6:12 div#par > p > a > strong
Philippians 3:13 Forgetting what is behind and straining toward what is ahead, div.padleft > div#par > p > a
Philippians 3:13 div#par > p > a > strong
Philippians 4:4 Rejoice in the Lord always. I will say it again: Rejoice! div.padleft > div#par > p > a
Philippians 4:4 div#par > p > a > strong
Philippians 4:6 Do not be anxious about anything, but in everything div.padleft > div#par > p > a
Philippians 4:6 div#par > p > a > strong
Philippians 4:7 And the peace of God, which passes all understanding div.padleft > div#par > p > a
Philippians 4:7 div#par > p > a > strong
Philippians 4:13 I can do all things through Christ who strengthens me. div.padleft > div#par > p > a
Philippians 4:13 div#par > p > a > strong
2 Timothy 3:16 All Scripture is God-breathed and is useful for div.padleft > div#par > p > a
2 Timothy 3:16 div#par > p > a > strong
Hebrews 4:12 For the word of God is quick, and powerful, div.padleft > div#par > p > a
Hebrews 4:12 div#par > p > a > strong
Hebrews 11:1 Now faith is the assurance of things hoped for, div.padleft > div#par > p > a
Hebrews 11:1 div#par > p > a > strong
Hebrews 12:2 Looking to Jesus the author and finisher of our faith; div.padleft > div#par > p > a
Hebrews 12:2 div#par > p > a > strong
Hebrews 13:8 Jesus Christ is the same yesterday, today, and forever. div.padleft > div#par > p > a
Hebrews 13:8 div#par > p > a > strong
James 1:22 But be you doers of the word, and not hearers only, div.padleft > div#par > p > a
James 1:22 div#par > p > a > strong
James 5:16 Therefore confess your sins to each other and pray div.padleft > div#par > p > a
James 5:16 div#par > p > a > strong
1 Peter 5:7 Cast all your anxiety on him because he cares for you. div.padleft > div#par > p > a
1 Peter 5:7 div#par > p > a > strong
2 Peter 3:9 The Lord is not slow in keeping his promise div.padleft > div#par > p > a
2 Peter 3:9 div#par > p > a > strong
1 John 1:9 If we confess our sins, he is faithful and just div.padleft > div#par > p > a
1 John 1:9 div#par > p > a > strong
1 John 3:18 Let us not love with words or tongue but with actions and in truth div.padleft > div#par > p > a
1 John 3:18 div#par > p > a > strong
1 John 4:7 Beloved, let us love one another, for love is from God; div.padleft > div#par > p > a
1 John 4:7 div#par > p > a > strong
Revelation 1:8 I am Alpha and Omega, the beginning and the ending, div.padleft > div#par > p > a
Revelation 1:8 div#par > p > a > strong
Revelation 3:20 Here I am! I stand at the door and knock. div.padleft > div#par > p > a
Revelation 3:20 div#par > p > a > strong

These are opportunities to improve the legibility of your content.

Names and labels

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
tbody > tr > td > iframe tbody > tr > td > iframe
tbody > tr > td > iframe tbody > tr > td > iframe
tbody > tr > td > iframe tbody > tr > td > iframe
tbody > tr > td > iframe tbody > tr > td > iframe
tbody > tr > td > iframe.srch tbody > tr > td > iframe.srch
tbody > tr > td > iframe tbody > tr > td > 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#par > div > p > a
div.padleft > div#par > div > a
div.padleft > div#par > div > a
div.padleft > div#par > div > a
div.padleft > div#par > div > 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.

Internationalization and localization

If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These are opportunities to improve the interpretation of your content by users in different locales.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
Links are distinguishable without relying on color.
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Heading elements appear in a sequentially-descending order
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has a valid value for its `[lang]` attribute
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Alt Text Quality
All 11 images OK
PASS
All 11 images OK
Info::
11 image(s) with good alt text
11 images 11 good alt text
All images have appropriate alt text.
A
Form Accessibility
1 of 11 controls have issues
PASS
1 of 11 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">
Info::
10 control(s) properly labeled
11 controls
10 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
bh-typeradionone
inputtext(Search Bible Hub…)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text">

Why this matters

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

A+
Print Stylesheet
Print styles detected
PASS
Print styles detected
Info::
External print stylesheet detected
Got: /print.css
Print Stylesheet Print Optimized
Print stylesheet /print.css Inline @media print Not detected
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback