SEO + AEO + GEO Analysis Platform

웹 성능 인사이트

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

Automatically analyzes both mobile and desktop for comprehensive responsive insights

Try a popular site:

2415

Quality Tests Available

59

MCP Tools

12

Ranking Profiles

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

Each analysis can use the 2415-test executable registry and the 12-suite methodology layer, with durable storage when configured and clear degraded state when it is not.

Performance
Accessibility
SEO
Security
Best Practices
Mobile
PWA
Compliance
i18n
Readability
Carbon
Analytics
Quality Categories12 Suites
Performance
Accessibility
SEO
AEO
GEO
Security
Core Web Vitals
Carbon
i18n
Readability
Audience
Discovery

Scores appear after a real public URL analysis. Empty or degraded storage is labeled in results instead of showing sample numbers.

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 - executable registry results
// data.traceIds - correlation tracking
API and MCP Integration

Built for Automation

Public REST API with OpenAPI documentation, MCP integration for AI agents, deterministic ranking endpoints, and protected report export scaffolding behind PLATPHORM_API_KEY.

1

REST API

Public REST endpoints with W3C trace correlation

2

MCP Protocol

Connect AI agents via /api/mcp endpoint

3

Full Observability

Every request traceable via correlation IDs