Jedes On-Page-SEO-Signal aus einer URL in einem Aufruf extrahieren. Liefert Title, Meta-Description, Canonical-URL, Hreflang-Alternates, Robots-Direktiven, Open Graph Tags, Twitter Cards, alle Schema.org-JSON-LD-Blöcke, H1-H6-Outline, interne/externe Link-Counts, Image-Counts mit Alt-Coverage und einen 0-100 SEO-Score. Für Bulk gebaut: 10.000 URLs rein, eine Zeile pro Seite raus. Ideal für SEO-Audits, Content-QA, Structured-Data-Validierung und Competitive Analysis.
# Einen Lauf über die Apify-API starten curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~seo-metadata-extractor/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "https://example.com/product-a", "https://example.com/blog/post-1", "https://example.com/about", "https://example.com/pricing", "https://example.com/contact" ], "extractJsonLd": true, "extractHeadings": true }' # Oder mit KI-Agenten via MCP verwenden: # https://mcp.apify.com?tools=santamaria-automations/seo-metadata-extractor
| Feld | Typ | Beispiel |
|---|---|---|
| url | string | https://example.com/product-a |
| title | string | Produkt A: Premium-Abo |
| meta_description | string | Abonnieren Sie Produkt A... |
| canonical_url | string | https://example.com/product-a |
| og_image | string | https://example.com/og-product-a.jpg |
| schema_types | array | ["Product","BreadcrumbList"] |
| h1_count | integer | 1 |
| image_alt_coverage | number | 0,94 |
| seo_score | integer | 87 |
| warnings | array | ["meta_description_too_short"] |