• 25-03-2023, 19:39:53
    #1
  • 25-03-2023, 19:44:21
    #2
    Regnos.com
    Schema yapilarini kullanin hocam. Özellikle breadcrumb yapisi
  • 25-03-2023, 20:08:18
    #3
    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