Add structured data
This commit is contained in:
parent
57afddc43b
commit
1ae499670e
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue