get_webpage_seo_analysis
Analyze the SEO performance of any webpage to identify optimization opportunities and improve search engine visibility. Input the URL to receive actionable insights.
Instructions
Get SEO analysis for a given url
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The url to analyze |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The url to analyze",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}