indentlabs/notebook

View on GitHub
app/views/characters/_meta.html.erb

Summary

Maintainability
Test Coverage
<script type="application/ld+json">
<%
  content_jsonld = {
    '@id': character_url,
    '@type': 'http://schema.org/Person',
    'http://schema.org/name': @content.name
  }
%>
<%= content_jsonld.to_json.html_safe %>
</script>