SEO & Utilities
SEO metadata and utility endpoints
Returns SEO metadata (title, description, keywords) for a given URL.
Query parameters
urlstringRequiredExample:
URL path to get SEO data for
/products/smartwatchResponses
200
SEO data retrieved
application/json
404
SEO data not found for the given URL
get
/cms/seo/GET /cms/seo/?url=text HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
{
"pk": 1,
"url": "/products/smartwatch",
"title": "Smart Watch - Best Deals",
"description": "Discover the latest smart watches at great prices",
"keywords": "smartwatch, wearable, technology",
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"attributes_kwargs": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"created_date": "2025-11-30T07:12:06.849Z",
"modified_date": "2025-11-30T07:12:06.849Z"
}Last updated
Was this helpful?

