SEO Google Lighthouse 网站审计与 Core Web Vitals: AI 大语言模型

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

📝

概览

关于此模型

提供网页级 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 或营销工作流中自动执行持续的网站性能监控
💰

价格与价值

成本分析

muapiapp起价 $0.017 per audit

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

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

页面 URLstring

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

默认值-
设备枚举(2 个选项)

设备模拟模式。

默认值desktop
📖

实施指南

开发者文档

如何使用 Lighthouse 网站审计

  1. 提供 URL:输入完整的页面 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@

常见问题

常见问答

评估哪些 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"` 即可使用移动端模拟和限速执行审计。