You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
456 B
PHTML

@section('jsonld')
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "{{config('app.url')}}",
"name": "{{\SEOMeta::getTitle()}}",
"author": {
"@type": "Person",
"name": "{{config('app.name')}}",
},
"description": "{{\SEOMeta::getTitle()}}"
}
</script>
@endsection