
Yanlış Değer Türü @id Nedir?
9
●142
- 18-08-2023, 02:04:29Hata veren sayfayı özelden gönderirseniz veya buradan json ld formatında yapılandırılmış verinizi yazarsanız çözümleyebilirim.
ek olarak aşağıdaki linkten test yapıp kendiniz de çözümleyebilirsiniz:
https://search.google.com/test/rich-results?hl=tr - 18-08-2023, 02:11:28
- 18-08-2023, 03:08:30Kaynak kodundaki breadcrumb json:
{ "@context": "https://schema.org/", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "name": "Home", "@id": "https://example.com" } }, { "@type": "ListItem", "position": 2, "item": { "name": "Blog", "@id": "https://example.com/blog/" } }, { "@type": "ListItem", "position": 3, "item": { "name": "terms", "@id": { "Hair": "https://example.com/hair/" } } }, { "@type": "ListItem", "position": 4, "item": { "name": "Bla bla", "@id": "https://example.com/bla-bla/" } } ] }olması gereken:
{ { "@context": "https://schema.org/", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "name": "Home", "@id": "https://example.com" } }, { "@type": "ListItem", "position": 2, "item": { "name": "Blog", "@id": "https://example.com/blog/" } }, { "@type": "ListItem", "position": 3, "item": { "name": "terms", "@id": "https://example.com/hair/" } }, { "@type": "ListItem", "position": 4, "item": { "name": "Bla Bla", "@id": "https://example.com/bla-bla/" } } ] }terms item'da problem var. karşılaştırabilirsiniz - 18-08-2023, 04:27:14Sitede herhangi bir şey yapmadan aniden geldi bu problem anlamsız şekilde. Evet, olması gerekenden farklı, buna etken olan eklenti veya ayar var mıdır?brown adlı üyeden alıntı: mesajı görüntüle
- 18-08-2023, 04:27:36Bu arada arkadaşımıza ilgisinden dolayı teşekkür ederim.brown adlı üyeden alıntı: mesajı görüntüle
- 18-08-2023, 18:33:03RankMath ayarları ile ilgili, araştırmanızı bu yönde yapabilirsiniz.Uxicerik adlı üyeden alıntı: mesajı görüntüle
- 18-08-2023, 23:18:58Rank Math'ı sildim, farklı bir seo eklentisi yükledim problem devam ediyor.brown adlı üyeden alıntı: mesajı görüntüle

