Custom Page Properties

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

FieldTypeDesc
idinteger
titlestringPage title
contentstringPage content
statusintegerStatus
created_atstringCreation timestamp
updated_atstringUpdate timestamp
urlstringURL
meta_titlestringSEO title
meta_keywordstringSEO keywords
meta_descriptionstringSEO description
independent_seobooleanDecide 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
}