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.
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: mnq.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1"><title> M+Q Group </title><meta name="description" content="M+Q Granit was founded in Switzerland in June 1932 as a company specializing in the trading of marble and quartzite." /><meta name="keywords" content="blocks" /><link href="default.css" rel="stylesheet" type="text/css" /><link href="favicon.ico" rel="shortcut icon" /> <script type="text/javascript"> <!-- document.write("<style type='text/css'>#thephoto {visibility:hidden;}</style>"); function initImage() { imageId = 'thephoto'; image = document.getElementById(imageId); setOpacity(image, 0); image.style.visibility = "visible"; fadeIn(imageId, 0); } function fadeIn(objId, opacity) { if (document.getElementById) { obj = document.getElementById(objId); if (opacity <= 100) { setOpacity(obj, opacity); opacity += 10; window.setTimeout("fadeIn('" + objId + "'," + opacity + ")", 100); } } } function setOpacity(obj, opacity) { opacity = (opacity == 100) ? 99.999 : opacity; // IE/Win obj.style.filter = "alpha(opacity:" + opacity + ")"; // Safari<1.2, Konqueror obj.style.KHTMLOpacity = opacity / 100; // Older Mozilla and Firefox obj.style.MozOpacity = opacity / 100; // Safari 1.2, newer Firefox and Mozilla, CSS3 obj.style.opacity = opacity / 100; } window.onload = function () { initImage() } // --> </script> </head> <body> <form name="form1" method="post" action="./" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTYzNjIwMjAwN2RkNZDB/4yxKeEbKhTVXP8xT3GJ/wxfCKDt3s5fU4zJ1rI=" /> </div> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" /> </div> <div> <table cellpadding="0" cellspacing="0" style="width:100%; height:100%;"> <tr> <td align="center" valign="middle" style="width:100%; height:100%;"> <table cellpadding="0" cellspacing="0" width="800"> <tr> <td align="center" valign="middle" > <img src="images/logo_mq.jpg" alt="" /> </td> </tr> <tr> <td align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <div class="menu"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td><a href=".\ch\about.aspx">Switzerland</a></td> <td><a href=".\it\about.aspx">Italy</a></td> <td><a href=".\cn\about.aspx">China</a></td> <td><a href="https://mqpolska.pl/">Poland</a></td> <td><a href=".\es\about.aspx">Spain</a></td> <td><a href=".\us\about.aspx">USA</a></td> </tr> </table> </div> </td> </tr> <tr> <td valign="top" class="content"> <div id="photoholder"> <script type="text/javascript"> <!-- /* Random Image Link Script By Website Abstraction (http://www.wsabstract.com) and Java-scripts.net (http://www.java-scripts.net) */ function random_imglink() { var myimages=new Array(); //specify random images below. You can add more images myimages[1]="images/main.jpg"; myimages[2]="images/main2.jpg"; myimages[3]="images/main3.jpg"; var ry=Math.floor(Math.random()*myimages.length); if (ry==0) ry=1; document.write('<img src="'+myimages[ry] +'" id=thephoto />'); } random_imglink(); //--> </script></div> </td> </tr> <tr> <td class="footer"> <table cellpadding="0" cellspacing="0" width="800"> <tr> <td class="copyright"> <span id="lblFooterLeft">© 2021 Copyright, M+Q AG.</span> </td> <td align="right"> <a href="privacy_statement.aspx">Privacy Policy</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> </form> </body> </html>