SeoInput Input
Description
Input fields for configuring search engine optimization settings.
Declaration
input SeoInput {
title: String!
description: String!
index: Boolean!
slug: String!
}
Fields
| Name | Type | Description |
|---|---|---|
title | String! | SEO title that appears in search results and browser tabs. |
description | String! | Meta description that appears in search engine results. |
index | Boolean! | Whether search engines should index this page. |
slug | String! | URL-friendly slug for the page or resource. |