-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
Denys Koval edited this page Sep 16, 2025
·
2 revisions
curl "https://seo-analyzer-api-3qlx.onrender.com/analyze?url=https://example.com"{
"url": "https://example.com",
"title": "Example Domain",
"meta": {
"description": "",
"keywords": ""
},
"headings": {
"h1": {"count": 1, "texts": ["Example Domain"]},
"h2": {"count": 0, "texts": []}
},
"seo_score": 70
}