mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 09:12:24 +02:00
feat(blog): Add frontMatter.title_meta
to override title for SEO (#10586)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
5c1ce0137c
commit
5cf2c39836
5 changed files with 23 additions and 1 deletions
|
@ -143,6 +143,11 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
* @see {@link BlogPostMetadata.title}
|
||||
*/
|
||||
title?: string;
|
||||
/**
|
||||
* Will be used for SEO page metadata and override BlogPostMetadata.title.
|
||||
* @see {@link BlogPostMetadata.title_meta}
|
||||
*/
|
||||
title_meta?: string;
|
||||
/**
|
||||
* Will override the default excerpt.
|
||||
* @see {@link BlogPostMetadata.description}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue