अब हमसे LinkedIn पर जुड़ें: अपनी साइट को खोजे जाने लायक बनाने के लिए, Google Search से मिलने वाली खबरें और रिसॉर्स देखें. इसके लिए, हमें LinkedIn पर फ़ॉलो करें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपने आउटबाउंड लिंक को Google पर खुलने लायक बनाना
आपकी साइट पर दिए गए लिंक में से कुछ के लिए, आपको Google को जानकारी देनी होगी कि लिंक किया गया पेज आपका है या किसी और का. ऐसा करने के लिए, यहां दी गई rel
एट्रिब्यूट की वैल्यू में से किसी एक वैल्यू का इस्तेमाल <a> टैग में करें.
आपको ऐसे सामान्य लिंक के लिए rel एट्रिब्यूट जोड़ने की ज़रूरत नहीं है जिन्हें आपको Google से बिना किसी शर्त के फ़ेच और पार्स कराना है. उदाहरण के लिए:
<p>My favorite horse is the <a href="https://horses.example.com/Palomino">palomino</a>.</p>
अन्य लिंक के लिए, इनमें से एक या एक से ज़्यादा वैल्यू का इस्तेमाल करें:
rel की वैल्यू
rel="sponsored"
ऐसे लिंक जो विज्ञापन या पेड प्लेसमेंट होते हैं उन्हें sponsored की वैल्यू के साथ दिखाएं. आम तौर पर, ऐसे लिंक को पेड
लिंक कहा जाता है. पेड लिंक पर Google के नज़रिए के बारे में ज़्यादा जानें.
अगर आपको उन भरोसेमंद लोगों को पहचानना और उन्हें इनाम देना है जिन्होंने हर बार
अच्छी क्वालिटी का योगदान दिया है, तो आपको उन सदस्यों या उपयोगकर्ताओं के पोस्ट किए गए लिंक से इस
एट्रिब्यूट को हटा देना चाहिए. अपनी साइट और प्लैटफ़ॉर्म पर, लोगों के बनाए गए स्पैम को रोकने के तरीके के बारे में और पढ़ें.
rel="nofollow"
जब अन्य वैल्यू लागू नहीं होती, तो nofollow वैल्यू का इस्तेमाल करें. इससे, Google आपकी साइट को असोसिएट नहीं कर पाएगा या लिंक किए गए पेज को क्रॉल नहीं कर पाएगा. अपनी साइट में मौजूद लिंक के लिए, robots.txt के disallow नियम का इस्तेमाल करें.
आपके पास rel की एक से ज़्यादा वैल्यू को स्पेस या कॉमा लगाकर अलग की गई
सूची में लिखने का विकल्प है. उदाहरण:
<p>I love <a rel="ugc nofollow" href="https://cheese.example.com/Appenzeller_cheese">Appenzeller</a> cheese.</p>
<p>I hate <a rel="ugc,nofollow" href="https://cheese.example.com/blue_cheese">Blue</a> cheese.</p>
इन rel एट्रिब्यूट से मार्क किए गए लिंक, आम तौर पर क्रॉल नहीं किए जाते. ध्यान रखें कि लिंक किए गए पेजों को, साइटमैप या अन्य साइटों के लिंक जैसे दूसरे तरीकों से भी ढूंढा जा सकता है. इस तरह, उन्हें अब भी क्रॉल किया जा सकता है. इन rel एट्रिब्यूट को सिर्फ़
<a> के ऐसे एलिमेंट में इस्तेमाल किया जाता है जिन्हें Google क्रॉल कर सकता है. ,
इन एट्रिब्यूट का इस्तेमाल nofollow टैग में नहीं किया जाता है,
जो robots meta टैग के तौर पर भी उपलब्ध होता है.
robots.txt के disallow नियम का इस्तेमाल करें, ताकि Google किसी ऐसे लिंक को फ़ेच न करे जो आपकी साइट के किसी पेज पर ले जाता है.
Google को कोई पेज इंडेक्स करने से रोकने के लिए, क्रॉल करने की अनुमति दें और noindex robots नियम का इस्तेमाल करें.
[[["समझने में आसान है","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-02-17 (UTC) को अपडेट किया गया."],[[["Use `rel` attributes in `\u003ca\u003e` tags to specify your relationship with outbound links, guiding how Google interacts with them."],["The `sponsored` attribute should be used for paid or advertisement links, while `ugc` is designated for user-generated content."],["Employ the `nofollow` attribute when you prefer Google to not associate or crawl a linked page from your site, especially when other attributes are not applicable."],["Multiple `rel` attribute values can be used for the same link by separating them with spaces or commas."],["Google might still find and crawl the linked pages even with these attributes through other sources like sitemaps."]]],["To manage how Google interacts with outbound links, use `rel` attributes within `\u003ca\u003e` tags. `rel=\"sponsored\"` marks paid links; `rel=\"ugc\"` designates user-generated content. `rel=\"nofollow\"` signals that Google should not associate your site with the linked page or crawl it. Multiple `rel` values can be used together. Links with these attributes generally won't be followed, but can still be found through other sources. For links on your site, use the `robots.txt disallow` rule.\n"]]