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": "Laboriosam officiis repudiandae vel rerum repellendus aut."
    },
    "description": {
        "en": "Et laboriosam dolorem est est omnis unde. Temporibus esse et laborum pariatur. Corrupti aspernatur aut ut minima porro qui quo."
    },
    "url": {
        "en": "http://www.gleason.com/"
    }
}
1.9.0 stable