SEO + AEO + GEO Analysis Platform

Web-Performance-Einblicke

KI-gestutzte Analyse fur schnellere, zuganglichere und nachhaltigere Websites

Automatically analyzes both mobile and desktop for comprehensive responsive insights

Try a popular site:

2415

Quality Tests Available

59

MCP Tools

12

Ranking Profiles

Uber PageSpeed hinaus

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

Core Web Vitals
Leistung
Core Web Vitals, Lighthouse-Bewertungen und Optimierungsmoglichkeiten
AI Insights
KI-Empfehlungen
Intelligente, priorisierte Vorschlage mit Codebeispielen
Carbon Score
CO2-Fussabdruck
Nachhaltigkeitsmetriken und Analyse von grunem Hosting
Security Audit
Sicherheits-Header
CSP, HSTS und Sicherheits-Best-Practices-Audit
MCP Ready
KI-Agent-bereit
Vollstandige MCP-Integration fur automatisierte Analyse-Workflows
i18n Analysis
Globale Unterstutzung
Verfugbar in 10 Sprachen mit lokalisierter Formatierung
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