Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #question_option_88294 | radio | Yes | for/id |
| #question_option_88297 | radio | No | for/id |
| #question_58160_answer_02 | textarea | How could we improve this page? | for/id |
| #query-mobile | text | (Site Search) | placeholder only |
| #query-desktop | text | (Site Search) | placeholder only |
| #edit-submit-mobile | submit | (none) | none |
| #edit-submit-desktop | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op" id="edit-submit-desktop">; <input type="submit" name="op" id="edit-submit-mobile">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="query" id="query-desktop">; <input type="text" name="query" id="query-mobile">
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality3 issue(s) across 250 links and 38 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| /press-release/interior-generates-over-1… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Interior Generates Over 163 Million National Petroleum Reserve Alaska Oil And Gas | |||
| /press-release/interior-generates-over-1… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Interior Generates Over 163 Million National Petroleum Reserve Alaska Oil And Gas | |||
| https://touchpoints.digital.gov | Touchpoints | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#main-content
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.
/press-release/interior-generates-over-163-million-national-petroleum-reserve… ("Learn more"); /press-release/interior-generates-over-163-million-national-petroleum-reserve… ("Learn 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.
https://touchpoints.digital.gov
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding13 icon(s) detectedREVIEW
ALandmark Structure22 landmarksPASS
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
AHeading Hierarchy42 headingsPASS
- H2 Home
- H1 Coal Leasing
- H1 BLM launches new web tool to expand grazing opportunities and support healthier public lands duplicate H1
- H1 Interior generates over $163 million from National Petroleum Reserve in Alaska oil and gas lease sale duplicate H1
- H1 Celebrate Freedom 250 duplicate H1
- H1 Energy and Minerals duplicate H1
- H1 Coal Leasing duplicate H1
- H1 BLM launches new web tool to expand grazing opportunities and support healthier public lands duplicate H1
- H1 Interior generates over $163 million from National Petroleum Reserve in Alaska oil and gas lease sale duplicate H1
- H1 Celebrate Freedom 250 duplicate H1
- H1 Energy and Minerals duplicate H1
- H1 Coal Leasing duplicate H1
- H1 The Bureau of Land Management duplicate H1
- H2 Spotlight News & Announcements
- H2 Information Center
- H2 Public Input & Actions
- H3 BLM approves access road right-of-way
- H3 BLM approves oil well drilling permit
- H3 Burns District Office issues Skull 120 Route Change Categorical Exclusion
- H2 Events & Meetings
- H3 Apr 22: Earth Day event in Painted Canyon
- H3 Apr 22: Canyons of the Ancients partners in clean-up event
- H3 Apr 23 - Oct 17: BLM brings Oregon folklife programming to National Historic Oregon Trail Interpretive Center
- H2 Press Releases
- H3 BLM seeks initial input for December 2026 sale of oil and gas leases in Wyoming
- H3 BLM launches Freedom 250 Volunteer Celebration
- H3 BLM seeks input on proposed Castle Mountain Mine expansion in southern California
- H2 Our Stories
- H3 A Legacy in the Saddle: Three Riders, One Wild Beginning
- H3 Stewardship partnerships protect irreplaceable cultural resources at Richardson Homestead in Arizona
- H3 Students remove 300 pounds of invasive plants at Jupiter Inlet Lighthouse Outstanding Natural Area
- H2 Quick Facts
- H2 245
- H2 97K
- H2 30%
- H2 $245.4
- H2 Featured Places
- H2 Featured Topics
- H2 Popular Links
- H2 Success
- H2 Error
- H2 Footer Utility
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
A+Alt Text QualityAll 40 images OKPASS
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 Coal Leasing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 BLM launches new web… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Interior generates o… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Celebrate Freedom 25… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Energy and Minerals | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Coal Leasing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 BLM launches new web… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Interior generates o… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Celebrate Freedom 25… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Energy and Minerals | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Coal Leasing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 The Bureau of Land M… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Spotlight News & Ann… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Information Center | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quick Facts | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 245 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 97K | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 30% | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 $245.4 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Places | 21.00:1 | 3.0: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.
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 29 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Search div#block-mobilesearchbutton-2 > div.field > p > a#mobile-search-button |
These items highlight common accessibility best practices.