Sitemaps: submit
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অনুমোদন প্রয়োজন
একটি সাইটের জন্য একটি সাইটম্যাপ জমা দেয়। এখনই চেষ্টা করে দেখুন ।
অনুরোধ
HTTP অনুরোধ
PUT https://www.googleapis.com/webmasters/v3/sites/siteUrl/sitemaps/feedpath
পরামিতি
পরামিতি নাম | মান | বর্ণনা |
---|
পাথ প্যারামিটার |
feedpath | string | সাইটম্যাপের URL যোগ করতে হবে। যেমন: http://www.example.com/sitemap.xml |
siteUrl | string | সার্চ কনসোলে সংজ্ঞায়িত প্রপার্টির URL। উদাহরণস্বরূপ: http://www.example.com/ ( URL-প্রিফিক্স সম্পত্তি), বা sc-domain:example.com ( ডোমেন সম্পত্তি)। |
অনুমোদন
এই অনুরোধের জন্য নিম্নলিখিত সুযোগের সাথে অনুমোদনের প্রয়োজন ( প্রমাণিকরণ এবং অনুমোদন সম্পর্কে আরও পড়ুন )।
ব্যাপ্তি |
---|
https://www.googleapis.com/auth/webmasters |
শরীরের অনুরোধ
এই পদ্ধতির সাথে একটি অনুরোধ সংস্থা সরবরাহ করবেন না।
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি একটি খালি প্রতিক্রিয়া বডি প্রদান করে।
এটা চেষ্টা করুন!
লাইভ ডেটাতে এই পদ্ধতিতে কল করতে এবং প্রতিক্রিয়া দেখতে নীচের APIs এক্সপ্লোরার ব্যবহার করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-08-29 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."]]