Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at adding social headers #20

Merged
merged 3 commits into from
May 1, 2019

Conversation

bmann
Copy link
Contributor

@bmann bmann commented Apr 30, 2019

Addresses #6

Adds basic OGP / Twitter metadata. Uses the image on the front page, which maybe doesn't read the best.

Probably should install this plugin and configure defaults https://github.com/lorisleiva/vuepress-plugin-seo

@jjmstark jjmstark requested a review from alancwoo April 30, 2019 21:00
['link', {rel: 'icon', type: 'image/png', href: 'favicon.png'}],
['meta', { name: 'twitter:site', content: '@Ethereum' }],
['meta', { name: 'twitter:creator', content: '@Ethereum' }],
['meta', { property: 'og:type', content: 'article' }],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be set to "website" not "article"

@alancwoo alancwoo merged commit 9afbde7 into ethereum:master May 1, 2019
@alancwoo
Copy link
Contributor

alancwoo commented May 1, 2019

Thanks @bmann ! I imagine down the road if we want more heavy SEO we could go with something like https://github.com/nuxt/vue-meta which would work well with vuepress as well!

@bmann
Copy link
Contributor Author

bmann commented May 1, 2019

@alancwoo I found a vuepress specific one https://github.com/lorisleiva/vuepress-plugin-seo

Likely each page / section needs proper metadata, which looks like it can be added in Markdown front matter. I’ll come back to this later and experiment.

TylerAPfledderer referenced this pull request in TylerAPfledderer/ethereum-org-website Oct 27, 2023
feat: Breadcrumbs & get last update date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants