Is this a bug report?
Yes (more of a feature request).
It was mentioned in a PR comment (#745 (comment)) that we are missing a <meta name="description" content="" /> tag.
There are probably some other things about the <head /> tag we could add and clean up. Here is a good resource to review:
https://github.com/joshbuchea/HEAD
Yes
Environment
(Docusaurus version via npm outdated docusaurus or yarn outdated docusaurus, OS, Node, npm, yarn)
Steps to Reproduce
- View a site generated with docusaurus
- Confirm there is no
<meta name="description" content="" /> tag
Expected Behavior
- View a site generated with docusaurus
- Confirm there is a
<meta name="description" content="" /> tag
Actual Behavior
N/A
Reproducible Demo
N/A
Is this a bug report?
Yes (more of a feature request).
It was mentioned in a PR comment (#745 (comment)) that we are missing a
<meta name="description" content="" />tag.There are probably some other things about the
<head />tag we could add and clean up. Here is a good resource to review:https://github.com/joshbuchea/HEAD
Have you read the Contributing Guidelines on issues?
Yes
Environment
(Docusaurus version via
npm outdated docusaurusoryarn outdated docusaurus, OS, Node, npm, yarn)Steps to Reproduce
<meta name="description" content="" />tagExpected Behavior
<meta name="description" content="" />tagActual Behavior
N/A
Reproducible Demo
N/A