mehmetakcay adlı üyeden alıntı: mesajı görüntüle
Schema yapilarini kullanin hocam. Özellikle breadcrumb yapisi
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "test",
      "item": "test"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "test",
      "item": "test"
    }
  ]
}
</script>
bunun gibimi hocam