mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Add structured data
This commit is contained in:
parent
35adb391a2
commit
40707934d2
BIN
website/source/assets/images/logo_large.png
Normal file
BIN
website/source/assets/images/logo_large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -4,7 +4,7 @@
|
||||
<div class="col-xs-12">
|
||||
<% if current_page.url != '/' %>
|
||||
<div class="edit-page-link"><a href="<%= github_url :current_page %>">Edit this page</a></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<div>
|
||||
<ul class="main-links white nav navbar-nav">
|
||||
<li><a href="/intro/index.html">Intro</a></li>
|
||||
@ -76,5 +76,20 @@ window.onload = function(){
|
||||
APP.initialize();
|
||||
</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>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user