SEO + AEO + GEO Analysis Platform

웹 성능 인사이트

더 빠르고 접근성 있고 지속 가능한 웹사이트를 위한 AI 분석

Automatically analyzes both mobile and desktop for comprehensive responsive insights

Try a popular site:

100+

Tests Per Analysis

<30s

Full Analysis

33+

API Endpoints

PageSpeed를 넘어서

Comprehensive web analysis across performance, accessibility, SEO, and sustainability

Core Web Vitals
성능
Core Web Vitals, Lighthouse 점수 및 최적화 기회
AI Insights
AI 추천
코드 예제가 포함된 지능적이고 우선순위가 지정된 제안
Carbon Score
탄소 발자국
지속 가능성 지표 및 그린 호스팅 분석
Security Audit
보안 헤더
CSP, HSTS 및 보안 모범 사례 감사
MCP Ready
AI 에이전트 준비
자동화된 분석 워크플로우를 위한 완전한 MCP 통합
i18n Analysis
글로벌 지원
현지화된 형식으로 10개 언어 지원
12-Suite Quality Framework

World-Class Testing

Every analysis runs 100+ tests across 12 specialized quality suites, with results stored, retrievable, and comparable.

Performance
Accessibility
SEO
Security
Best Practices
Mobile
PWA
Compliance
i18n
Readability
Carbon
Analytics
Sample Quality Report12 Suites
Performance
92
Accessibility
88
SEO
95
Best Practices
83
Security
78
api/v1/analyze
// Analyze a URL with full quality framework
const response = await fetch(
  '/api/v1/analyze',
  {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      url: 'https://example.com',
      strategy: 'mobile',
      includeAI: true,
      qualityFramework: true
    })
  }
);

const { data } = await response.json();
// data.qualityReport - 12 suite scores
// data.comprehensiveTests - 100+ test results
// data.traceIds - correlation tracking
API and MCP Integration

Built for Automation

Full REST API with OpenAPI documentation. MCP integration for AI agents. Webhooks for automated workflows.

1

REST API

33+ endpoints with full trace correlation

2

MCP Protocol

Connect AI agents via /api/mcp endpoint

3

Full Observability

Every request traceable via correlation IDs