Sitemaps: submit
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ต้องมีการให้สิทธิ์
ส่ง Sitemap สำหรับเว็บไซต์
ลองใช้เลย
ส่งคำขอ
คำขอ HTTP
PUT https://www.googleapis.com/webmasters/v3/sites/siteUrl/sitemaps/feedpath
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์เส้นทาง |
feedpath |
string |
URL ของ Sitemap ที่จะเพิ่ม เช่น http://www.example.com/sitemap.xml
|
siteUrl |
string |
URL ของพร็อพเพอร์ตี้ตามที่ระบุไว้ใน Search Console ดังตัวอย่างต่อไปนี้
http://www.example.com/
(พร็อพเพอร์ตี้ คำนำหน้า URL)
หรือ sc-domain:example.com
(พร็อพเพอร์ตี้ โดเมน)
|
การให้สิทธิ์
คำขอนี้ต้องได้รับการให้สิทธิ์ตามขอบเขตต่อไปนี้ (อ่านเพิ่มเติมเกี่ยวกับการตรวจสอบสิทธิ์และการให้สิทธิ์)
ขอบเขต |
https://www.googleapis.com/auth/webmasters |
เนื้อหาของคำขอ
โปรดอย่าให้เนื้อหาคำขอตามวิธีการนี้
คำตอบ
หากสำเร็จ เมธอดนี้จะแสดงเนื้อหาการตอบกลับที่ว่างเปล่า
ลองใช้งาน
ใช้ API Explorer ด้านล่างเพื่อเรียกใช้เมธอดนี้กับข้อมูลแบบสดและดูการตอบกลับ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-23 UTC
[null,null,["อัปเดตล่าสุด 2024-08-23 UTC"],[[["\u003cp\u003eSubmits a sitemap URL to Google Search Console for a specified site.\u003c/p\u003e\n"],["\u003cp\u003eUses a PUT request to the \u003ccode\u003ehttps://www.googleapis.com/webmasters/v3/sites/siteUrl/sitemaps/feedpath\u003c/code\u003e endpoint.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/webmasters\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eIncludes path parameters for \u003ccode\u003efeedpath\u003c/code\u003e (sitemap URL) and \u003ccode\u003esiteUrl\u003c/code\u003e (website URL).\u003c/p\u003e\n"],["\u003cp\u003eReturns an empty response body upon successful submission.\u003c/p\u003e\n"]]],["This content outlines the process for submitting a sitemap to a website using the Webmasters API. It requires authorization with the `https://www.googleapis.com/auth/webmasters` scope. The process involves sending a PUT request to a specific URL, including the `siteUrl` and the `feedpath` (sitemap URL) as parameters. No request body is needed. Successful submission results in an empty response body. The provided link allows to test the process live.\n"],null,["# Sitemaps: submit\n\n**Requires [authorization](#auth)**\n\nSubmits a sitemap for a site.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPUT https://www.googleapis.com/webmasters/v3/sites/siteUrl/sitemaps/feedpath\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `feedpath` | `string` | The URL of the sitemap to add. For example: `http://www.example.com/sitemap.xml` |\n| `siteUrl` | `string` | The URL of the property as defined in Search Console. For example: `http://www.example.com/` ([URL-prefix](https://support.google.com/webmasters/answer/34592#url_prefix_prop_tips) property), or `sc-domain:example.com` ([Domain](https://support.google.com/webmasters/answer/34592#domain_property) property). |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/webmaster-tools/v1/how-tos/authorizing)).\n\n| Scope |\n|----------------------------------------------|\n| `https://www.googleapis.com/auth/webmasters` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response."]]