Merge pull request #4810 from hashicorp/sethvargo/sdata
Add structured data to website
This commit is contained in:
commit
5f8b0e8b89
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue