15 lines
388 B
HTML
15 lines
388 B
HTML
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Product",
|
|
"name": "Packer",
|
|
"alternateName": "Packer by HashiCorp",
|
|
"manufacturer": "HashiCorp",
|
|
"url": "https://www.packer.io",
|
|
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
|
|
"sameAs": [
|
|
"https://github.com/mitchellh/packer"
|
|
]
|
|
}
|
|
</script>
|