Add structured data

This commit is contained in:
Seth Vargo 2016-01-24 13:01:44 -05:00
parent 57afddc43b
commit 1ae499670e
2 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -69,5 +69,20 @@ window.onload = function(){
APP.initialize();
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Vagrant",
"alternateName": "Vagrant by HashiCorp",
"manufacturer": "HashiCorp",
"url": "https://www.vagrantup.com",
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
"sameAs": [
"https://github.com/mitchellh/vagrant"
]
}
</script>
</body>
</html>