SEO + AEO + GEO Analysis Platform

Webパフォーマンスインサイト

より速く、アクセシブルで持続可能なウェブサイトのためのAI分析

Automatically analyzes both mobile and desktop for comprehensive responsive insights

Try a popular site:

2415

Quality Tests Available

62

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言語対応
14-Suite Quality Framework

World-Class Testing

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

Method references: Web Vitals, W3C WCAG, and RFC 9116.

  • Performance
  • Accessibility
  • SEO
  • Security
  • Best Practices
  • Mobile
  • PWA
  • Compliance
  • i18n
  • Readability
  • Carbon
  • Analytics
Quality Categories14 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 - 14 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