SeoEntry Object
Description
Search engine optimization metadata for a page or resource.
Declaration
type SeoEntry {
index: Boolean
description: String
slug: String
title: String
}
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 search engine results and browser tabs. |