fix: update JSON-LD schema and trust seal links for accuracy

This commit is contained in:
hamed
2026-07-10 09:33:20 +03:30
parent 7f9ef282c0
commit 9d2023a72f
+3 -3
View File
@@ -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);