forked from a1gard/xshop
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
432 B
PHTML
16 lines
432 B
PHTML
@section('jsonld')
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "WebSite",
|
|
"url": "https://shop.ir/",
|
|
"name": "{{\SEOMeta::getTitle()}}",
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "gold"
|
|
},
|
|
"description": "{{\SEOMeta::getTitle()}}"
|
|
}
|
|
</script>
|
|
@endsection
|