notebook/app/views/characters/_meta.html.erb
2016-10-14 23:34:59 +02:00

10 lines
227 B
Plaintext

<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>