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
| Name | Type | Description |
|---|---|---|
index | Boolean | Whether search engines should index this page. |
description | String | Meta description for search engine results. |
slug | String | URL-friendly slug for the page. |
title | String | SEO title for the page. |
snapshot | SeoSnapshot | Snapshot of SEO metadata at a specific point in time. |