Custom pages can quickly create pages and fill in content which can be applied to all topics, such as About Us, FAQs to improve search engine optimization (SEO) and help customers find your website.
A custom page can be beneficial in the following ways:
- Creating customized page designs adds personality to your store
- Refined webpage designs attract more customers and may convert to sales increases.
Requires
shop_navigation
access scope.
Custom Page Properties
Field | Type | Desc |
---|---|---|
id | integer | |
title | string | Page title |
content | string | Page content |
status | integer | Status |
created_at | string | Creation timestamp |
updated_at | string | Update timestamp |
url | string | URL |
meta_title | string | SEO title |
meta_keyword | string | SEO keywords |
meta_description | string | SEO description |
independent_seo | boolean | Decide whether the seo title is edited independently. |
Example
{
"id": 15979,
"title": "Test",
"content": "<table border=\\\"1\\\" style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<td style=\\\"width: 25%;\\\">1</td>\\n<td style=\\\"width: 25%;\\\">2</td>\\n<td style=\\\"width: 25%;\\\">3</td>\\n<td style=\\\"width: 25%;\\\">4</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n<td style=\\\"width: 25%;\\\"></td>\\n</tr>\\n</tbody>\\n</table>",
"status": 1,
"created_at": "1714377813",
"updated_at": "1714377813",
"url": "/pages/test1",
"meta_title": "Test",
"meta_keyword": "",
"meta_description": "\\n\\n\\n1\\n2\\n3\\n4\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n",
"independent_seo": false
}