github.com/rahart/packer@v0.12.2-0.20161229105310-282bb6ad370f/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>