Recently I’ve found an error on my page, as breadcrumps generated by Newspaper theme are missing last link “@id”: “” – here should be link to my page.
Example site:
https://www.wyborkierowcow.pl/diesel-3-0-r6-m57-bmw-opinie-awarie-usterki-spalanie-i-rozrzad/
Breadcrump code:
{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [{
“@type”: “ListItem”,
“position”: 1,
“item”: {
“@type”: “WebSite”,
“@id”: “https://www.wyborkierowcow.pl/”,
“name”: “Strona główna”
}
},{
“@type”: “ListItem”,
“position”: 2,
“item”: {
“@type”: “WebPage”,
“@id”: “https://www.wyborkierowcow.pl/category/uzywane/”,
“name”: “Używane”
}
},{
“@type”: “ListItem”,
“position”: 3,
“item”: {
“@type”: “WebPage”,
“@id”: “”,
“name”: “Diesel 3.0 R6 M57 (BMW): opinie, awarie, usterki, spalanie i rozrząd”
}
} ]
}
Can you pls help me with fixing it?
Hello,
The last link is useless because it is referring to the article that you are, for example – https://demo.tagdiv.com/newspaper_pro/wordpress-news-magazine-charts-the-most-chic-and-fashionable-women-of-new-york-city/
Thank you!
But please take a look at this site. I think it’s also cereated in Newspaper. And there is a link to final article…
https://rallyandrace.pl/ile-kosztuje-pokazanie-srodkowego-palca-rywalowi-dtm-wystawia-rachunek/
{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [
{
“@type”: “ListItem”,
“position”: 1,
“item”: {
“@type”: “WebSite”,
“@id”: “https://rallyandrace.pl/”,
“name”: “Strona główna”
}
},
{
“@type”: “ListItem”,
“position”: 2,
“item”: {
“@type”: “WebPage”,
“@id”: “https://rallyandrace.pl/kategoria/home/”,
“name”: “Aktualności”
}
}
,{
“@type”: “ListItem”,
“position”: 3,
“item”: {
“@type”: “WebPage”,
“@id”: “https://rallyandrace.pl/ile-kosztuje-pokazanie-srodkowego-palca-rywalowi-dtm-wystawia-rachunek/”,
“name”: “Ile kosztuje pokazanie środkowego palca rywalowi? DTM wystawia rachunek”
}
}
]
}
Hi,
Maybe there is a misunderstanding and you are referring to another element, but the one for bredcrumps – https://i.imgur.com/g2O9ugv.png do not have a link on it on the last element that is the article title – https://i.imgur.com/tymZ8vH.png – https://i.imgur.com/Fx4QGup.png
