[lightMode]
List SEO Settings
GET
/seo[updatedIn] 2 months ago
This endpoint allows you to show your Store's SEO Settings, such as Title, Keywords, and Description.
Request
Request samples
[api.label.responses]
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
status
number
optional
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
success
boolean
optional
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
data
object
optional
url
string
optional
Sitemap URL
Example:
https://salla.sa/testweb/sitemap.xml
friendly_urls_status
boolean
optional
Whether or not the SEO enabled for friendly URLS
Default:
true
refersh_sitemap
string
optional
Sitemap Refresh URL
Example:
https://salla.sa/testweb/sitemap/generate/1305146709
[api.label.example]
{
"status": 200,
"success": true,
"data": {
"title": "Test",
"keywords": "Test",
"description": "Test",
"url": "https://salla.sa/testweb/sitemap.xml",
"friendly_urls_status": true,
"refersh_sitemap": "https://salla.sa/testweb/sitemap/generate/1305146709"
}
}
[updatedIn] 2 months ago