mirror of https://github.com/hashicorp/consul
Add structured data
parent
35adb391a2
commit
40707934d2
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -76,5 +76,20 @@ window.onload = function(){
|
||||||
APP.initialize();
|
APP.initialize();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "Product",
|
||||||
|
"name": "Consul",
|
||||||
|
"alternateName": "Consul by HashiCorp",
|
||||||
|
"manufacturer": "HashiCorp",
|
||||||
|
"url": "https://www.consul.io",
|
||||||
|
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
|
||||||
|
"sameAs": [
|
||||||
|
"https://github.com/hashicorp/consul"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue