github.com/victortrac/packer@v0.7.6-0.20160602180447-63c7fdb6e41f/website/source/layouts/structured_data.html (about) 1 <script type="application/ld+json"> 2 { 3 "@context": "http://schema.org", 4 "@type": "Product", 5 "name": "Packer", 6 "alternateName": "Packer by HashiCorp", 7 "manufacturer": "HashiCorp", 8 "url": "https://www.packer.io", 9 "logo": "<%= File.join(base_url, image_path("logo_large.png")) %>", 10 "sameAs": [ 11 "https://github.com/mitchellh/packer" 12 ] 13 } 14 </script>