301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
200 status code 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.
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: cm5.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 http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cm5.com domain name is for sale. Inquire now.</title> <meta name="description" content="cm5.com is available for purchase. Get in touch to discuss the possibilities!"> <!-- FAVICON --> <link rel="icon" type="image/png" href="img/y.png"> <base href="https://www.cm5.com/"> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Font Awesome --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/page_specific/landing_themes/spring/style.css"> <link rel="stylesheet" href="css/page_specific/landing_themes/loading_spinner.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <!--<script type="text/javascript" src="js/jquery.js"></script>--> <script src="js/jquery.fittext.js"></script> <!--<script src="js/scroll-startstop.events.jquery.js" type="text/javascript"></script>--> <!-- Google recaptcha --> <script src='https://www.google.com/recaptcha/api.js'></script> <!-- Efty infrastructure UA --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-51651642-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-51651642-1'); </script> <!-- ./Efty infrastructure UA --> <!-- /Efty user GA4 / UA --> <!-- /Efty user GA4 / UA --> <script src="https://www.cm5.com/odf/js/odf.js"></script><script>Odf.set('website_base_url', 'https://www.cm5.com/');$(document).ready(function() {Odf.init();});</script> </head><body> <!-- www.efty.com for sale theme 'SPRING' --> <div id="preloader"> <div id="status"> <div class="spinner"> <div class="spinner-wrapper"> <div class="rotator"> <div class="inner-spin"></div> <div class="inner-spin"></div> </div> </div> </div> </div> </div> <div class="row content"> <div class="container"> <div class="row"> <div class="col-md-offset-1 col-md-4 col-sm-6"> <img src="img/landing_themes/spring/logo.png" class="img-responsive logo" alt="logo"> </div> </div> <br><br> <div class="row"> <div class="col-md-offset-1 col-md-10"> <h1 class="rb webtitle" id="fittext1">cm5.com</h1> <br><br> </div> <div class="col-md-offset-1 col-md-6 col-sm-6"> <p class="tesh"> This premium domain name is available for purchase! </p> <br><br> <ul class="bulletsul"> <li>Your domain name is your identity on the Internet</li> <li>Establish instant trust and credibility with customers</li> <li>Premium domain names appreciate in value over time</li> <li>Boost your business and invest in the right domain name</li> </ul> <br><br> </div> <div class="col-md-4 col-sm-6"> <div class="row formbox"> <div class="makean"> <h2 class="rb tac">Make an Offer</h2> <div class="formrow"> <form action="routes/ajax_actions/landing_themes/add_inquiry_cap.ajaxa.php" method="post" class="odf_ajax" data-target="form_feedback" autocomplete="off"> <input type="hidden" name="domain_id" value="3842288"> <input type="hidden" name="user_id" value="12237"> <div id="form_feedback"> </div> <input type="text" placeholder="Name" name="name" autocomplete="off"> <input type="text" placeholder="Email" name="email" autocomplete="off"> <input type="text" placeholder="Phone" name="phone" autocomplete="off"> <input type="text" placeholder="Postal" name="postal" class="hide_cap" value="" autocomplete="off"> <input class="numeric" type="text" placeholder="Offer (minimum: USD 1950.00)" name="offer" autocomplete="off"> <textarea name="message" cols="30" rows="5" placeholder="Message" autocomplete="off"></textarea> <div class="g-recaptcha" data-sitekey="6LfLJxMTAAAAACSYGZUH0OCGhnoq50xexhkAGCe7" style=""></div><br> <input type="submit" value="send offer" class="rb"> </form> </div> </div> </div> <br> </div> </div> </div> </div> <div class="row cdet"> <p class="tac rb">Contact Details</p> </div> <div class="row footer"> <div class="container"> <div class="col-lg-3 col-sm-4 col-md-3"> <table> <tr> <td> <img src="img/landing_themes/spring/envelope.png" alt="Email ID"> </td> <td> <a href="mailto:[email protected]">[email protected]</a> </td> </tr> </table> </div> <div class="col-lg-3 col-sm-4 col-md-3"> <table class="socialicons"> <tr> </tr> </table> </div> </div> </div> <script> // Show preloader when Escrow BIN button is pressed $( document ).ready(function() { $( '#escrow_pay, input[type="submit"], #bin_dan' ).click(function() { $('div#preloader').show(); $('div#preloader').fadeTo( 0, 0.8); $('div#preloader #status').show(); }); $( document ).ajaxComplete(function() { $('div#preloader').hide(); $('div#preloader #status').hide(); }); }); </script> <script type="text/javascript"> $("#fittext1").fitText(1.4); $("#fittext2").fitText(2); $("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' }); </script> </body><div id="stat_div" style="display:none;"></div> <script> $( document ).ready(function() { Odf.ajax.get('https://www.cm5.com/ajax/visitors/create/', 'div#stat_div', { domain_id: '3842288' }); }); </script>