Add structured data

This commit is contained in:
Seth Vargo 2016-01-24 13:32:35 -05:00
parent 1e99ff6c44
commit eeb80e06b7
2 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View File

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