Set Social and Search Metadata #30

Closed
opened 2018-04-27 12:39:28 +02:00 by Krisseck · 5 comments
Krisseck commented 2018-04-27 12:39:28 +02:00 (Migrated from github.com)

Metatags, Sitemap, etc.

Metatags, Sitemap, etc.
kauffj commented 2018-05-30 18:05:11 +02:00 (Migrated from github.com)

First task: figure out how site description meta tag as well as open graph images can be set in Markdown

First task: figure out how site description meta tag as well as open graph images can be set in Markdown
Krisseck commented 2018-06-06 14:46:04 +02:00 (Migrated from github.com)

@kauffj It's easy Vuepress documentation has the info: https://vuepress.vuejs.org/guide/markdown.html#front-matter

Basically, at the start of the markdown file you can do:

---
meta:
  - name: description
    content: Description goes here
  - property: og:image
    content: http://thisismyimage.com/image.jpg
---
@kauffj It's easy Vuepress documentation has the info: https://vuepress.vuejs.org/guide/markdown.html#front-matter Basically, at the start of the markdown file you can do: ``` --- meta: - name: description content: Description goes here - property: og:image content: http://thisismyimage.com/image.jpg ---
tzarebczan commented 2018-06-12 18:49:16 +02:00 (Migrated from github.com)

@kauffj is this subsumed by https://github.com/lbryio/lbry.tech/issues/92? Should I create a separate issue for the MD metatags?

I think @jsigwart and Stephen are looking into SEO.

@kauffj is this subsumed by https://github.com/lbryio/lbry.tech/issues/92? Should I create a separate issue for the MD metatags? I think @jsigwart and Stephen are looking into SEO.
kauffj commented 2018-06-12 21:28:28 +02:00 (Migrated from github.com)

#92 is specifically related to header hierarchy on pages. This ticket should not be considered closed until all markdown files are reviewed and appropriate metadata is set.

#92 is specifically related to header hierarchy on pages. This ticket should not be considered closed until all markdown files are reviewed and appropriate metadata is set.
NetOpWibby commented 2018-09-29 00:04:08 +02:00 (Migrated from github.com)

Closed via 7654917466

Closed via https://github.com/lbryio/lbry.tech/commit/7654917466ae1bfdf25414862f2c29aa32763cc9
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#30
No description provided.