• 09-08-2023, 21:41:28
    #1
    Selamlar, son zamanlarda içeriklerde bu problemi alıyoruz. Sebebini tam olarak kavrayamadık, sizce nedir?
  • 18-08-2023, 02:01:40
    #2
    Problem çözülemedi henüz.
  • 18-08-2023, 02:04:29
    #3
    Developer
    Hata 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
    #4
    brown adlı üyeden alıntı: mesajı görüntüle
    Hata 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
    Merhaba, testten 2 kare:




  • 18-08-2023, 03:08:30
    #5
    Developer
    Kaynak 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:14
    #6
    brown adlı üyeden alıntı: mesajı görüntüle
    Kaynak 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
    Sitede 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?
  • 18-08-2023, 04:27:36
    #7
    brown adlı üyeden alıntı: mesajı görüntüle
    Kaynak 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
    Bu arada arkadaşımıza ilgisinden dolayı teşekkür ederim.
  • 18-08-2023, 18:33:03
    #8
    Developer
    Uxicerik adlı üyeden alıntı: mesajı görüntüle
    Sitede 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?
    RankMath ayarları ile ilgili, araştırmanızı bu yönde yapabilirsiniz.
  • 18-08-2023, 23:18:58
    #9
    brown adlı üyeden alıntı: mesajı görüntüle
    RankMath ayarları ile ilgili, araştırmanızı bu yönde yapabilirsiniz.
    Rank Math'ı sildim, farklı bir seo eklentisi yükledim problem devam ediyor.