A landing page is the public way that the individuals interact with your application and create an account.
Landing pages are identified by a unique path: if a landing page and a redirect are both defined for the same path, the redirect will take priority.
While most other entities use UUIDs as the primary key, landing pages are uniquely identified by their path. Because these paths can contain slashes, we append the path as a URL query parameter when making API calls (instead of the typical REST convention used elsewhere wherein the identifier is embedded in the URL structure itself).
All landing pages are defined as an Experiment. The conversion event for all landing page experiments is when an individual signs up and a new account is created.
HTML Header
The HTML Header attributes will appear in the section of all versions of the landing page.
Attributes:
Name | Type | Description |
---|---|---|
title | string | The value of the |
canonical_url | uri | Will be used to supply
|
description | string | The value of the |
keywords | string | The value of the |
social_image | uri | The URL to the image that will be used in |
prevent_indexing | boolean | If this page should be suppressed from search indexes. If set to By default, landing pages are indexable (meaning |