<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Request to Googlebot: Please Slow Down</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #f0f0f0;
        }
        .container {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            max-width: 600px;
        }
        h1 {
            color: #4285F4;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Dear Googlebot,</h1>
        <p>We appreciate your interest in our website and your efforts to index our content. However, we've noticed that your crawling speed is currently quite high.</p>
        <p>We kindly request that you reduce your crawling frequency. This will help us maintain optimal performance for our human visitors while still allowing you to effectively index our site.</p>
        <p>Thank you for your understanding and cooperation. If you have any questions or need to discuss this further, please don't hesitate to contact us.</p>
        <p>Best regards<br></p>
    </div>
</body>
</html>