File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/views/site/components/richSnippets.blade.php
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
@foreach($breadcrumbList as $breadcrumbItem)
{
"@type": "ListItem",
"position": {{$loop->iteration}},
"name": "{{ $breadcrumbItem->name }}",
"item": "{{ $breadcrumbItem->route }}"
}@if(!$loop->last),@endif
@endforeach
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name" : "{{ config('site.company.name') }}",
"url": "{{ request()->root() }}",
"potentialAction": {
"@type": "SearchAction",
"target": "{{ localized_route('search.show') }}?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>