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 - mnoet.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 02:01:55 GMT
Content-Type: text/html
Content-Length: 795
Connection: keep-alive
location: https://mnoet.com/
platform: hostinger
panel: hpanel
content-security-policy: upgrade-insecure-requests
Server: hcdn
alt-svc: h3=":443"; ma=86400
x-hcdn-request-id: 27785d5fc310e41f87f543b864144a5d-fra-edge2
x-hcdn-cache-status: MISS
x-hcdn-upstream-rt: 0.214
date: Fri, 23 May 2025 02:01:55 GMT
content-type: text/html
vary: Accept-Encoding
last-modified: Mon, 10 Jul 2023 14:06:44 GMT
etag: W/"1314-64ac1074-8b905abb029e4a70;gz"
platform: hostinger
panel: hpanel
content-security-policy: upgrade-insecure-requests
server: hcdn
alt-svc: h3=":443"; ma=86400
x-hcdn-request-id: 8d568611f536d93ed2529236bd6c6d88-fra-edge2
x-hcdn-cache-status: DYNAMIC
x-hcdn-upstream-rt: 0.329

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

301 durum kodu, 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: mnoet.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
	<head>
		<title>MNoet - a boutique research consultancy</title>
		<meta name="author" content="MNoet, LLC">
		<meta name="description" content="Research Consultant">
		<meta name="keywords" content="boutique, research, data, survey, customer, client, journey, marketing, content, thought leadership">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="icon" type="image/png" href="art/MNoet_logo2.png" size="32x32"/>		
		<link rel="stylesheet" href="style/index.css">
		<script src="scripts/w3.js"></script>
		<script src="scripts/index.js"></script>		
</head>

<body style="background-color:#626e60;" onload="nextpage(); start();">

	<div id="header">
		<ul class="header">
			<li class="header"><a href="index.html" class="active"><img src="art/MNoet_logo1.png" height="48px;" width="48px;"></a></li>

			<!--<li class="header"><a href="pages/about.html"><br/><span style="font-size:16px;">About</span><br/><br/></a></li>

			<li class="header"><a href="pages/solutions.html"><br/><span style="font-size:16px;">Solutions</span><br/><br/></a></li>-->

			<li class="header"><a href="pages/resources.html"><br/><span style="font-size:16px;">Resources</span><br/><br/></a></li>

			<!--<li class="header"><a href="pages/contact.html"><br/><span style="font-size:16px;">Contact</span><br/><br/></a></li>-->

			<li id="feedback" class="header" style="display:none;"><a href="pages/surveys/wf001.html"><br/><span style="font-size:16px;">Feedback</span><br/><br/></a></li>
		</ul>    
	</div>	

<div id="outerbox" class="parallax">

	<div id="hold" style="overflow:auto;text-align:center; width:100%; text-align:center; background-color:#ebebed;">
		<br/>
	</div>

	<div id="maincontent" style="overflow:auto;text-align:center; width:100%; text-align:center; background-color:#ebebed;">
		
		<div class="msgbar" style="display:none; text-align:center;">
			<span id="topmsg"><p>MESSAGE</p></span>
		</div>		
					
		<div class="contentSection">			
			<a href="pages/contact.html"><img src="art/index.art/cover1a.png" class="responsive mySlides"/></a>
			<!--<a href="pages/about.html"><img src="art/index.art/cover2a.png" class="responsive mySlides"/></a>
			<a href="pages/solutions.html"><img src="art/index.art/cover3a.png" class="responsive mySlides"/></a>
			<a href="pages/resources.html"><img src="art/index.art/cover4a.png" class="responsive mySlides"/></a>-->
			<script>w3.slideshow(".intro", 11000);</script> 
		</div>

		<br>

		<div style="text-align:center">
<!--		  <span class="dot" onclick="currentSlide(1)"></span> 
		  <span class="dot" onclick="currentSlide(2)"></span> 
		  <span class="dot" onclick="currentSlide(3)"></span> 
		  <span class="dot" onclick="currentSlide(4)"></span> -->
		</div>

<!--
<script>
var slideIndex = 0;
showSlides();
var slides,dots;

function showSlides() {
    var i;
    slides = document.getElementsByClassName("mySlides");
    dots = document.getElementsByClassName("dot");
    for (i = 0; i < slides.length; i++) {
       slides[i].style.display = "none";  
    }	
    slideIndex++;
    if (slideIndex> slides.length) {slideIndex = 1}    
    for (i = 0; i < dots.length; i++) {
        dots[i].className = dots[i].className.replace(" active", "");
    }
    slides[slideIndex-1].style.display = "block";  
    dots[slideIndex-1].className += " active";
    setTimeout(showSlides, 15000); // Change image every 15 seconds
}

function plusSlides(position) {
    slideIndex +=position;
    if (slideIndex> slides.length) {slideIndex = 1}
    else if(slideIndex<1){slideIndex = slides.length}
    for (i = 0; i < slides.length; i++) {
       slides[i].style.display = "none";  
    }
    for (i = 0; i < dots.length; i++) {
        dots[i].className = dots[i].className.replace(" active", "");
    }
    slides[slideIndex-1].style.display = "block";  
    dots[slideIndex-1].className += " active";
}

function currentSlide(index) {
    if (index> slides.length) {index = 1}
    else if(index<1){index = slides.length}
    for (i = 0; i < slides.length; i++) {
       slides[i].style.display = "none";  
    }
    for (i = 0; i < dots.length; i++) {
        dots[i].className = dots[i].className.replace(" active", "");
    }
    slides[index-1].style.display = "block";  
    dots[index-1].className += " active";
}
</script>
-->
			
		<br/>
			
		<div class="msgbar" style="display:none; text-align:center;">
			<span id="bottommsg"><p>--- BOTTOM --- MESSAGE ---</p></span>
		</div>

	</div>
	
<!--footer-->    
	<br class="clearfloat" />

	<div id="footer">
		<span id="copy" style="float: left; font-size:10px;">&#169; 2023, MNoet, LLC.</span>
		<span class="" style="float:right; font-size:10px; margin-right:60px">
			<a href="privacy.html" class="privacy">Privacy Statement</a>
			<div id="SID" style="display:none">test</div>
		</span>
	</div> 

</div>
	</body>
</html>                               

Alan adının whois bilgisi

Domain Name: MNOET.COM
Registry Domain ID: 2492781439_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.hostinger.com
Registrar URL: http://www.hostinger.com
Updated Date: 2023-01-15T14:08:36Z
Creation Date: 2020-02-14T23:13:09Z
Registry Expiry Date: 2026-02-14T23:13:09Z
Registrar: HOSTINGER operations, UAB
Registrar IANA ID: 1636
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +37064503378
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DNS-PARKING.COM
Name Server: NS2.DNS-PARKING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T02:01:38Z <<<
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