Add structured data

This commit is contained in:
Seth Vargo 2016-01-24 13:44:21 -05:00
parent b17a0b30b6
commit 77fe454c9d
2 changed files with 18 additions and 0 deletions

BIN
website/source/assets/images/logo_large.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -57,5 +57,20 @@ window.onload = function(){
<%= javascript_include_tag "application" %>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Nomad",
"alternateName": "Nomad by HashiCorp",
"manufacturer": "HashiCorp",
"url": "https://www.nomadproject.io",
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
"sameAs": [
"https://github.com/hashicorp/nomad"
]
}
</script>
</body>
</html>