Customize your page description

How to set the page description that appears in browser tabs and search results

What is the description?

Your page description is the text shown above below products on the checkout page. Use it to set context, explain your offer, or build trust with customers.

How to edit the description

  1. Go to Pages and open the page you want to edit.
  2. Go to Details → Description.

Text formatting

Select text and choose a format from the toolbar:

  • Headings — Heading 1, Heading 2, Heading 3.
  • Bold, italic, underline, strikethrough.
  • Bullet list and Numbered list.
  • Quote.
  • Text alignment — left, centre, or right.

Inserting content

Click + Insert to add:

  • Link — hyperlink text to a URL (opens in a new tab).
  • Horizontal rule — a dividing line to separate sections.
  • Image — add an image within the description.
  • HTML — add custom HTML code.

Common HTML examples

Embed a YouTube video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Collapsible/expandable content:

<details> <summary><strong>SUB-TITLE</strong></summary> <ul> <li>Content line 1</li> <li>Content line 2</li> </ul> </details>

Custom text colour:

<p style="color: #ff5733;">This text is orange.</p>

Custom text size:

<p style="font-size: 16px;">This text is 16px.</p>

Custom font:

<p style="font-family: Cursive;">This text is Cursive.</p>

On this page