tool::http-status-detail
404 Not Found
The requested resource could not be found.
ステータスコード
404
名前
Not Found
カテゴリ
4xx詳細説明
HTTP 404 Not Foundは、サーバーがリクエストされたリソースを見つけられないことを示す、最も有名なHTTPエラーコードです。URLが間違っている、リソースが削除された、ルーティング設定に問題がある場合に発生します。SEOの観点では、404が過度に多いとクロールバジェットが浪費され、サイトの品質スコアが低下する可能性があります。
主な原因
- ▸URLにタイプミスがある場合
- ▸リソースが削除されたがリダイレクトが設定されていない場合
- ▸サーバーのルーティング設定が該当パスを処理できない場合
- ▸外部サイトから誤ったURLでリンクされている場合
- ▸ファイルがサーバー上で移動されたが参照が更新されていない場合
解決方法
- 1.URLのスペルが正確か確認してください(大文字小文字の区別に注意)
- 2.削除されたページには301リダイレクトを設定してください
- 3.サーバーのルーティング設定とミドルウェアを確認してください
- 4.Google Search Consoleのクロールエラーレポートで404の一覧を確認してください
- 5.カスタム404ページを作成してユーザー体験を改善してください
関連HTTPヘッダー
Cache-Controlレスポンス例
HTTP/1.1 404 Not Found Content-Type: text/html Cache-Control: no-cache <html><body><h1>404 Not Found</h1><p>The page you requested was not found.</p></body></html>
関連ステータスコード
400Bad RequestThe server could not understand the request due to invalid syntax.→401UnauthorizedAuthentication is required and has failed or not been provided.→402Payment RequiredReserved for future use; some services use it for payment walls.→403ForbiddenThe server refuses to fulfill the request (authenticated but unauthorized).→405Method Not AllowedThe HTTP method is not supported for this resource.→
ad · 300×250
// related tools