Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction8 issue(s) across 203 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://forum.astronomy.com/ | Join the conversation | new tab | Add '(opens in new tab)' to text |
| https://www.astronomy.com/science/exopla… | Exoplanet Earth: What our worl… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/this-week-in-a… | Catch the Lyrid meteors | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/science/how-to… | How to build climate solutions… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/how-… | How to prepare for a star part… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/picture-of-the… | (empty) | empty | Add link text or aria-label |
| https://www.astronomy.com/whats-launchin… | Cygnus heads to the ISS as Spa… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/space-explorat… | As it happened: Artemis 2 spla… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/today-in-the-h… | April 22, 1724: The birth of I… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/today-in-the-h… | April 21, 1994: The discovery … | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/today-in-the-h… | April 20, 2025: Visiting Aster… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/science/firest… | JWST uncovers the Lobster Nebu… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/products/6-nep… | Globes & Maps 6-Inch Nept… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/collections/ne… | Globes & Maps 6" Earth Gl… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/products/infra… | Gifts & Toys Infrared Jup… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/products/nasa-… | Apparel NASA Kit Bag | img no alt | Add alt attribute to the image |
| https://thespacestore.com/collections/ne… | Apparel Artemis Program A… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/collections/ne… | Apparel Astronomy Magazin… | img no alt | Add alt attribute to the image |
| https://thespacestore.com/collections/ne… | Apparel NASA Embroidered … | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2026… | 2026 Morocco, Portugal, & Spai… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2026… | 2026 Spain 9-Night Total Solar… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2027… | 2027 Egypt Pre-Eclipse Turkey … | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2027… | 2027 Jordan & Egypt 13-Night T… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2027… | 2027 Luxor 4-Night Eclipse Dis… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2027… | 2027 Pharaoh’s Shadow 6-Nigh… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2028… | 2028 Highlights of Australia P… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2028… | 2028 New Zealand & Australia 1… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2028… | 2028 Sydney 7-Day Total Solar … | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2030… | 2030 Australia Total Solar Ecl… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2030… | 2030 South Africa Total Solar … | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2029… | 2029 Chile Partial Solar Eclip… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2028… | 2028 Australia Total Solar Ecl… | img no alt | Add alt attribute to the image |
| https://www.astronomy.com/observing/2035… | 2035 Japan Total Solar Eclipse | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://firecrown.dragonforms.com/kalmba… | Forgot your password? | new tab | Add '(opens in new tab)' to text |
| https://firecrown.dragonforms.com/ASY_cu… | Manage My Account | new tab | Add '(opens in new tab)' to text |
| https://firecrown.dragonforms.com/ASY_cu… | Customer Support | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.astronomy.com/picture-of-the-day/photo/oxygen-swells-in-cygnus/; a.card-image (#783 on page); a.card-content-type (#784 on page); a (#786 on page)
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
Add '(opens in new tab)' to link text or aria-label.
https://forum.astronomy.com/; https://firecrown.dragonforms.com/kalmbach_ForgotPass; https://firecrown.dragonforms.com/ASY_custserv; https://firecrown.dragonforms.com/ASY_custserv
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.search-bar-trigger (#165 on page); button#primary-open-menu; button#primary-close-menu; button.search-bar-trigger (#331 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
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
CForm AccessibilityAction3 of 8 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | none |
| #input_1_4 | text | for/id | |
| #input_1_1 | Enter Email Address* | for/id | |
| for/id | |||
| #pass | password | Password | for/id |
| input | submit | (none) | none |
| #gform_submit_button_1 | submit | (none) | none |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit" id="gform_submit_button_1">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
ALandmark Structure3 landmarksPASS
A+Heading Hierarchy51 headingsPASS
- H1 Astronomy Magazine – Your source for the latest news on astronomy, observing events, space missions, and more.
- H2 Top Stories
- H3 Exoplanet Earth: What our world tells us about the cosmos
- H3 Catch the Lyrid meteors
- H3 How to build climate solutions: An interview with Tony Fadell
- H3 How to prepare for a star party
- H2 Picture of the Day
- H3 Oxygen swells in Cygnus
- H2 In the Sky
- H3 The Sky Today on Wednesday, April 22: The Lyrid meteor shower peaks
- H2 What’s Launching This Week
- H3 Cygnus heads to the ISS as SpaceX keeps up the pace
- H2 Artemis Updates
- H3 As it happened: Artemis 2 splashes down, ‘a perfect mission’
- H2 More News
- H3 April 22, 1724: The birth of Immanuel Kant
- H3 April 21, 1994: The discovery of exoplanets
- H3 April 20, 2025: Visiting Asteroid Donaldjohanson
- H3 JWST uncovers the Lobster Nebula’s firestorm of starbirth
- H2 April 2026
- H2 Astronomy Newsletter
- H2 Product Recommendations
- H3 2026 Astronomy Deep Space Mysteries Calendar
- H3 Campo del Cielo Meteorite
- H3 6-Inch Neptune Globe
- H3 NASA SpaceX Crew 11 Mission Patch
- H3 2026 Observers Handbook
- H3 6" Earth Globe
- H3 Infrared Jupiter Puzzle
- H3 NASA Kit Bag
- H3 Artemis Program Addidas Quarter zip pullover
- H3 Astronomy Magazine Under Armour® men's polo
- H3 NASA Embroidered Unisex Hoodie
- H2 Popular Explorations
- H3 2026 Morocco, Portugal, & Spain 17-Night Total Solar Eclipse Tour
- H3 2026 Spain 9-Night Total Solar Eclipse Tour
- H3 2027 Egypt Pre-Eclipse Turkey Extension: Istanbul & Cappadocia
- H3 2027 Jordan & Egypt 13-Night Total Solar Eclipse Tour
- H3 2027 Luxor 4-Night Eclipse Discovery Tour
- H3 2027 Pharaoh’s Shadow 6-Night Total Solar Eclipse Tour
- H3 2028 Highlights of Australia Post-Eclipse Tour
- H3 2028 New Zealand & Australia 13-Day Total Solar Eclipse Tour
- H3 2028 Sydney 7-Day Total Solar Eclipse Adventure
- H3 2030 Australia Total Solar Eclipse
- H3 2030 South Africa Total Solar Eclipse
- H3 2029 Chile Partial Solar Eclipse
- H3 2028 Australia Total Solar Eclipse Cruise
- H3 2035 Japan Total Solar Eclipse
- H3 (empty)
- H3 Astronomy magazine: 50 years and counting
- H3 Login
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
AAlt Text Quality1 of 44 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 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
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 Astronomy Magazine … | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Top Stories | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Picture of the Day | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 In the Sky | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 What’s Launching T… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Artemis Updates | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 More News | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Astronomy Newsletter | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Product Recommendati… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Popular Explorations | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 2026 Astronomy Deep … | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Campo del Cielo Mete… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 6-Inch Neptune Globe | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 NASA SpaceX Crew 11… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 2026 Observers Handb… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 6" Earth Globe | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Infrared Jupiter Puz… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 NASA Kit Bag | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Artemis Program Addi… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Astronomy Magazine U… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | 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 94/100 — 2 failing, 31 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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Names and labels
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.wp-block-group > div.wp-block-kb-pic-of-the-day > div.wp-block-kb-pic-of-the-day__img > a div.wp-block-group > div.wp-block-kb-pic-of-the-day > div.wp-block-kb-pic-of-the-day__img > a |
ul.glide__slides > li.wp-block-post-carousel__slide > article.agency-ui-card > a.card-image ul.glide__slides > li.wp-block-post-carousel__slide > article.agency-ui-card > a.card-image |
li.wp-block-post-carousel__slide > article.agency-ui-card > h3.card-title > a li.wp-block-post-carousel__slide > article.agency-ui-card > h3.card-title > 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.