Skip to main content
objectLandingPageContent

Implements

Fields

canonicalUrl
String!

Public URL the landing page resolves to: the Network's landing root for the primary page, or the slug-suffixed path for a secondary page.

id
ID!

ID of the object.

name
String

Host-facing name of the landing page.

resourceId
ID!

Resource ID for this object, for interop with the Admin API.

sectionCount
Int!

Number of layout sections on the landing page.

sections
[JSONObject!]!

Ordered layout sections of the landing page. Each is an opaque JSON object whose shape depends on its layout.

seoDescription
String

SEO meta description shown in search results and social shares. Null when unset.

seoTitle
String

SEO title tag shown in search results and social shares. Null when unset.

slug
String

URL slug that addresses a secondary landing page. Empty for the Network's primary landing page.

status
String!

Publish state of the landing page: "draft" while unpublished, "live" once published.