Ben yüksek bir 7 figür parça mağazası için ticaret yöneticiyim. Google Merchant’ta listelenen yaklaşık 9000 ürünümüz var, hepsi otomatik olarak MicroData web sitelerinden.
Ancak, ürünlerimizin yarısı onaylanmamıştır, çünkü aslında olmasa bile kullanılabilirlik eksiktir. Zengin sonuç test cihazında görebiliyorum ve Google arama konsolundayken görebiliyorum.
Birisi bunu düzeltmeme yardım edebilirse, memnuniyetle ödeyeceğim.
JavaScript’i sayfadaki mikro veriyi okumak ve JSON şemasını enjekte etmek için kullanmalı mıyım?
It’s pretty common. GMC is overzealous about proper Schema. In fact, now that I think about it, every case we’ve had with GMC was for this exact reason; I can’t recall any other type of issue. The problem was always the incorrect use of microdata.
Anyway, **do not even think of injecting it with JS**. That’s the worst approach and could possible kill your website for months. Just tse the correct schema and make sure it loads without any user interaction (e.g., CSR), and you should be fine.