这是indexloc提供的服务,不要输入任何密码
Skip to content

Add descriptions to docs pages for SEO #576

@jaredpalmer

Description

@jaredpalmer

Describe the feature you'd like to request

Add SEO description to frontmatter each .mdx page in docs/pages. As you can below description and subsequently og:description HTML meta tags are empty at the moment...

CleanShot 2022-01-20 at 10 17 16@2x

Describe the solution you'd like

Add description to MDX frontmatter:

---
title: Some page title
+ description: Some description for search engines
---

The description will then show up on Google and thus need to be SEO-friendly. They should be between 50 and 160 characters. See moz link about descriptions: https://moz.com/learn/seo/meta-description

Describe alternatives you've considered

N/A

Metadata

Metadata

Assignees

Labels

area: docsImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions