embed JSON-LD in HTML page

This commit is contained in:
Babibubebon 2020-01-20 01:27:58 +09:00
parent 1b28249e6c
commit e5991b669b

View file

@ -65,4 +65,8 @@
@endforeach @endforeach
@endforeach @endforeach
</table> </table>
<script type="application/ld+json">
{!! $graph->serialise('jsonld') !!}
</script>
@endsection @endsection