Skip to main content

SeoEntry Object

Description

SEO metadata for a page or resource, including title, description, and slug.

Declaration

type SeoEntry {
index: Boolean
description: String
slug: String
title: String
snapshot: SeoSnapshot
}

Fields

NameTypeDescription
indexBooleanWhether search engines should index this page.
descriptionStringMeta description for search engine results.
slugStringURL-friendly slug for the page.
titleStringSEO title for the page.
snapshotSeoSnapshotSnapshot of SEO metadata at a specific point in time.