Sitemaps
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
사이트맵
사이트맵으로 제출된 특정 URL에 관한 세부정보가 포함됩니다.
{
"path": string,
"lastSubmitted": datetime,
"isPending": boolean,
"isSitemapsIndex": boolean,
"type": string,
"lastDownloaded": datetime,
"warnings": long,
"errors": long,
"contents": [
{
"type": string,
"submitted": long,
"indexed": long
}
]
}
속성 이름 |
값 |
설명 |
참고 |
contents[] |
list |
사이트맵의 다양한 콘텐츠 유형 |
|
contents[].indexed |
N/A |
지원 중단되었습니다. 사용하지 마세요. |
|
contents[].submitted |
long |
사이트맵에 있는 콘텐츠 유형의 URL 수입니다. |
|
contents[].type |
string |
이 사이트맵에 있는 콘텐츠의 구체적인 유형입니다. 예: web
사용 가능한 값은 다음과 같습니다.
<ph type="x-smartling-placeholder"></ph>
- "
androidApp "
- "
image "
- "
iosApp "
- "
mobile "
- "
news "
- "
pattern "
- "
video "
- "
web "
|
|
errors |
long |
사이트맵의 오류 수입니다. 이는 사이트맵 자체와 관련된 문제로, 제대로 처리되려면 먼저 문제를 해결해야 합니다. |
|
isPending |
boolean |
true인 경우 사이트맵이 처리되지 않은 것입니다. |
|
isSitemapsIndex |
boolean |
true인 경우 사이트맵은 사이트맵의 모음입니다. |
|
lastDownloaded |
datetime |
날짜 및 이 사이트맵이 마지막으로 다운로드된 시간입니다. 날짜 형식은 RFC 3339 형식 (yyyy-mm-dd)입니다. |
|
lastSubmitted |
datetime |
날짜 및 이 사이트맵이 제출된 시간입니다. 날짜 형식은 RFC 3339 형식 (yyyy-mm-dd)입니다. |
|
path |
string |
사이트맵의 URL입니다. |
|
type |
string |
사이트맵 유형입니다. 예: rssFeed
사용 가능한 값은 다음과 같습니다.
<ph type="x-smartling-placeholder"></ph>
- "
atomFeed "
- "
notSitemap "
- "
patternSitemap "
- "
rssFeed "
- "
sitemap "
- "
urlList "
|
|
warnings |
long |
사이트맵에 대한 경고 수입니다. 이는 일반적으로 사이트맵 URL에서 심각하지 않은 문제입니다. |
|
메서드
- 삭제
- 이 사이트에서 사이트맵을 삭제합니다.
- get
- 특정 사이트맵에 관한 정보를 가져옵니다.
- list
- 이 사이트에 제출되거나 사이트맵 색인 파일에 포함된 sitemaps-entries을 표시합니다 (요청에
sitemapIndex
가 지정된 경우).
- 제출
- 사이트의 사이트맵을 제출합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-29(UTC)"],[[["\u003cp\u003eThe Sitemap resource provides detailed information about URLs submitted through a sitemap file, including submission date, download date, and error/warning counts.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes properties for content types, error/warning numbers, and sitemap metadata like path, type, and processing status.\u003c/p\u003e\n"],["\u003cp\u003eA sitemap can contain various content types, including web pages, images, videos, news articles, mobile pages and Android/iOS apps.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage sitemaps through dedicated methods to delete, retrieve information, list, and submit them.\u003c/p\u003e\n"]]],["This resource provides details about a submitted sitemap, including its `path`, `lastSubmitted` and `lastDownloaded` dates, and whether it's `isPending` or an `isSitemapsIndex`. It lists `contents` with types like `web`, `image`, or `video`, and the number of `submitted` URLs per type. It also reports `errors` and `warnings`. Key actions include the ability to `delete`, `get`, `list`, or `submit` a sitemap.\n"],null,[]]