Breadcrumb Schema Üreteci
Sayfa yolu (breadcrumb) için BreadcrumbList şeması oluşturun.
100% Gizlilik Garantisi
Dosyalarınız sunucuya gönderilmez — tüm işlemler tarayıcınızda gerçekleşir
Breadcrumb Items
NameURL
1.
2.
Ana Sayfa
JSON-LD Output
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Ana Sayfa",
"item": "https://siteniz.com"
}
]
}Add this code inside the <script type="application/ld+json"> tag on your page.
Bu Aracı Puanlayın
Bir yıldıza tıklayarak puanlayın
Sıkça Sorulan Sorular
What does Breadcrumb schema do?
In Google search results, it shows the readable page path (Home > Category > Product) instead of the page URL.
Should I add a URL to the last item?
The last item is usually the current page; adding a URL is not required but recommended.
How many items can I add?
You can add a maximum of 8 breadcrumb items with this tool.