tool::http-status-detail
410 Gone
The resource has been permanently deleted and will not return.
상태 코드
410
이름
Gone
카테고리
4xx상세 설명
HTTP 410 Gone은 요청한 리소스가 서버에서 영구적으로 삭제되었으며 다시는 복구되지 않을 것임을 나타냅니다. 404 Not Found와 달리, 리소스가 존재했다가 의도적으로 제거되었음을 명시적으로 알려줍니다. SEO 관점에서 검색 엔진에 해당 URL을 인덱스에서 즉시 제거하도록 신호를 보냅니다.
주요 원인
- ▸사용자가 계정을 완전히 삭제한 경우
- ▸제품이 단종되거나 서비스가 종료된 경우
- ▸콘텐츠 정책 위반으로 게시물이 영구 삭제된 경우
- ▸기간이 만료된 캠페인이나 이벤트 페이지
해결 방법
- 1.410은 의도적인 영구 삭제 응답이므로 별도 수정은 필요 없습니다
- 2.삭제된 리소스로 연결된 내부 링크를 제거하거나 업데이트하세요
- 3.Google Search Console에서 크롤링 오류 보고서를 확인하세요
- 4.관련 대체 리소스가 있다면 301 리다이렉트를 고려하세요
관련 HTTP 헤더
Cache-Control응답 예시
HTTP/1.1 410 Gone
Content-Type: application/json
Cache-Control: no-cache
{"error":"gone","message":"This resource has been permanently deleted"}관련 상태 코드
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).→404Not FoundThe requested resource could not be found.→
ad · 300×250
// related tools