Skip to main content

SeoEntry Object

Description

Search engine optimization metadata for a page or resource.

Declaration

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

Fields

NameTypeDescription
indexBooleanWhether search engines should index this page.
descriptionStringMeta description for search engine results.
slugStringURL-friendly slug for the page.
titleStringSEO title for search engine results and browser tabs.