Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - eai2.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://eai2.com/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Wed, 28 May 2025 22:04:57 GMT
Content-Length: 140
cache-control: max-age=324000
content-type: text/html
last-modified: Mon, 17 Feb 2025 11:25:56 GMT
accept-ranges: bytes
etag: "c6cb62e81db1:0"
server: Microsoft-IIS/10.0
x-powered-by: ASP.NET
x-powered-by-plesk: PleskWin
date: Wed, 28 May 2025 22:04:58 GMT
content-length: 11881

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: eai2.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>EAI Square - AI Agent Creation & LLM Deployment</title>
    <link href="https://cdn.replit.com/agent/bootstrap-agent-dark-theme.min.css" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    <link href="custom.css" rel="stylesheet">
</head>
<body>
    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg navbar-dark fixed-top">
        <div class="container">
            <a class="navbar-brand" href="#"><img src="logo.png" alt="EAI Square Logo"></a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="#features">Features</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#how-it-works">How It Works</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#benefits">Benefits</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#pricing">Pricing</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#contact">Contact</a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <header class="hero-section" style="background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1920');">
        <div class="container h-100">
            <div class="row h-100 align-items-center">
                <div class="col-lg-6">
                    <h1 class="display-4 fw-bold mb-4">Rapidly Prototype and Deploy AI-Powered Products</h1>
                    <p class="lead mb-4">Our AI agent development tool enables product teams to quickly build, test, and deploy custom AI agents without extensive coding. Iterate faster and bring your AI-powered product visions to life.</p>
                    <div class="d-flex gap-3">
                        <a href="#contact" class="btn btn-primary btn-lg">Get Started</a>
                        <a href="#features" class="btn btn-outline-light btn-lg">Learn More</a>
                    </div>
                </div>
            </div>
        </div>
    </header>

    <!-- Features Section -->
    <section id="features" class="py-5">
        <div class="container">
            <h2 class="text-center mb-5">Key Features</h2>
            <div class="row g-4">
                <div class="col-md-4">
                    <div class="feature-card">
                        <i class="fas fa-robot mb-3"></i>
                        <h3>Custom AI Agents</h3>
                        <p>Create tailored AI agents trained on your business data and processes</p>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="feature-card">
                        <i class="fas fa-cloud-upload-alt mb-3"></i>
                        <h3>LLM Deployment</h3>
                        <p>Deploy and manage language models with our simplified infrastructure</p>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="feature-card">
                        <i class="fas fa-chart-line mb-3"></i>
                        <h3>Analytics & Insights</h3>
                        <p>Monitor performance and gather insights from your AI implementations</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- How It Works -->
    <section id="how-it-works" class="py-5 bg-dark">
        <div class="container">
            <h2 class="text-center mb-5">How It Works</h2>
            <div class="row align-items-center">
                <div class="col-lg-6">
                    <img src="https://images.unsplash.com/photo-1485827404703-89b55fcc595e?auto=format&fit=crop&w=1200" alt="AI Visualization" class="img-fluid rounded shadow">
                </div>
                <div class="col-lg-6">
                    <div class="steps-list">
                        <div class="step-item">
                            <span class="step-number">1</span>
                            <h4>Upload Your Data</h4>
                            <p>Securely upload your business data and documentation</p>
                        </div>
                        <div class="step-item">
                            <span class="step-number">2</span>
                            <h4>Configure AI Agent</h4>
                            <p>Customize your AI agent's capabilities and behavior</p>
                        </div>
                        <div class="step-item">
                            <span class="step-number">3</span>
                            <h4>Deploy & Scale</h4>
                            <p>Launch your AI solution and scale as needed</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Benefits Section -->
    <section id="benefits" class="py-5">
        <div class="container">
            <h2 class="text-center mb-5">Business Benefits</h2>
            <div class="row g-4">
                <div class="col-lg-3 col-md-6">
                    <div class="benefit-card">
                        <i class="fas fa-clock mb-3"></i>
                        <h4>Save Time</h4>
                        <p>Automate repetitive tasks and processes</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="benefit-card">
                        <i class="fas fa-dollar-sign mb-3"></i>
                        <h4>Reduce Costs</h4>
                        <p>Lower operational expenses with AI automation</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="benefit-card">
                        <i class="fas fa-chart-bar mb-3"></i>
                        <h4>Increase Efficiency</h4>
                        <p>Optimize workflows and improve productivity</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="benefit-card">
                        <i class="fas fa-users mb-3"></i>
                        <h4>Better Service</h4>
                        <p>Enhance customer experience with AI assistance</p>
                    </div>
                </div>
            </div>
        </div>
    </section>
<section id="pricing" class="py-5">
    <div class="container">
        <h2 class="text-center mb-5">Pricing</h2>
        <div class="row g-4">
            <div class="col-md-6">
                <div class="feature-card pricing-card">
                    <i class="fas fa-box mb-3"></i>
                    <h3>Free Tier</h3>
                    <p>Get started with a limited set of features.  Perfect for exploring the platform.</p>
                    <ul class="list-unstyled">
                        <li><i class="fas fa-check text-success me-2"></i> Limited Agent Creation</li>
                        <li><i class="fas fa-check text-success me-2"></i> Basic LLM Deployment</li>
                        <li><i class="fas fa-times text-danger me-2"></i> Analytics & Insights</li>
                    </ul>
                    <p class="price">Free</p>
                    <a href="#" class="btn btn-primary">Get Started</a>
                </div>
            </div>
            <div class="col-md-6">
                <div class="feature-card pricing-card">
                    <i class="fas fa-gem mb-3"></i>
                    <h3>Pro - $90/agent/month</h3>
                    <p>Unlock the full power of our platform with unlimited agents and advanced features.</p>
                    <ul class="list-unstyled">
                        <li><i class="fas fa-check text-success me-2"></i> Unlimited Agent Creation</li>
                        <li><i class="fas fa-check text-success me-2"></i> Advanced LLM Deployment</li>
                        <li><i class="fas fa-check text-success me-2"></i> Full Analytics & Insights</li>
                        <li><i class="fas fa-check text-success me-2"></i> Dedicated Support</li>
                    </ul>
                    <p class="price">$90/agent/month</p>
                    <a href="#" class="btn btn-primary">Sign Up Now</a>
                </div>
            </div>
        </div>
    </div>
</section>

    <!-- CTA Section -->
    <section class="cta-section py-5" style="background-image: url('https://images.unsplash.com/photo-1579547621869-0ddb5f237392?auto=format&fit=crop&w=1920');">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-lg-8 text-center">
                    <h2 class="mb-4">Ready to Transform Your Business?</h2>
                    <p class="lead mb-4">Join the AI revolution with EAI Square</p>
                    <a href="#contact" class="btn btn-primary btn-lg">Get Started Now</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-5">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-lg-6">
                    <h2 class="text-center mb-4">Contact Us</h2>
                    <form class="contact-form">
                        <div class="mb-3">
                            <input type="text" class="form-control" placeholder="Your Name" required>
                        </div>
                        <div class="mb-3">
                            <input type="email" class="form-control" placeholder="Your Email" required>
                        </div>
                        <div class="mb-3">
                            <textarea class="form-control" rows="4" placeholder="Your Message" required></textarea>
                        </div>
                        <button type="submit" class="btn btn-primary w-100">Send Message</button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="footer py-4 bg-dark">
        <div class="container">
            <div class="row">
                <div class="col-md-6">
                    <p class="mb-0">© 2023 EAI Square. All rights reserved.</p>
                </div>
                <div class="col-md-6 text-md-end">
                    <a href="#" class="text-decoration-none me-3">Privacy Policy</a>
                    <a href="#" class="text-decoration-none">Terms of Service</a>
                </div>
            </div>
        </div>
    </footer>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
    <script src="main.js"></script>
</body>
</html>                               

Alan adının whois bilgisi

Domain Name: EAI2.COM
Registry Domain ID: 1650825163_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2022-09-12T16:45:40Z
Creation Date: 2011-04-14T06:23:54Z
Registry Expiry Date: 2026-04-14T06:23:54Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS33.DOMAINCONTROL.COM
Name Server: NS34.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T22:04:50Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass