Extrayez chaque signal SEO on-page de toute URL en un appel. Retourne title, meta description, URL canonique, alternates hreflang, directives robots, tags Open Graph, Twitter Cards, tous les blocs Schema.org JSON-LD, plan H1-H6, comptes de liens internes/externes, comptes d'images avec couverture alt et score SEO 0-100. Construit pour le bulk : 10 000 URLs en entrée, une ligne par page en sortie. Idéal pour audits SEO, QA de contenu, validation de données structurées et analyse concurrentielle.
# Lancer une exécution via l'API Apify 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 }' # Ou utiliser avec des agents IA via MCP : # https://mcp.apify.com?tools=santamaria-automations/seo-metadata-extractor
| Champ | Type | Exemple |
|---|---|---|
| url | string | https://example.com/product-a |
| title | string | Produit A : Abonnement Premium |
| meta_description | string | Abonnez-vous au Produit 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"] |