Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
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>.
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.
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
DForm AccessibilityAction5 of 41 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #profile_upload_btn | file | 사진 업로드 | for/id |
| #nickname | text | 별명 | for/id |
| #blogname | text | 블로그명 | for/id |
| #theme1 | radio | 문학·책 | for/id |
| #theme2 | radio | 영화 | for/id |
| #theme3 | radio | 미술·디자인 | for/id |
| #theme4 | radio | 공연·전시 | for/id |
| #theme5 | radio | 음악 | for/id |
| #theme6 | radio | 드라마 | for/id |
| #theme7 | radio | 스타·연예인 | for/id |
| #theme8 | radio | 만화·애니 | for/id |
| #theme9 | radio | 방송 | for/id |
| #theme10 | radio | 일상·생각 | for/id |
| #theme11 | radio | 육아·결혼 | for/id |
| #theme12 | radio | 반려동물 | for/id |
| #theme13 | radio | 좋은글·이미지 | for/id |
| #theme14 | radio | 패션·미용 | for/id |
| #theme15 | radio | 인테리어·DIY | for/id |
| #theme16 | radio | 요리·레시피 | for/id |
| #theme17 | radio | 상품리뷰 | for/id |
| #theme18 | radio | 원예·재배 | for/id |
| #theme19 | radio | 게임 | for/id |
| #theme20 | radio | 스포츠 | for/id |
| #theme21 | radio | 사진 | for/id |
| #theme22 | radio | 자동차 | for/id |
| #theme23 | radio | 취미 | for/id |
| #theme24 | radio | 국내여행 | for/id |
| #theme25 | radio | 세계여행 | for/id |
| #theme26 | radio | 맛집 | for/id |
| #theme27 | radio | IT·컴퓨터 | for/id |
| #theme28 | radio | 사회·정치 | for/id |
| #theme29 | radio | 건강·의학 | for/id |
| #theme30 | radio | 비즈니스·경제 | for/id |
| #theme31 | radio | 어학·외국어 | for/id |
| #theme32 | radio | 교육·학문 | for/id |
| #theme33 | radio | 주제 선택 보류 | for/id |
| #domainInput | text | (블로그아이디) | placeholder only |
| #domainRegisterBtn | submit | (none) | none |
| #submitBlogBasicInfo | submit | (none) | none |
| #personalThemeSubmitBtn | submit | (none) | none |
| input | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="domainRegisterBtn">; <input type="submit" id="submitBlogBasicInfo">; <input type="submit" id="personalThemeSubmitBtn">; <input type="checkbox">
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" id="domainInput">
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
FFavicon & BrandingAction2 icon(s) detectedFIX
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 Quality8 issue(s) across 5 links and 33 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <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 |
| <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 |
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#134 on page); button.btn (#137 on page); button.btn (#140 on page); button.btn (#143 on page); button.btn (#146 on page); button.btn (#149 on page); button.btn (#152 on page); button.btn (#155 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 4 failing, 20 passedREVIEW
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 |
|---|
트렌드 키워드 div > div.trend_keyword__ie_R8 > h3.title__trMmQ > span.highlight___jgpD |
트렌드 키워드 div > div.trend_keyword__ie_R8 > button.refresh_btn__APuVg > span.strong__qGvhA |
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 |
|---|
지금 뜨고 있는 트렌드 키워드 ⭐ div.virtual-column > div > div.trend_keyword__ie_R8 > h3.title__trMmQ |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy5 headingsPASS
- H1 (empty)
- H1 환영합니다! 블로그 아이디가 만들어졌어요. duplicate H1
- H1 기본정보를 입력해주세요. duplicate H1
- H1 주제를 선택해 주세요. duplicate H1
- H1 인기블로거와 이웃을 맺으세요. duplicate H1
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
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
A+Alt Text QualityAll 13 images OKPASS
A+Color Contrast (Screenshot)1 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 (1)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title 네이버 블로그 | 21.00:1 | 4.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.