HTTPS 확인, 혼합 콘텐츠, HSTS, CSP, X-Frame-Options, 이메일 개인정보 보호.
We check HTTPS, security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options), mixed content, and exposed email addresses.
Verifies the page is served over a secure HTTPS connection.
https://example.com
Detects HTTP resources loaded on an HTTPS page.
<img src="http://...">
Checks for Strict-Transport-Security header that forces HTTPS.
Strict-Transport-Security: max-age=31536000
Checks for Content-Security-Policy header preventing XSS attacks.
Content-Security-Policy: default-src 'self'
Checks for X-Content-Type-Options: nosniff preventing MIME sniffing.
X-Content-Type-Options: nosniff
Checks for X-Frame-Options header preventing clickjacking.
X-Frame-Options: SAMEORIGIN
Detects plain-text email addresses exposed in page content.
[email protected]
Security headers protect against XSS, clickjacking, and MIME sniffing attacks. HTTPS is a Google ranking signal and browsers warn users about insecure pages.
Title, meta description — 길이, 관련성, 키워드 유무. Open Graph 및 Twit...
제목 구조, 계층, H1 유무, H1 길이, 중복, 건너뛴 레벨....
단어 수, 텍스트 대 HTML 비율, 플레이스홀더 텍스트(Lorem Ipsum), title-H1 일치....
HTTP 상태, 리다이렉트, GZIP/Brotli 압축, HTTP/2, HTML 크기, Flash 콘텐츠....
Core Web Vitals — LCP, CLS, TBT, FCP (Google PageSpeed Insig...
접근성과 SEO를 위한 alt 텍스트 유무. alt 속성이 없는 이미지 비율....
내부 및 외부 링크 수, 비율, 고립 페이지 감지....
Schema.org JSON-LD — 존재 여부, 유형, 필수 속성 검증(Product, FAQ, Artic...
Open Graph(og:title, og:description, og:image) 및 Twitter Car...
Canonical URL, robots.txt, noindex/nofollow, hreflang 검증, x-...
DOM 크기, 인라인 CSS/JS, 렌더링 차단 리소스, 지연 로딩, 최신 이미지 형식....
키워드 빈도, n-gram 분석, 제목·설명·헤딩 간 일관성....