company.SeoData

Request

Fields when send to the api inside a request.

Field Type Description
title [Language: String] Title of the page
description [Language: String] Description of the page
url [Language: URL] URL of the page

Response

Fields when returned by the api in a response.

Field Type Description
title [Language: String] Title of the page
description [Language: String] Description of the page
url [Language: URL] URL of the page

Examples

Example 1

{
    "title": {
        "en": "Vel repellat blanditiis qui ratione sunt quidem ipsum iure."
    },
    "description": {
        "en": "Deleniti sed et veritatis eos rerum. Soluta molestiae quas adipisci. Aliquid consequatur amet ad odio magni odit."
    },
    "url": {
        "en": "https://www.huel.com/voluptates-laudantium-praesentium-nostrum-distinctio-in"
    }
}
This is a development version Do not use this version in production
1.10.0 development