ionide / ionide/Waypoint

Documentation generated site, SEO and SOME-sharing

Open
#27 2 comments 0 reactions 0 assignees View on GitHub
documentation enhancement
Dominant language
F#
Stars
73
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Search engine optimisations to improve F#-tooling-awareness.

Besides the current `` The templates should generate the following meta tags content to the page `<header>`, at least descriptions, keywords, etc:

```html
<meta property="og:site_name" content="Product name">
<meta name="description" content="Small description of the project." />
<meta name="keywords" content="fsharp" />
<meta property="og:image" content="http://non-ssl-path-logo.png">
<meta property="og:image:secure_url" content="https://.../logo.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fsharporg" />
<meta name="robots" content="index,follow" />
<meta name="rating" content="general" />
```

I think url-routing is quite ok as it is, but the double-slash could be removed, e.g.:
https://moiraesoftware.github.io/myriad//tutorials/debugging.html

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.