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.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: mue.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Cache-Control" content="public" /> <link rel="canonical" href="https://mue.com" /> <link rel="apple-touch-icon" sizes="180x180" href="https://mue.com/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://mue.com/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="256x256" href="https://mue.com/android-chrome-256x256.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://mue.com/favicon-16x16.png"> <link rel="mask-icon" href="https://mue.com/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#e3e3e3" media="(prefers-color-scheme: light)"> <meta name="theme-color" content="#1c1c1c" media="(prefers-color-scheme: dark)"> <title>mue - digital logistics</title> <link rel="shortcut icon" href="/favicon.ico" /> <style> body{ text-align:center; width: 100vw; height: 100vh; background-size: cover;background:#e3e3e3;background-color:#e3e3e3;color:#999;} .wrapper{display: table; position: absolute;top: 0;left: 0; height: 100%; width: 100%;} .centerize{ display:table-cell; vertical-align:middle; font-size:0px;} .content{ width: 600px; height: auto; display:inline-block; float: none; white-space: normal; } .date{font-size:1.5vw; font-family: sans-serif; color:#7e7e7e; margin:30px; padding:0px;} .mue{width:100%;height:auto;max-width:600px;content:url("/images/mue_l.png");} @media (prefers-color-scheme: light){ body{background:#e3e3e3;background-color:#e3e3e3;color:#999;} .date{color:#7e7e7e; margin:30px; padding:0px;} .mue{content:url("/images/mue_l.png");} } @media (prefers-color-scheme: dark){ body{background:#1c1c1c;background-color:#1c1c1c;color:#fff;} .date{color:#7e7e7e; margin:30px; padding:0px;} .mue{content:url("/images/mue_d.png");} } </style> </head> <body> <main class="wrapper"> <div class="centerize"> <div class="content"> <img class="mue"/> <div class="date"> <p id="t1"></p> </div> </stuff> </div> </main> </body> <script> var date = new Date(); var today = (date.getMonth()+1) + '/' + date.getDate() + '/' + date.getFullYear(); document.getElementById("t1").innerHTML = "updated: " + today; </script> </html>