Merhabalar zamanında iç seo yaptırmıştım bu kodları anasayfama eklemiştik. Kaldırsam bir zararı olur mu? Site ve kategoriye giden linkleri xx olarak belirttim
<script type="application/ld+json">[
   {
      "@context":"https:\/\/schema.org",
      "@graph":[
        
         {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/#navbar-main",
            "name":"Home",
            "url":"https://www.xxx.com/"
         },
                 {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/produkt/xx/#navbar-main",
            "name":"xx",
            "url":"https://www.xxx.com/xx/xx"
         }
         ,        {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/xx#navbar-main",
            "name":"xx",
            "url":"https://www.xxx.com/xx"
         }
         ,        {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/xx/#navbar-main",
            "name":"xx",
            "url":"https://www.xxx.com/produkt/xx"
         }
         ,        {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/xx#navbar-main",
            "name":"xx",
            "url":"https://www.xxx.com/xx"
         }
         ,        {
            "@context":"https:\/\/schema.org",
            "@type":"SiteNavigationElement",
            "@id":"https://www.xxx.com/xx#navbar-main",
            "name":"xx",
            "url":"https://www.xxx.com/xxn"
         }
         ,        
]</script>