Add structured data

This commit is contained in:
Seth Vargo 2016-01-24 13:37:20 -05:00
parent 59fc5d0f8d
commit 64e521a68b
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

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