MERHABA. Bir WordPress + Woo Commerce web sitem/mağazam var ve Google’ın yakın zamanda robots.txt dosyasının tarayıcıyı engellediğini söyleyerek onu dizine eklemeyi bıraktığını fark ettim. Bu benim robots.txt’im. Neyi yanlış yapıyorum? Birisi yardım edebilir mi?

User-agent: *

# Block unwanted bots
User-agent: GPTBot
Disallow: /

User-agent: ChatGPT-User
Disallow: /

User-agent: CCBot
Disallow: /

# Block products with no category
User-agent: *
Disallow: /categoria-produto/sem-categoria/

# Block WordPress admin
Disallow: /wp-admin/
Disallow: /wp-login.php

# Block checkout and cart pages
Disallow: /cart/
Disallow: /checkout/
Disallow: /my-account/

# Block irrelevant ecommerce parameters
Disallow: /*?add-to-cart=
Disallow: /*?orderby=
Disallow: /*?filter_
Disallow: /*?rating=
Disallow: /*?s=
Disallow: /*?page=

TIA!