Plugin request: Add some general SEO optimizations
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 8.5k
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
Some meta tags are pretty typical nowadays for SEO optimization and could easily be auto-generated.
### Basic example
```js
export default {
metaInfo: { title: "My super SEO optimized page" }
}
```
could automatically add meta tags for `twitter:title`, `og:title`, etc. Same for "description".
Another example would be the canonical URL:
`` which would be easy to generate using the current route.
### Motivation
SEO optimization is important for many and at least useful for almost everyone else. It is also not hurting anyone to have it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.