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)
[null,null,["최종 업데이트: 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,["# Sitemaps\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n### Sitemap\n\nContains detailed information about a specific URL submitted as a [sitemap](https://support.google.com/webmasters/answer/156184).\n\n```gdscript\n{\n \"path\": string,\n \"lastSubmitted\": datetime,\n \"isPending\": boolean,\n \"isSitemapsIndex\": boolean,\n \"type\": string,\n \"lastDownloaded\": datetime,\n \"warnings\": long,\n \"errors\": long,\n \"contents\": [\n {\n \"type\": string,\n \"submitted\": long,\n \"indexed\": long\n }\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `contents[]` | `list` | The various content types in the sitemap. | |\n| contents[].`indexed` | `N/A` | *Deprecated; do not use.* | |\n| contents[].`submitted` | `long` | The number of URLs in the sitemap (of the content type). | |\n| contents[].`type` | `string` | The specific type of content in this sitemap. For example: `web`. \u003cbr /\u003e Acceptable values are: - \"`androidApp`\" - \"`image`\" - \"`iosApp`\" - \"`mobile`\" - \"`news`\" - \"`pattern`\" - \"`video`\" - \"`web`\" | |\n| `errors` | `long` | Number of errors in the sitemap. These are issues with the sitemap itself that need to be fixed before it can be processed correctly. | |\n| `isPending` | `boolean` | If true, the sitemap has not been processed. | |\n| `isSitemapsIndex` | `boolean` | If true, the sitemap is a collection of sitemaps. | |\n| `lastDownloaded` | `datetime` | Date \\& time in which this sitemap was last downloaded. Date format is in RFC 3339 format (yyyy-mm-dd). | |\n| `lastSubmitted` | `datetime` | Date \\& time in which this sitemap was submitted. Date format is in RFC 3339 format (yyyy-mm-dd). | |\n| `path` | `string` | The url of the sitemap. | |\n| `type` | `string` | The type of the sitemap. For example: `rssFeed`. \u003cbr /\u003e Acceptable values are: - \"`atomFeed`\" - \"`notSitemap`\" - \"`patternSitemap`\" - \"`rssFeed`\" - \"`sitemap`\" - \"`urlList`\" | |\n| `warnings` | `long` | Number of warnings for the sitemap. These are generally non-critical issues with URLs in the sitemaps. | |\n\nMethods\n-------\n\n[delete](/webmaster-tools/v1/sitemaps/delete)\n: Deletes a sitemap from this site.\n\n[get](/webmaster-tools/v1/sitemaps/get)\n: Retrieves information about a specific sitemap.\n\n[list](/webmaster-tools/v1/sitemaps/list)\n: Lists the [sitemaps-entries](/webmaster-tools/v1/sitemaps) submitted for this site, or included in the sitemap index file (if `sitemapIndex` is specified in the request).\n\n[submit](/webmaster-tools/v1/sitemaps/submit)\n: Submits a sitemap for a site."]]