সন্নিবেশ কল করার আগে, তাদের ওয়েবসাইট বা ডোমেনে প্রমাণীকৃত ব্যবহারকারীর যাচাইকরণ টোকেন রাখুন। আপনি যখন সন্নিবেশ কল করেন, তখন Google-এর সাইট যাচাইকরণ পরিষেবা ওয়েবসাইট বা ডোমেনটি অনুসন্ধান করে এবং টোকেনটি সন্ধান করে। যদি Google ওয়েবসাইট বা ডোমেনে ব্যবহারকারীর টোকেন খুঁজে পায়, তবে এটি সাইটটিকে যাচাইকৃত হিসাবে রেকর্ড করে। প্রমাণীকৃত ব্যবহারকারী মালিকানা অর্পণ করতে পারেন; অনুরোধের বডিতে owners ক্ষেত্রে আপনার নির্দিষ্ট করা যেকোনো ইমেল ঠিকানাও যাচাইকৃত সাইটের মালিক হিসেবে রেকর্ড করা হয়।
verificationMethod ক্যোয়ারী প্যারামিটারটি যাচাইকরণ টোকেনের প্রকার নির্দিষ্ট করে যা Google-এর পরীক্ষা করা উচিত। verificationMethod মানটি গেটটোকেনে পূর্বে পাস করা মানের সাথে মেলে।
অনুরোধ
HTTP অনুরোধ
POST https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=method
পরামিতি
পরামিতি নাম
মান
বর্ণনা
প্রয়োজনীয় ক্যোয়ারী প্যারামিটার
verificationMethod
string
একটি সাইট বা ডোমেন যাচাই করার জন্য ব্যবহার করার পদ্ধতি।
[[["সহজে বোঝা যায়","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"]],["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The Site Verification API allows you to programmatically verify ownership of a website or domain using a verification token."],["Before verification, you need to place a verification token on your website, obtained via the `getToken` method."],["The API confirms ownership by checking for the token and records verified owners, including delegated ones."],["This process requires authorization with specific scopes related to site verification."],["A successful verification returns a WebResource resource, confirming the site or domain ownership."]]],["To verify website ownership, place the user's verification token, obtained via `getToken`, on the site. Send a POST request to `/site-verification/v1/webResource/insert` with the `verificationMethod` query parameter matching the token type. Google's service checks for the token and records the site as verified if found. You can also specify additional owners in the request body. Ownership is stored and visible to all current and future owners. This request requires authorization with specified scopes.\n"]]