Sitemaps
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
साइटमैप
साइटमैप के तौर पर सबमिट किए गए किसी खास यूआरएल के बारे में पूरी जानकारी दी गई होती है.
{
"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 |
साइटमैप में मौजूद यूआरएल की संख्या (कॉन्टेंट के टाइप के हिसाब से). |
|
contents[].type |
string |
इस साइटमैप में मौजूद खास तरह का कॉन्टेंट. उदाहरण के लिए: web .
ये वैल्यू स्वीकार की जाती हैं:
- "
androidApp "
- "
image "
- "
iosApp "
- "
mobile "
- "
news "
- "
pattern "
- "
video "
- "
web "
|
|
errors |
long |
साइटमैप में गड़बड़ियों की संख्या. साइटमैप में ये समस्याएं होती हैं जिन्हें सही तरीके से प्रोसेस करने से पहले ठीक करना पड़ता है. |
|
isPending |
boolean |
अगर सही है, तो इसका मतलब है कि साइटमैप प्रोसेस नहीं किया गया है. |
|
isSitemapsIndex |
boolean |
अगर सही है, तो साइटमैप कई साइटमैप का कलेक्शन होता है. |
|
lastDownloaded |
datetime |
तारीख और इस साइटमैप को पिछली बार डाउनलोड किए जाने का समय. तारीख का फ़ॉर्मैट, आरएफ़सी 3339 फ़ॉर्मैट (yyyy-mm-dd) में होता है. |
|
lastSubmitted |
datetime |
तारीख और जिस समय यह साइटमैप सबमिट किया गया था. तारीख का फ़ॉर्मैट, आरएफ़सी 3339 फ़ॉर्मैट (yyyy-mm-dd) में होता है. |
|
path |
string |
साइटमैप का यूआरएल. |
|
type |
string |
साइटमैप किस तरह का है. उदाहरण के लिए: rssFeed .
ये वैल्यू स्वीकार की जाती हैं:
- "
atomFeed "
- "
notSitemap "
- "
patternSitemap "
- "
rssFeed "
- "
sitemap "
- "
urlList "
|
|
warnings |
long |
साइटमैप के लिए चेतावनियों की संख्या. आम तौर पर, ये साइटमैप में मौजूद यूआरएल से जुड़ी ऐसी समस्याएं होती हैं जो गंभीर नहीं होती. |
|
तरीके
- मिटाएं
- इस साइट से साइटमैप मिटा देता है.
- पाएं
- इससे किसी साइटमैप के बारे में जानकारी मिलती है.
- list
- इस साइट के लिए सबमिट की गई sitemaps-entries की सूची बनाता है या साइटमैप इंडेक्स फ़ाइल में शामिल की जाती है (अगर अनुरोध में
sitemapIndex
के बारे में बताया गया है).
- सबमिट करें
- किसी साइट के लिए साइटमैप सबमिट करता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]