fix: update JSON-LD schema and trust seal links for accuracy
This commit is contained in:
@@ -24,38 +24,38 @@
|
|||||||
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@graph": [
|
"@graph": [
|
||||||
{
|
{
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"@id": "{{ base }}/#org",
|
"@id": "{{ base }}/#org",
|
||||||
"name": "کلینیک پرو",
|
"name": "کلینیک پرو",
|
||||||
"url": "{{ base }}/",
|
"url": "{{ base }}/",
|
||||||
"logo": "{{ base }}/icons/icon-512.png",
|
"logo": "{{ base }}/icons/icon-512.png",
|
||||||
"contactPoint": {
|
"contactPoint": {
|
||||||
"@type": "ContactPoint",
|
"@type": "ContactPoint",
|
||||||
"telephone": "+98-74-91012178",
|
"telephone": "+98-74-91012178",
|
||||||
"contactType": "customer support",
|
"contactType": "customer support",
|
||||||
"areaServed": "IR",
|
"areaServed": "IR",
|
||||||
"availableLanguage": "fa"
|
"availableLanguage": "fa"
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"addressLocality": "یاسوج",
|
"addressLocality": "یاسوج",
|
||||||
"streetAddress": "مهریان، خیابان شهید ستاره شیرازی، خیابان امامزاده احمد، پلاک ۸",
|
"streetAddress": "مهریان، خیابان شهید ستاره شیرازی، خیابان امامزاده احمد، پلاک ۸",
|
||||||
"addressCountry": "IR"
|
"addressCountry": "IR"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
"@id": "{{ base }}/#website",
|
"@id": "{{ base }}/#website",
|
||||||
"url": "{{ base }}/",
|
"url": "{{ base }}/",
|
||||||
"name": "کلینیک پرو",
|
"name": "کلینیک پرو",
|
||||||
"inLanguage": "fa-IR",
|
"inLanguage": "fa-IR",
|
||||||
"publisher": { "@id": "{{ base }}/#org" }
|
"publisher": { "@id": "{{ base }}/#org" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<link rel="preload" href="/fonts/Vazirmatn-Regular.woff2" as="font" type="font/woff2" crossorigin/>
|
<link rel="preload" href="/fonts/Vazirmatn-Regular.woff2" as="font" type="font/woff2" crossorigin/>
|
||||||
<link rel="preload" href="/fonts/Vazirmatn-Bold.woff2" as="font" type="font/woff2" crossorigin/>
|
<link rel="preload" href="/fonts/Vazirmatn-Bold.woff2" as="font" type="font/woff2" crossorigin/>
|
||||||
@@ -940,13 +940,13 @@ return;
|
|||||||
var a = document.createElement('a');
|
var a = document.createElement('a');
|
||||||
a.setAttribute('referrerpolicy', 'origin');
|
a.setAttribute('referrerpolicy', 'origin');
|
||||||
a.target = '_blank';
|
a.target = '_blank';
|
||||||
a.href = 'https://trustseal.enamad.ir/?id=648891&Code=tudyxbILEtrmS2VZHeGr1LfmkrEerqeF';
|
a.href = 'https://trustseal.enamad.ir/?id=755841&Code=8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4';
|
||||||
var img = document.createElement('img');
|
var img = document.createElement('img');
|
||||||
img.setAttribute('referrerpolicy', 'origin');
|
img.setAttribute('referrerpolicy', 'origin');
|
||||||
img.src = 'https://trustseal.enamad.ir/logo.aspx?id=648891&Code=tudyxbILEtrmS2VZHeGr1LfmkrEerqeF';
|
img.src = 'https://trustseal.enamad.ir/logo.aspx?id=755841&Code=8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4';
|
||||||
img.alt = 'نماد اعتماد الکترونیکی';
|
img.alt = 'نماد اعتماد الکترونیکی';
|
||||||
img.style.cursor = 'pointer';
|
img.style.cursor = 'pointer';
|
||||||
img.setAttribute('code', 'tudyxbILEtrmS2VZHeGr1LfmkrEerqeF');
|
img.setAttribute('code', '8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4');
|
||||||
img.loading = 'lazy';
|
img.loading = 'lazy';
|
||||||
a.appendChild(img);
|
a.appendChild(img);
|
||||||
slot.appendChild(a);
|
slot.appendChild(a);
|
||||||
|
|||||||
Reference in New Issue
Block a user