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

Add common metatags to blog pages #26

Open
granicz opened this issue Feb 9, 2021 · 0 comments
Open

Add common metatags to blog pages #26

granicz opened this issue Feb 9, 2021 · 0 comments
Assignees

Comments

@granicz
Copy link
Member

granicz commented Feb 9, 2021

It's always nice if blog URLs pasted to social sites render nicely. For instance, the WebSharper blog has the following metatags:

  <meta property="og:title" content="How to organize several Bolero pages" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://forums.websharper.com/topic/86268" />
  <meta property="og:image" content="https://forums.websharper.com/img/theader.jpg" />
  <meta property="og:description" content="What would be the best way to organize several pages that use Bolero. Should we have a shared _bin directory? " />
  <meta name="twitter:card" content="summary" />
  <meta name="twitter:site" content="@websharper" />
  <meta name="twitter:title" content="How to organize several Bolero pages" />
  <meta name="twitter:description" content="What would be the best way to organize several pages that use Bolero. Should we have a shared _bin directory? " />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant