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 - ufffu.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: close
Content-Length: 0
Server: Varnish
Retry-After: 0
Location: https://ufffu.com/
Accept-Ranges: bytes
Date: Tue, 27 May 2025 17:21:05 GMT
X-Served-By: cache-hel1410031-HEL
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1748366466.527972,VS0,VE0
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
cache-control: max-age=3600
content-type: text/html; charset=utf-8
etag: "4b599888ce03446fad96dbd4b2a006ac70b6442facbaf62ee67e5967f995877f"
last-modified: Sun, 11 May 2025 13:47:27 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Tue, 27 May 2025 17:21:05 GMT
x-served-by: cache-hel1410034-HEL
x-cache: MISS
x-cache-hits: 0
x-timer: S1748366466.570604,VS0,VE176
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 5403

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

http durum kodu 301, 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: ufffu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Ufffu</title>
  <link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap" rel="stylesheet">
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Baloo 2', cursive;
      background: linear-gradient(135deg, #fff0f0, #fffbe0);
      color: #2b2b2b;
      overflow-x: hidden;
    }

    header {
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: radial-gradient(circle at center, #ff5757, #ff9999);
      color: white;
      text-align: center;
      padding: 2rem;
    }

    header h1 {
      font-size: 4rem;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    }

    header p {
      font-size: 1.5rem;
      max-width: 600px;
      line-height: 1.6;
    }

    .steam {
      position: absolute;
      top: 20%;
      width: 250px;
      height: 250px;
      background: url('ufffu.png') no-repeat center/contain;
      animation: float 6s ease-in-out infinite;
      opacity: 0.2;
    }

    @keyframes float {
      0% { transform: translateY(0); opacity: 0.5; }
      50% { transform: translateY(-30px); opacity: 1; }
      100% { transform: translateY(0); opacity: 0.5; }
    }

    section.intro {
      padding: 4rem 2rem;
      max-width: 800px;
      margin: auto;
      text-align: center;
    }

    section.intro h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    section.intro p {
      font-size: 1.2rem;
      line-height: 1.8;
    }

    .mood-strip {
      background-color: #ffeded;
      padding: 3rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .mood-strip h3 {
      font-size: 2rem;
    }

    .mood-strip div {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .mood {
      background-color: white;
      border-radius: 50px;
      padding: 0.8rem 1.5rem;
      font-size: 1.1rem;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .mood:hover {
      transform: scale(1.05);
      background-color: #fff2f2;
    }

    footer {
      background-color: #ff4d4d;
      color: white;
      padding: 2rem;
      text-align: center;
    }

    @media (max-width: 600px) {
      header h1 {
        font-size: 2.5rem;
      }
      header p {
        font-size: 1.1rem;
      }
      section.intro h2 {
        font-size: 2rem;
      }
    }
  </style>
</head>
<body>
  <header>
    <div class="steam">
    </div>
    
    <p>That sound you make when the food is too hot to eat – that's UFFFU. A name inspired by every bite that’s worth blowing on.</p>
  </header>

  <section class="intro">
    <h2>We Just Got Started</h2>
    <p>We’re not here with long menus or loud promotions. Just a cozy place where the food is hot, and the vibe is hotter. UFFFU is that first breath you take before tasting something unforgettable. Come experience it your way.</p>
  </section>

  <section class="mood-strip">
    <h3>What UFFFU Feels Like...</h3>
    <div>
      <div class="mood">🔥 Sizzling Silence</div>
      <div class="mood">🍛 First Bite Heat</div>
      <div class="mood">💨 That Little Blow</div>
      <div class="mood">🫢 Tongue Dance</div>
      <div class="mood">🥵 Nostalgia in Steam</div>
    </div>
  </section>

  <section class="product-highlight" style="background: #fffbe9; padding: 4rem 2rem; text-align: center;">
    <h2 style="font-size: 2.5rem; margin-bottom: 1rem;">Now Serving More Than Just Heat</h2>
    <p style="font-size: 1.2rem; max-width: 700px; margin: 0 auto 2rem;">
      Introducing our all-new line of UFFFU Chilli Powder and Masalas – small in size, mighty in flavor.
      Whether you're cooking a feast or just adding a kick to your favorite snack, we've got the sachet for you.
    </p>
    
    <div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 2rem;">
      <div style="background: white; border-radius: 1rem; box-shadow: 0 5px 15px rgba(0,0,0,0.1); max-width: 250px; padding: 1.5rem;">
        <img src="chillipowder.png" alt="UFFFU Chilli Powder" style="width: 100%; border-radius: 0.5rem;">
        <h3 style="margin-top: 1rem; font-size: 1.3rem;">UFFFU Chilli Powder</h3>
        <p style="font-size: 1rem; color: #444;">Bold, vibrant, and freshly ground – made for moments that sizzle.</p>
      </div>
  
      <div style="background: white; border-radius: 1rem; box-shadow: 0 5px 15px rgba(0,0,0,0.1); max-width: 250px; padding: 1.5rem;">
        <img src="chickenmasala.png" alt="UFFFU Chicken Masala" style="width: 100%; border-radius: 0.5rem;">
        <h3 style="margin-top: 1rem; font-size: 1.3rem;">UFFFU Chicken Masala</h3>
        <p style="font-size: 1rem; color: #444;">The spice mix that brings the heat and the harmony to every chicken dish.</p>
      </div>
    </div>
  </section>
  

  <footer>
    <p>UFFFU &copy; 2025 — A bite worth blowing on.</p>
    <p>📞 Call us: <a href="tel:+919501867819" style="color: white; text-decoration: underline;">+91 95018 67819</a></p>
  </footer>
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: UFFFU.COM
Registry Domain ID: 2982325639_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-05-10T18:48:15Z
Creation Date: 2025-05-10T18:48:14Z
Registry Expiry Date: 2026-05-10T18:48:14Z
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: NS51.DOMAINCONTROL.COM
Name Server: NS52.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-27T17:20:52Z <<<
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