ludoviclefevre/hexo-helper-seo-structured-data

View on GitHub
views/website.ejs

Summary

Maintainability
Test Coverage
<script type="application/ld+json">
  {
    "@context" : "http://schema.org",
    "@type" : "WebSite",
    "name" : "<%= name %>",
    "url" : "<%= url %>"
  }
</script>