gridsome / gridsome/gridsome

Plugin request: Add some general SEO optimizations

Open
#331 11 comments 5 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.