WooCommerce, Rank Math ve WordPress kullanıyorum. Çok fazla yinelenen ürün açıklamam var, bunlardan 900’ünü gösteriyor. Her meta açıklama için bunun için bir çözüm var mı yoksa hepsini tek tek değiştirmem gerekiyor mu?
900 yinelenen meta açıklama sorunumu nasıl düzeltebilirim?
5 Yorum
Yorum Yaz
Yorum yapabilmek için oturum açmalısınız.

There are several options. The easiest and least convoluted is to create a hook in functions.php that adds the first paragraph of teh content to the description field.
Quick fix: Go into Rank Math settings and enable the dynamic meta description variables for products. Something like `%wc_shortdesc% | %sitename%` will auto-generate unique descriptions based on your product’s short description.
If your short descriptions are also duplicates (which they probably are if you have product variants), here’s what worked for me:
Use Rank Math’s bulk edit feature. You can select multiple products and add variables like `%wc_price%`, `%wc_sku%`, or `%sep%` to make them slightly different.
Delete all of them, and Google will write them from your product descriptions – and per search intent.
It doesnt really matter
Why? Google changes them about 70% of the time anyway.