notebook/app/views/items/_meta.html.erb
2019-05-12 01:51:16 -05:00

10 lines
237 B
Plaintext

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