Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - eqbot.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 19:01:41 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://eqbot.com/

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://eqbot.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 19:01:41 GMT
Content-Type: text/html
Content-Length: 14088
Connection: keep-alive
Last-Modified: Sat, 22 Apr 2023 05:05:34 GMT
ETag: "64436b1e-3708"
Accept-Ranges: bytes
Strict-Transport-Security: max-age=31536000

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: eqbot.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html lang="en"><head>
  <meta name="description" content="I am a robot who tweets about earthquakes as they happen.">
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <title>EQBOT - Quake Tweets</title>
  <meta name="viewport" content="width=device-width">
  <link rel="shortcut icon" href="favicon.ico">

  <style type="text/css">
    @media all {
      html {
        color: #333;
        padding-bottom: 50px;
      }
      body {
        margin: 10px 2px 0px 2px;
        text-align: center;
      }
      #wrap {
        background-color: white;
        font-family: "Georgia";
        margin: 0 auto;
        text-align: left;
        width: 860px;
      }
      a {
        color: #398BCD;
        text-decoration: underline;
      }
      a:hover {
        text-decoration: none;
      }
      a:visited {
        text-decoration: underline;
      }
      h1 {
        background-repeat: no-repeat;
        color: #434343;
        font-size: 4.5em;
        font-weight: normal;
        margin: 0 0 0 0;
        position: relative;
      }
      .highlight {
        color: #8DBC36;
        letter-spacing: .05em;
      }
      .lighten {
        font-weight: normal;
      }
      #shoutOut {
        font-size: 1.5em; 
        line-height: 1.5em;
        padding: 20px 0px 20px 0px;
      }
      #one, #two, #three {
        float: left;
        margin: 10px 15px 0px 0px;
        text-align: center;
        width: 415px;
      } 
      #twitter {
        font-size: 85%;
        list-style: none;
      }
      .twitterBox {
        background-color: #E3EEF0;
        font-size: 1.2em;
        margin: 12px 0px 15px 0px;
        padding: 10px 10px 10px 10px;
        text-align: left;
      }
      .twitterLink {
        font-size: 1.5em;
        font-weight: bold;
      }
      #kern1 {
        letter-spacing: -7px;
      }
      #kern2 {
        letter-spacing: -9px;
      } 
      .mapHeadline {
        font-size: 1.5em;
        font-weight: bold;
      }
      #bots {
        font-family: "courier new";
        font-size: 1em;
      }
      .fb-like-wrapper {
        float: right;
        height: 50px;
        overflow: hidden;
        width: 75px;
      }
      #attribution {
        clear: left;
        color: #A4A4A4;
        font-size: .8em;
        line-height: 2em;
        margin: 0 0 0 10px;
        text-align: left;
      }
      #attribution a {
        color: #A4A4A4;
      }
      img.map {
      	display: block;
      	width: 100%;
      }
    }

    @media all and (min-width: 0px) {
      body {
        margin: 0 0 0 0;
      }
      #wrap {
        width: 400px;
      } 
      h1 {
        position: static;
        right: 0px;
        font-size: 150%;
        text-align: left;
        padding: 0px 10px 0px 10px;
        margin: 0 0 0 0;
        background: none;
        font-weight: normal;
      } 
      #shoutOut {
        font-size: 100%;
        line-height: 120%;
        padding: 10px 10px 0px 10px;
      }
      #kern1 {
        letter-spacing: -1px;
      }
      #kern2 {
        letter-spacing: -1px;
      }
      ul {
        display: list-item;
      }
      li {
        display: list-item;
      }
    }
    
    @media all and (min-width: 870px) {
      body {
        margin: 10px 20px 0px 20px;
      }
      #wrap {
        width: 860px;
      }
      h1 {
        position: relative;
        right: 18px;
        font-size: 450%;
        font-weight: normal;
        padding: 0 0 0 110px;
        margin: 0 0 0 0;
        background-image: url(theRobot.svg);
        background-repeat: no-repeat;
      } 
      #shoutOut {
        font-size: 150%; 
        line-height: 150%;
        padding: 20px 5px 20px 5px;
      }
      #kern1 {
        letter-spacing: -7px;
      }
      #kern2 {
        letter-spacing: -7px;
      }
    }

    @media all and (min-width: 1350px) {
      body {
        margin: 10px 2px 0px 2px;
      }
      #wrap {
        width: 1300px;
      }
      h1 {
        position: relative;
        right: 18px;
        font-size: 450%;
        font-weight: normal;
        padding: 0 0 0 110px;
        margin: 0 0 0 0;
        background-image: url(theRobot.svg);
        background-repeat: no-repeat;
      } 
      #shoutOut {
        font-size: 150%; 
        line-height: 150%;
        padding: 20px 5px 20px 5px;
      }
      #kern1 {
        letter-spacing: -7px;
      }
      #kern2 {
        letter-spacing: -9px;
      }
    }
  
    @media all and (max-device-width: 480px) {
      body {
        margin: 0 0 0 0;
      }
      #wrap {
        width: 100%;
      } 
      h1 {
        position: static;
        right: 0px;
        font-size: 150%;
        text-align: left;
        padding: 0px 10px 0px 10px;
        margin: 0 0 0 0;
        background: none;
        font-weight: normal;
      } 
      #shoutOut {
        font-size: 100%;
        line-height: 120%;
        padding: 10px 10px 0px 10px;
      }
      #kern1 {
        letter-spacing: -1px;
      }
      #kern2 {
        letter-spacing: -1px;
      }
      ul {
        display: list-item;
      }
      li {
        display: list-item;
      }
      #one, #two, #three {
      	width: 100%;
      }
    }

    @media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      body {
        margin: 10px 2px 0px 2px;
      }
      #wrap {
        width: 1300px;
      }
      h1 {
        position: relative;
        right: 18px;
        font-size: 450%;
        font-weight: normal;
        padding: 0 0 0 110px;
        margin: 0 0 0 0;
        background-image: url(theRobot.svg);
        background-repeat: no-repeat;
      } 
      #shoutOut {
        font-size: 150%; 
        line-height: 150%;
        padding: 20px 5px 20px 5px;
      }
      #kern1 {
        letter-spacing: -7px;
      }
      #kern2 {
        letter-spacing: -9px;
      }
    }

    @media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      body {
        margin: 10px 20px 0px 20px;
      }
      #wrap {
        width: 860px;
      }
      h1 {
        position: relative;
        right: 18px;
        font-size: 450%;
        font-weight: normal;
        padding: 0 0 0 110px;
        margin: 0 0 0 0;
        background-image: url(theRobot.svg);
        background-repeat: no-repeat;
      } 
      #shoutOut {
        font-size: 150%; 
        line-height: 150%;
        padding: 20px 5px 20px 5px;
      }
      #kern1 {
        letter-spacing: -7px;
      }
      #kern2 {
        letter-spacing: -7px;
      }
    }
    </style>



  <script charset="utf-8" src="https://platform.twitter.com/js/button.509719336ca39171c37a321231ccaf83.js"></script></head>
  <body>
    <div id="wrap">
      <h1><strong>Hi!</strong> <span class="lighten">I<span id="kern1">’</span>m <span class="highlight">EQBO<span id="kern2">T</span></span></span>.</h1>
      <div id="shoutOut">
        I am a robot who tweets about earthquakes as they happen. <a href="https://www.usgs.gov/" target="_blank">USGS</a> provides my data. <a href="https://www.billsnitzer.com/" target="_blank">Bill Snitzer</a> programmed me.
      </div>
      <div id="bots">
        <span id="one">
          <span class="mapHeadline">Los Angeles Area</span>
          <br>
          <img class="map" src="la_map.gif" alt="Google Map of LA">
          <div class="twitterBox">
            <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.d753e00c3e838c1b2558149bd3f6ecb8.en.html#dnt=false&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=earthquakesLA&amp;show_count=false&amp;show_screen_name=true&amp;size=l&amp;time=1562392606431" data-screen-name="earthquakesLA" style="position: static; visibility: visible; width: 186px; height: 28px;"></iframe>
            <br>
            <span class="twitterLink"><a href="https://twitter.com/earthquakesLA" target="_blank">@earthquakesLA</a></span>
            <br>
            <strong>LA Area Quakes (All)</strong>
            <br>
            <div id="twitter">
              <span id="twitter_update_list_earthquakesLA"></span>
            </div>
          </div>
          <div class="twitterBox">
            <iframe id="twitter-widget-1" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.d753e00c3e838c1b2558149bd3f6ecb8.en.html#dnt=false&amp;id=twitter-widget-1&amp;lang=en&amp;screen_name=bigQuakesLA&amp;show_count=false&amp;show_screen_name=true&amp;size=l&amp;time=1562392606433" data-screen-name="bigQuakesLA" style="position: static; visibility: visible; width: 175px; height: 28px;"></iframe>
            <br>
            <span class="twitterLink"><a href="https://twitter.com/bigQuakesLA" target="_blank">@bigQuakesLA</a></span>
            <br>
            <strong>LA Area Quakes (3.5 Mag +)</strong>
            <br>
            <div id="twitter">
              <span id="twitter_update_list_bigQuakesLA"></span>
            </div>
          </div>
        </span>
        <span id="two">
          <span class="mapHeadline">San Francisco Area</span>
          <br>
          <img class="map" src="sf_map.gif" alt="Google Map of SF">
          <div class="twitterBox">
            <iframe id="twitter-widget-2" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.d753e00c3e838c1b2558149bd3f6ecb8.en.html#dnt=false&amp;id=twitter-widget-2&amp;lang=en&amp;screen_name=earthquakesSF&amp;show_count=false&amp;show_screen_name=true&amp;size=l&amp;time=1562392606436" data-screen-name="earthquakesSF" style="position: static; visibility: visible; width: 186px; height: 28px;"></iframe>
            <br>
            <span class="twitterLink"><a href="https://twitter.com/earthquakesSF" target="_blank">@earthquakesSF</a></span>
            <br>
            <strong>SF Area Quakes (All)</strong>
            <br>
            <div id="twitter">
              <span id="twitter_update_list_earthquakesSF"></span>
            </div>
          </div>
          <div class="twitterBox">
            <iframe id="twitter-widget-3" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.d753e00c3e838c1b2558149bd3f6ecb8.en.html#dnt=false&amp;id=twitter-widget-3&amp;lang=en&amp;screen_name=bigQuakesSF&amp;show_count=false&amp;show_screen_name=true&amp;size=l&amp;time=1562392606438" data-screen-name="bigQuakesSF" style="position: static; visibility: visible; width: 175px; height: 28px;"></iframe>
            <br>
            <span class="twitterLink"><a href="https://twitter.com/bigQuakesSF" target="_blank">@bigQuakesSF</a></span>
            <br>
            <strong>SF Area Quakes (3.5 Mag +)</strong>
            <br>
            <div id="twitter">
              <span id="twitter_update_list_bigQuakesSF"></span>
            </div>
          </div>
        </span>
        <span id="three">
          <span class="mapHeadline">Global</span>
          <br>
          <img class="map" src="world.gif" alt="Google Map of the world">
          <div class="twitterBox">
            <iframe id="twitter-widget-4" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.d753e00c3e838c1b2558149bd3f6ecb8.en.html#dnt=false&amp;id=twitter-widget-4&amp;lang=en&amp;screen_name=earthquakeBot&amp;show_count=false&amp;show_screen_name=true&amp;size=l&amp;time=1562392606440" data-screen-name="earthquakeBot" style="position: static; visibility: visible; width: 184px; height: 28px;"></iframe>
            <br>
            <span class="twitterLink"><a href="https://twitter.com/earthquakeBot" target="_blank">@earthquakeBot</a></span>
            <br>
            <strong>Global Quakes (5.0 Mag +)</strong>
            <br>
            <div id="twitter">
              <span id="twitter_update_list_earthquakeBot"></span>
            </div>
          </div>
        </span>
      </div>
      <br>
      <div id="attribution">Site by <a href="http://www.aaronsnitzer.com/">Aaron Snitzer</a></div>
    </div>
    <script id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script><script async="" src="//www.google-analytics.com/analytics.js"></script><script>
     (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

     ga('create', 'UA-1279385-5', 'eqbot.com');
     ga('send', 'pageview');
   </script>
   <script>
    //twitter follow
    !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
  </script>


<iframe scrolling="no" frameborder="0" allowtransparency="true" src="https://platform.twitter.com/widgets/widget_iframe.d753e00c3e838c1b2558149bd3f6ecb8.html?origin=http%3A%2F%2Feqbot.com" title="Twitter settings iframe" style="display: none;"></iframe><iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" title="Twitter analytics iframe" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;"></iframe></body></html>
                               

Whois info of domain

Domain Name: EQBOT.COM
Registry Domain ID: 1569578299_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-08-20T06:45:54Z
Creation Date: 2009-09-19T07:01:36Z
Registry Expiry Date: 2025-09-19T07:01:36Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T19:01:23Z <<<
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