SEO Google Lighthouse 网站审计与 Core Web Vitals: AI Large Language Models

对任意网页 URL 执行实时 Google Lighthouse 审计,评估 Performance、Accessibility、Best Practices、SEO 和 Core Web Vitals。

📝

Overview

About this model

提供网页级 Google Lighthouse 审计,为 Performance、Accessibility、Best Practices 和 SEO 提供官方评分,并报告 Core Web Vitals(Largest Contentful Paint、First Contentful Paint、Cumulative Layout Shift、Total Blocking Time 和 Speed Index)。

1审计桌面端和移动端网页性能及 Core Web Vitals
2发现技术 SEO、可访问性和最佳实践问题
3将页面速度和加载性能与竞争对手进行基准比较
4在 CI/CD 或营销工作流中自动执行持续的网站性能监控
💰

Pricing & Value

Cost analysis

muapiappFrom $0.017 per audit

完整的 4 类 Lighthouse 报告,包含 Core Web Vitals。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

页面 URLstring

要审核的完整网页 URL(例如 'https://example.com')。

Default Value-
设备Enum (2 options)

设备模拟模式。

Default Valuedesktop
📖

Implementation Guide

Developer documentation

Comment utiliser Lighthouse 网站审计

  1. 提供 URL:paramètres d'entrée完整的页面 URL(例如 https://example.com)。
  2. 选择设备:选择 desktopmobile 模拟。
  3. 查看报告:查看标准化评分(0-100)和 Web Vitals 指标。

@@BT@bash curl -X POST https://api.muapi.ai/api/v1/seo-lighthouse-audit \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", "device": "desktop" }' @@BT@

Common Questions

Frequently asked

评估哪些 Core Web Vitals?

Largest Contentful Paint (LCP)、First Contentful Paint (FCP)、Cumulative Layout Shift (CLS)、Total Blocking Time (TBT)、Speed Index 和 Time to Interactive。

支持移动端审计吗?

支持,指定 `device: "mobile"` 即可使用移动端模拟和限速执行审计。