Marketing Content → Static Pages

note

What are Static Pages?

Static Pages allow publishing arbitrary web content to customers under a publicly accessible address. These will be available both on the web and native apps.

What are Static Pages?

Static Pages allow publishing arbitrary web content to customers under a publicly accessible address. These will be available both on the web and native apps.

Basics

All Static Pages contain an identifiable title and path.

Localized Title

The Localized Title field defines the page’s title as seen by users in their web browsers.

When unset, it will fall back to use the title defined for the market’s default language.

Localized Title and Title serve the same purpose; the latter is only used as a fallback, doesn’t support multilingual features, and it will be deprecated in the future.

Localized Path

The Localized Path field defines the URL path where the page will become publicly accessible.

The path must be of the /page-path-name form. Clicking the Generate button will infer a path from the localized title using the expected format.

When the market supports multiple languages, each language can define its own custom path. If no path is defined for the current application language, there will be a fall back to the path set for the market’s default language.

Localized Path and Path serve the same purpose; the latter is only used as a fallback, doesn’t support multilingual features, and it will be deprecated in the future.

basic-fields.png

Content Widgets

Widgets give you the ability to add content and functionality for your static pages without having to code a single line.

Accordion Widget

Information blocks that stack together and are expanded and collapsed. This widget is ideal for Q&A-like content such as FAQ pages.

Accordion Widgets are made out of individual entries that contain collapsed and expanded content. Content fields are multilingual.

irudia-20240923-100335.png

Locale Block Text Widget

Any piece of block-level text can go here. Text can be selectively formatted and can include hyperlinks.

irudia-20240918-125938.png

Header Widget

A prominent header. Optionally with a picture and a tag line.

irudia-20240918-125650.png

Image Widget

Include any image file, optionally with a caption.

Should the image be sourced from a 3rd party and its license requires attribution, the attribution link can be specified too.

irudia-20240923-100834.png

Call To Action

Double Image

Preview

Quote

Info Cells

Multi

Nutrition Explorer

Nutrition Info

Anchor

Anchor Links

Download File

Video

YouTube

WebView

Loyalty Banner

Loyalty Tab Selector

Rewards Carousel

Manual Authoring

Alternatively, static pages' content can be populated manually.

Under the Body HTML field it is possible to insert HTML markup that will be rendered almost as-is in the context of a static page. Additionally, Custom CSS allows to set style definitions that can be applied to the custom HTML.

Using HTML and CSS is considered an advanced feature that can have unintended consequences on the rest of the site.

We strongly recommend relying on Widgets as much as possible because they integrate best with other multilingual features as well as the overall look & feel of the site

It’s strongly discouraged to:

  • Use html, body, head, script, iframe with onload="javascript:", or any other tags that might alter the behavior of the rest of the site.

  • Using CSS properties that alter the layout of the main site, e.g. fixed/absolute positioned elements.

Please handle this with care!

Special Variables

When manually authoring pages, it’s possible to inject some dynamic content via placeholders. The placeholders take the {{ placeholder-name }} form.

Additional Configuration

SEO

Static pages allow for custom metadata and configuration to be set for SEO purposes.

To learn more about all the SEO capabilities, please head to SEO (Search Engine Optimization).

User Acceptance

When the Requires User Acceptance toggle is enable, the static page will be treated as a document signed in users will need to review and accept before using the site. This is useful when willing to have users agree legally-binding documents such as Terms of Service or Privacy Policy pages.

To learn more about this feature, please head to Feature Agreements.

Redirect URL

When Static Pages are referenced in the navigation menu, these can be configured to point to an external web address. This can be useful e.g. to point users to a document that is hosted in another server instead of displaying standalone content.