Skip to content
Eden Engine

On-Page SEO Audit (by URL)

omnial/x402-seo-audit

Given a URL, returns an on-page SEO score plus the checks behind it: title and meta description length, heading structure, image alt-text coverage, canonical tag, Open Graph and schema.org markup, internal/external link ratio, and whether robots.txt and a sitemap are present -- along with a plain-language list of issues found and prioritized fixes.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.486486 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL to audit"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "checks": {
      "type": "object",
      "properties": {
        "h1": {
          "type": "object",
          "properties": {
            "count": {
              "type": "number"
            },
            "values": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "optimal": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "links": {
          "type": "object",
          "properties": {
            "ratio": {
              "type": "number"
            },
            "external": {
              "type": "number"
            },
            "internal": {
              "type": "number"
            }
          },
          "additionalProperties": true
        },
        "title": {
          "type": "object",
          "properties": {
            "value": {
              "type": "string"
            },
            "length": {
              "type": "number"
            },
            "optimal": {
              "type": "boolean"
            },
            "present": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "images": {
          "type": "object",
          "properties": {
            "total": {
              "type": "number"
            },
            "with_alt": {
              "type": "number"
            },
            "without_alt": {
              "type": "number"
            }
          },
          "additionalProperties": true
        },
        "sitemap": {
          "type": "object",
          "properties": {
            "referenced_in_robots": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "canonical": {
          "type": "object",
          "properties": {
            "present": {
              "type": "boolean"
            }
          },
          "description": "`present` only -- the canonical URL itself (`url`) is stripped before it reaches a customer, see verification.notes.",
          "additionalProperties": true
        },
        "open_graph": {
          "type": "object",
          "properties": {
            "image": {
              "type": "boolean"
            },
            "title": {
              "type": "boolean"
            },
            "complete": {
              "type": "boolean"
            },
            "description": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "robots_txt": {
          "type": "object",
          "properties": {
            "present": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "schema_org": {
          "type": "object",
          "properties": {
            "present": {
              "type": "boolean"
            },
            "json_ld_blocks": {
              "type": "number"
            }
          },
          "additionalProperties": true
        },
        "meta_description": {
          "type": "object",
          "properties": {
            "value": {
              "type": [
                "string",
                "null"
              ],
              "description": "Observed null when the page has no meta description."
            },
            "length": {
              "type": "number"
            },
            "optimal": {
              "type": "boolean"
            },
            "present": {
              "type": "boolean"
            }
          },
          "additionalProperties": true
        },
        "heading_hierarchy": {
          "type": "object",
          "properties": {
            "count": {
              "type": "number"
            },
            "structure": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "text": {
                    "type": "string"
                  },
                  "level": {
                    "type": "number",
                    "description": "Heading level, e.g. 1, 2, 3."
                  }
                },
                "additionalProperties": true
              }
            }
          },
          "additionalProperties": true
        }
      },
      "additionalProperties": true
    },
    "issues": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Plain-language issue descriptions, e.g. '81 images missing alt text'."
    },
    "overall_score": {
      "type": "number",
      "description": "0-100 composite SEO score. Observed 85 (a well-optimized page) and 50 (a minimal page)."
    },
    "prioritized_fixes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "fix": {
            "type": "string"
          },
          "issue": {
            "type": "string"
          },
          "priority": {
            "type": "string",
            "description": "Observed 'high', 'medium', 'low'."
          }
        },
        "additionalProperties": true
      }
    }
  },
  "description": "The SEO audit result, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.486486
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026