github.com/amanya/packer@v0.12.1-0.20161117214323-902ac5ab2eb6/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>