validate_all_seo
Analyze website SEO performance using PageSpeed Insights and Lighthouse to identify optimization opportunities and improve search visibility.
Instructions
Run SEO analysis using PageSpeed Insights (includes Lighthouse SEO).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}