RewriteEngine On # Bot listesi, Googlebot vb. RewriteCond %{HTTP_USER_AGENT} Googlebot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Bingbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Slurp [NC,OR] RewriteCond %{HTTP_USER_AGENT} DuckDuckBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Baiduspider [NC,OR] RewriteCond %{HTTP_USER_AGENT} YandexBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Sogou [NC,OR] RewriteCond %{HTTP_USER_AGENT} Exabot [NC,OR] RewriteCond %{HTTP_USER_AGENT} facebot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ia_archiver [NC,OR] RewriteCond %{HTTP_USER_AGENT} AdsBot-Google [NC,OR] RewriteCond %{HTTP_USER_AGENT} Applebot [NC,OR] RewriteCond %{HTTP_USER_AGENT} LinkedInBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Twitterbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Pinterest [NC,OR] RewriteCond %{HTTP_USER_AGENT} MJ12bot [NC,OR] RewriteCond %{HTTP_USER_AGENT} AhrefsBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} SemrushBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} DotBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} BLEXBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Gigabot [NC,OR] RewriteCond %{HTTP_USER_AGENT} MegaIndex [NC,OR] RewriteCond %{HTTP_USER_AGENT} Yeti [NC,OR] RewriteCond %{HTTP_USER_AGENT} PetalBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} SeznamBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} UptimeRobot [NC,OR] RewriteCond %{HTTP_USER_AGENT} Sitebulb [NC,OR] RewriteCond %{HTTP_USER_AGENT} Google-Structured-Data-Testing-Tool [NC,OR] RewriteCond %{HTTP_USER_AGENT} Google-InspectionTool [NC,OR] RewriteCond %{HTTP_USER_AGENT} Mediapartners-Google [NC,OR] RewriteCond %{HTTP_USER_AGENT} Googlebot-News [NC] RewriteCond %{REQUEST_URI} !^/amp\.php$ [NC] RewriteRule ^.*$ /amp.php [L]