{
"page_title": "Contact",
"page_path": "contact",
"page_seo": {
"title": "Contact",
"description": "Contact us",
"no_index": false,
},
"page_name": "Y29udGFjdA==",
}| Field | Description |
|---|---|
| page_titlestring | The title of a page. It's used in the navigation of the site and pages menu. |
| page_path string | The path / URL to a page on the website. |
| page_seo object | See the section below for details. |
| page_name string | The base64 encoded page_page. |
page_seo
| Field | Description |
|---|---|
| title string | Set the <title> on this page. Should be less than 60 characters in length. |
| description string | The meta description of the page. Should be around 155 characters in length. |
| no_index boolean | Set if this page should be indexed by search engines or not. This will apply a meta robots noindex tag to this page. |