Skip to main content

Page Fields

Static content pages used for content that rarely changes, such as 'About Us' or 'Contact' pages

Updated this week

General

ID

Description

Example Value

Shopify's unique page identifier

12345678

If present, the ID will be used to find an existing page on the store. When importing, the ID will be used to see if the page already exists. If there's no ID match the app will attempt to find an existing page using the Handle.

Handle

Description

Example Value

URL-friendly version of the title

about-us

The handle is the URL-friendly version of the page title used in the page's URL. The handle is used for finding an existing page on the store if the ID is not present.

Command

Description

Example Value

Action to perform: MERGE, DELETE, NEW

MERGE

  • MERGE: Update existing page or create if not found

  • DELETE: Remove the page from the store

  • NEW: Create a new page (will fail if page already exists)

Title

Description

Example Value

Page title

About Us

The main title of the page that will be displayed to visitors and used in search results.

Author

Description

Example Value

Name of the page author

Jane Smith

The name of the person who authored the page. This appears in the page's metadata.

Body HTML

Description

Example Value

Page content in HTML format

<p>Welcome to our store...</p>

The main content of the page in HTML format. This is what visitors will see when they visit the page.

Created At

Description

Example Value

When page was created

2023-06-01 10:00:00 -0400

The timestamp when the page was originally created in Shopify.

Updated At

Description

Example Value

When page was last modified

2023-06-20 15:30:00 -0400

The timestamp when the page was last modified or updated.

Published

Description

Example Value

Whether the page is published

TRUE

  • TRUE: Page is published and visible to customers

  • FALSE: Page is unpublished and hidden from customers

Published At

Description

Example Value

When page was published

2023-06-01 10:00:00 -0400

If 'Published At' is in the future, the page will be scheduled for publication at that time.

ISO-formatted timestamps (eg, 2025-06-01T10:00:00Z) are also supported. If no timezone is specified, the store's timezone will be used.

Template Suffix

Description

Example Value

Alternative template for page

alternate-template

Allows you to use a custom template for displaying this specific page.

Metafields and SEO

Metafields can be imported and exported with pages to store custom metadata, SEO information, and additional attributes.

For detailed information about working with metafields, see our Metafields guide.

Export Filters

You can use these filters to limit which pages are exported:

  • created_at: Filter by creation date

  • updated_at: Filter by last modification date

  • published_at: Filter by publish date

  • handle: Filter by page handle

  • title: Filter by page title

Did this answer your question?