Skip to content

Support setting root page meta description in front matter #1774

@emmadesilva

Description

@emmadesilva

Would improve SEO by making it easier to add custom page descriptions

https://developers.google.com/search/docs/appearance/snippet#use-quality-descriptions

interface PageSchema extends FrontMatterSchema
{
    public const PAGE_SCHEMA = [
        'title' => 'string',
        'canonicalUrl' => 'string', // While not present in the page data, it is supported as a front matter key for the accessor data source.
        'description' => 'string', // For <meta name='description'>.
        'navigation' => NavigationSchema::NAVIGATION_SCHEMA,
    ];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions