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: n0.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="ja"> <head> <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl + '>m_auth=f4MzDtD8bhMLGRCtXLIpow>m_preview=env-1>m_cookies_win=x'; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WL8BBWQ');</script> <!-- End Google Tag Manager --> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta charset="utf-8"> <meta name="description" content="nodee"> <meta name="format-detection" content="telephone=no"> <title>nodee</title> <meta property="og:locale" content="ja_JP"> <meta property="og:type" content="article"> <meta property="og:title" content="好きな音楽をシェアできる"nodee""> <meta property="og:description" content="好きな音楽をシェアできる"nodee""> <meta property="og:site_name" content="nodee"> <meta property="og:url" content="https://nodee.net"> <meta property="og:image" content="https://nodee.net/images/og_nodee.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="好きな音楽をシェアできる"nodee""> <meta name="twitter:description" content="好きな音楽をシェアできる"nodee""> <meta name="twitter:image" content="https://nodee.net/images/og_nodee.jpg"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://nodee.net/css/reset.css"> <link rel="stylesheet" type="text/css" href="https://nodee.net/js/lity/lity.min.css/"> <link rel="stylesheet" type="text/css" href="https://nodee.net/css/style.css"> <link rel="stylesheet" type="text/css" href="https://nodee.net/css/system.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://nodee.net/js/css_browser_selector.js"></script> <script src="https://nodee.net/js/lity/lity.min.js"></script> <script src="https://nodee.net/js/function.js?231128"></script> <script src="https://nodee.net/js/nodee.js?231128"></script> <link rel="shortcut icon" href="https://nodee.net/favicon.ico"> <link rel="apple-touch-icon" href="https://nodee.net/apple-touch-icon.png"> <link rel="icon" type="image/png" href="https://nodee.net/android-chrome-192x192.png"> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WL8BBWQ>m_auth=f4MzDtD8bhMLGRCtXLIpow>m_preview=env-1>m_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="language" class="meta_data" data-lang="ja"></div> <div class="wrapper"> <div id="main" class="index "> <section class="hero"> <div class="hero_movie"> <video poster="https://nodee.net/images/hero_bg.jpg" webkit-playsinline playsinline muted autoplay loop> <source src="https://nodee.net/movie/hero_movie.mp4" type="video/mp4"> <source src="https://nodee.net/movie/hero_movie.webm" type="video/webm"> </video> </div> <div class="section_inner"> <h1 class="hero_logo"><img src="https://nodee.net/images/logo_nodee.svg" alt="nodee"></h1> <h2 class="hero_catch">好きな音楽のリンクを、SNSでシェアする。</h2> </div> </section> <section class="about"> <div class="section_inner"> <h2>nodeeとは?</h2> <div class="about_cont"> <p>『nodee(ノーディー)』は、音楽を拡散したり共有するために最適な、短縮リンク発行サービスです。</p> <p>『nodee』のシェアページには、紹介したい曲が聴ける各種音楽サービスへのリンクがまとまっているので、共有された相手は普段自分が使っている音楽サービスをクリックするだけでスムーズに音楽を聴き始めることができます。</p> </div> </div> </section> </div> <section class="cta" style="margin-top: auto"> <div class="section_inner"> <h2 class="cta_catch"><span>好きな曲をSNSでシェアしよう!</span></h2> </div> </section> <footer id="footer"> <div class="footer_inner"> <ul class="footer_link"> <li><a href="https://www.crypton.co.jp/cfm/aboutus">運営会社</a></li> <li><a href="https://nodee.net/terms">利用規約</a></li> <li><a href="https://nodee.net/privacy">プライバシーポリシー</a></li> </ul> <p class="copyright">© Crypton Future Media, INC.</p> </div> </footer> </div> </body> </html>