ubersuggest_site_audit
Analyze website URLs to identify technical SEO issues, such as broken links or crawl errors, using a defined page limit for in-depth site audits.
Instructions
Perform comprehensive site audit for technical SEO issues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pages_limit | No | Maximum pages to crawl | |
url | Yes | Website URL to audit |
Input Schema (JSON Schema)
{
"properties": {
"pages_limit": {
"description": "Maximum pages to crawl",
"type": "number"
},
"url": {
"description": "Website URL to audit",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}