Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CHeading HierarchyAction34 headings, 1 skip(s)REVIEW
- H4 A-level Psychology
- H4 Learning Theory
- H4 Biopsychology
- H4 Key Studies
- H4 Freudian Theory
- H4 Cognitive Psychology
- H4 Social Psychology
- H4 Personality
- H4 Child Psycholology
- H4 Research Methods
- H4 Statistics
- H4 Motivation
- H4 Student Resources
- H4 Criminology
- H4 Sociology
- H3 PSYCHOLOGY
- H3 Emotional Intelligence (EQ)
- H3 Attachment Styles In Adult Relationships
- H3 Alfred Adler’s Theory of Individual Psychology and Personality
- H3 Stress Psychology Revision Notes
- H3 RELATIONSHIPS
- H3 Soft Strategies for Communicating with Avoidant People
- H3 How to Attract Someone Based on Their Attachment Style
- H3 Attachment Styles In Adult Relationships
- H3 Attachment Style Quiz
- H3 SELF-CARE
- H3 Therapist’s Guide to Dousing the Flame of Shame
- H3 Emotional Intelligence (EQ)
- H3 What Is Anxiety?
- H3 Unwinding Your Anxiety Habit Loop
- H2 Explore by CATEGORY
- H5 Contact skipped
- H5 our staff
- H5 topics
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
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
CLink & Button QualityAction19 issue(s) across 177 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/a-level… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/sociolo… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/sociolo… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/self-ca… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/how-to-… | (empty) | empty | Add link text or aria-label |
| https://www.simplypsychology.org/theorie… | Psychology | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/simplyp… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/simplypsycholo… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#; #; https://www.simplypsychology.org/a-level-psychology.html; https://www.simplypsychology.org/theories/learning-theories; https://www.simplypsychology.org/theories/biological-approach; https://www.simplypsychology.org/theories/famous-psychological-experiments; https://www.simplypsychology.org/theories/freudian-psychology; https://www.simplypsychology.org/theories/cognitive-science; https://www.simplypsychology.org/theories/social-science; https://www.simplypsychology.org/theories/personality (+9 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
Add '(opens in new tab)' to link text or aria-label.
https://www.simplypsychology.org/theories-of-psychology-html; https://www.linkedin.com/company/simplypsychologyco/; https://www.instagram.com/simplypsychologyofficial
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
ALandmark Structure6 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
A+Alt Text QualityAll 20 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #wp-block-search__input-1 | search | Search | for/id |
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 Explore by CATEGORY | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| title Study Guides for Psy… | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Skip to content | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| span Menu | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Psychology | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a A-Level Psychology | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Biopsychology | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Child Psychology | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Cognitive Psychology | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Key Studies | 14.09:1 | 4.5:1 | #000000 | #B3DBDD | Pass |
| a Learning Theories | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Personality | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Research Methodology | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Social Psychology | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a VIEW ALL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Relationships | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Adult Attachment | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Dating Tips | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Bad Relationships | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Self-Care | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | 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 92/100 — 3 failing, 26 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 |
|---|
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
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 |
|---|
A-level Psychology div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > h4.gb-headline |
div.gb-grid-column > div.gb-container > div.gb-inside-container > h5.gb-headline div.gb-grid-column > div.gb-container > div.gb-inside-container > h5.gb-headline |
These are opportunities to improve keyboard navigation in your application.
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.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-container-link |
div.gb-container > div.gb-inside-container > p > a div.gb-container > div.gb-inside-container > p > a |
div.gb-container > div.gb-inside-container > p > a div.gb-container > div.gb-inside-container > p > 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.