Alien Road Company

Google SEO Update 2023 December 13

  • 13 दिसंबर: संगठन दस्तावेज़ों को अपडेट करते हुए यह बताया गया कि टेलीफ़ोन और ईमेल जानकारी को contactPoint के अलावा संगठन स्तर पर भी निर्दिष्ट किया जा सकता है।

संगठन (Organization) संरचित डेटा

Merchant knowledge panel in Google Search results

आप संगठन संरचित डेटा का उपयोग करके Google को अपने संगठन की प्रशासनिक विवरणों के बारे में सूचित कर सकते हैं, जैसे कि लोगो, पता, संपर्क जानकारी और व्यवसाय पहचानकर्ता। Google इस मार्कअप का उपयोग ज्ञान पैनल और अन्य दृश्य तत्वों (जैसे कि श्रेय) में कर सकता है, जिससे उपयोगकर्ताओं को Google खोज पर आपके संगठन के विवरण को आसानी से ढूंढने में मदद मिलती है।

संरचित डेटा कैसे जोड़ें

संरचित डेटा एक मानकीकृत प्रारूप है जो एक पृष्ठ के बारे में जानकारी प्रदान करने और पृष्ठ सामग्री को वर्गीकृत करने के लिए होता है। यदि आप संरचित डेटा में नए हैं, तो आप यह जान सकते हैं कि संरचित डेटा कैसे काम करता है।

यहां संरचित डेटा बनाने, परीक्षण करने और जारी करने का अवलोकन है। एक वेब पृष्ठ पर संरचित डेटा जोड़ने के लिए चरण-दर-चरण गाइड के लिए, संरचित डेटा कोडलेब देखें।

आपके वेब पृष्ठ पर लागू होने वाली जितनी संभव हो उतनी अनुशंसित संपत्तियाँ जोड़ें। कोई आवश्यक संपत्तियाँ नहीं हैं; इसके बजाय, उन संपत्तियों को जोड़ें जो आपकी सामग्री पर लागू होती हैं। आप जिस प्रारूप का उपयोग कर रहे हैं, उसके आधार पर, जानें कि पृष्ठ पर संरचित डेटा कहाँ डालना है।

क्या आप CMS का उपयोग कर रहे हैं? अपने CMS में एकीकृत प्लगइन का उपयोग करना अधिक आसान हो सकता है।
क्या आप JavaScript का उपयोग कर रहे हैं? JavaScript के साथ संरचित डेटा उत्पन्न करने के लिए जानें।
अनुशंसाओं का पालन करें।
अपने कोड को Rich Results Test का उपयोग करके मान्य करें और किसी भी महत्वपूर्ण त्रुटियों को ठीक करें। विचार करें कि उपकरण में संकेतित किसी भी गैर-आवश्यक मुद्दों को भी ठीक करें, क्योंकि वे आपके संरचित डेटा की गुणवत्ता में सुधार करने में मदद कर सकते हैं (हालांकि, यह समृद्ध परिणामों के लिए योग्य होने के लिए आवश्यक नहीं है)।
कुछ पृष्ठ तैनात करें जो आपके संरचित डेटा को शामिल करते हैं और परीक्षण करने के लिए URL Inspection Tool का उपयोग करें कि Google पृष्ठ को कैसे देखता है। सुनिश्चित करें कि आपका पृष्ठ Google के लिए सुलभ है और इसे robots.txt फ़ाइल, noindex टैग, या लॉगिन आवश्यकताओं द्वारा अवरुद्ध नहीं किया गया है। यदि पृष्ठ ठीक दिखता है, तो आप Google से अपने URLs को फिर से क्रॉल करने के लिए कह सकते हैं।

नोट: फिर से क्रॉलिंग और फिर से अनुक्रमण के लिए समय की अनुमति दें। याद रखें कि एक पृष्ठ प्रकाशित करने के बाद Google के लिए इसे खोजने और क्रॉल करने में कई दिन लग सकते हैं।
भविष्य में परिवर्तनों की जानकारी Google को देने के लिए, हम अनुशंसा करते हैं कि आप एक साइटमैप जमा करें। आप इसे Search Console Sitemap API के साथ स्वचालित कर सकते हैं।

उदाहरण

यहाँ JSON-LD कोड में संगठन की जानकारी का एक उदाहरण है।

<html>
  <head>
    <title>About Us</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "image": "https://www.example.com/example_image.jpg",
      "url": "https://www.example.com",
      "sameAs": ["https://example.net/profile/example1234", "https://example.org/example1234"],
      "logo": "https://www.example.com/images/logo.png",
      "name": "Example Corporation",
      "description": "The example corporation is well-known for producing high-quality widgets",
      "email": "contact@example.com",
      "telephone": "+47-99-999-9999",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Rue Improbable 99",
        "addressLocality": "Paris",
        "addressCountry": "FR",
        "addressRegion": "Ile-de-France",
        "postalCode": "75001"
      },
      "vatID": "FR12345678901",
      "iso6523Code": "0199:724500PMK2A2M1SQQ228"
    }
    </script>
  </head>
  <body>
  </body>
</html>

दिशा-निर्देश

आपको Google खोज परिणामों में शामिल होने के लिए संरचित डेटा को सक्षम करने के लिए इन दिशानिर्देशों का पालन करना होगा।

चेतावनी: यदि आपकी साइट इन दिशानिर्देशों में से एक या अधिक का उल्लंघन करती है, तो Google आपके खिलाफ मैनुअल कार्रवाई कर सकता है। एक बार जब आप समस्या को ठीक कर लें, तो आप अपनी साइट को पुनर्विचार के लिए प्रस्तुत कर सकते हैं।

तकनीकी दिशानिर्देश

  • खोज आवश्यकताएँ
  • सामान्य संरचित डेटा दिशानिर्देश
  • तकनीकी दिशानिर्देश

हम अनुशंसा करते हैं कि आप इस जानकारी को अपनी मुख्य पृष्ठ पर या उस एकल पृष्ठ पर रखें जो आपके संगठन का विवरण देता है, जैसे कि “हमारे बारे में” पृष्ठ। आपको इसे अपनी साइट के हर पृष्ठ पर शामिल करने की आवश्यकता नहीं है।

हम अनुशंसा करते हैं कि आप अपने संगठन के लिए सबसे विशिष्ट schema.org उपप्रकार का उपयोग करें। उदाहरण के लिए, यदि आपके पास एक ई-कॉमर्स साइट है, तो हम OnlineBusiness के बजाय OnlineStore उपप्रकार का उपयोग करने की सिफारिश करते हैं। और यदि आपकी साइट किसी स्थानीय व्यवसाय के बारे में है, जैसे कि एक रेस्तरां या एक भौतिक स्टोर, तो हम अनुशंसा करते हैं कि आप अपने प्रशासनिक विवरण को LocalBusiness के सबसे विशिष्ट उपप्रकारों का उपयोग करके प्रदान करें और इस गाइड में अनुशंसित फ़ील्ड के साथ-साथ स्थानीय व्यवसाय के लिए आवश्यक और अनुशंसित फ़ील्ड का पालन करें।

संरचित डेटा प्रकार परिभाषाएँ

Google एक संगठन की निम्नलिखित विशेषताओं को पहचानता है। Google को आपके पृष्ठ को बेहतर तरीके से समझने में मदद करने के लिए, उन सभी अनुशंसित विशेषताओं को शामिल करें जो आपके वेब पृष्ठ पर लागू होती हैं। कोई आवश्यक विशेषताएँ नहीं हैं; इसके बजाय, उन विशेषताओं को जोड़ें जो आपके संगठन पर लागू होती हैं।

हम अनुशंसा करते हैं कि आप उन विशेषताओं पर ध्यान केंद्रित करें जो आपके उपयोगकर्ताओं के लिए उपयोगी हैं, जैसे कि आपके व्यवसाय के नाम के लिए name या alternateName, साथ ही वास्तविक विश्व में उपस्थिति का संकेत (उदाहरण के लिए, पता या टेलीफोन) और ऑनलाइन उपस्थिति (उदाहरण के लिए, url या लोगो)।

Recommended properties
name TextThe name of your organization. Use the same name and alternateName that you’re using for your site name.
alternateName TextAnother common name that your organization goes by, if applicable.
legalName TextThe registered, legal name of your Organization, if applicable and different from the name property.
description TextA detailed description of your organization, if applicable.
logo URL or ImageObjectA logo that is representative of your organization. Adding this property can help Google better understand which logo you want to show, for example in Search results and knowledge panels.

Image guidelines:

  • The image must be 112x112px, at minimum.
  • The image URL must be crawlable and indexable.
  • The image file format must be supported by Google Images.
  • Make sure the image looks how you intend it to look on a purely white background (for example, if the logo is mostly white or gray, it may not look how you want it to look when displayed on a white background).

If you use the ImageObject type, make sure that it has a valid contentUrl property or url property that follows the same guidelines as a URL type.

url URLThe URL of the website of your organization, if applicable. This helps Google uniquely identify your organization.
sameAs URLThe URL of a page on another website with additional information about your organization, if applicable. For example, a URL to your organization’s profile page on a social media or review site. You can provide multiple sameAs URLs.
telephone TextA business phone number meant to be the primary contact method for customers. Be sure to include the country code and area code in the phone number.
email TextThe email address to contact your business, if applicable.
address PostalAddress

The address (physical or mailing) of your organization, if you have one. Include all properties that apply to your country. The more properties you provide, the higher quality the result is for users. You can provide multiple addresses if you have a location in multiple cities, states, or countries. For example:

"address": [{
  "@type": "PostalAddress",
  "streetAddress": "999 W Example St Suite 99 Unit 9",
  "addressLocality": "New York",
  "addressRegion": "NY",
  "postalCode": "10019",
  "addressCountry": "US"
},{
  "streetAddress": "999 Rue due exemple",
  "addressLocality": "Paris",
  "postalCode": "75001",
  "addressCountry": "FR"
}]
address.streetAddress TextThe full street address of your postal address.
address.addressLocality TextThe city of your postal address.
address.addressRegion TextThe region of your postal address, if applicable. For example, a state.
address.postalCode TextThe postal code for your address.
address.addressCountry TextThe country for your postal address, using the two-letter ISO 3166-1 alpha-2 country code.
contactPoint ContactPointThe best way for a user to contact your business. Include all support methods available to your users following Google recommended best practices. For example:

"contactPoint": {
  "@type": "ContactPoint",
  "telephone": "+9-999-999-9999",
  "email": "contact@example.com"
}
contactPoint.telephone TextThe phone number to contact your business, if applicable. Be sure to include the country code and area code in the phone number. If you are using a LocalBusiness type, specify a primary phone number at the LocalBusiness level before using contactPoint to specify multiple ways to reach your organization.
contactPoint.email TextThe email address to contact your business, if applicable. If you are using a LocalBusiness type, specify a primary email address at the LocalBusiness level before using contactPoint to specify multiple ways to reach your organization.
numberOfEmployees QuantitativeValueThe number of employees in your Organization, if applicable.

Example with a specific number of employees:

"numberOfEmployees": {
  "@type": "QuantitativeValue",
  "value": 2056
  }
    

Example with the number of employees in a range:

"numberOfEmployees": {
  "@type": "QuantitativeValue",
  "minValue": 100,
  "maxValue": 999
}
foundingDate DateThe date your Organization was founded in ISO 8601 date format, if applicable.
iso6523Code TextThe ISO 6523 identifier of your organization, if applicable. The first part of an ISO 6523 identifier is an ICD (International Code Designator) which defines which identification scheme is used. The second part is the actual identifier. We recommend separating the ICD and the identifier with a colon character (U+003A). Common ICD values include:

  • 0060: Dun & Bradstreet Data Universal Numbering System (DUNS)
  • 0088: GS1 Global Location Number (GLN)
  • 0199: Legal Entity Identifier (LEI)
duns TextThe Dun & Bradstreet DUNS number for identifying your Organization, if applicable. We encourage using the iso6523Code field with prefix 0060: instead.
leiCode TextThe identifier for your Organization as defined in ISO 17442, if applicable. We encourage using the iso6523Code field with prefix 0199: instead.
naics TextThe North American Industry Classification System (NAICS) code for your Organization, if applicable.
globalLocationNumber TextThe GS1 Global Location Number identifying the location of your Organization, if applicable.
vatID TextThe VAT (Value Added Tax) code associated with your Organization, if applicable to your country and business. This is an important trust signal for users (for example, users can look up your business in public VAT registries).
taxID TextThe tax ID associated with your Organization, if applicable. Make sure taxID matches the country that you provided in the address field.

समस्या निवारण

यदि आप संरचित डेटा को लागू करने या उसे डिबग करने में परेशानी महसूस कर रहे हैं, तो यहां कुछ संसाधन हैं जो आपकी सहायता कर सकते हैं।

यदि आप एक सामग्री प्रबंधन प्रणाली (CMS) का उपयोग कर रहे हैं या आपकी साइट का ध्यान रखने वाला कोई और है, तो उनसे मदद मांगें। सुनिश्चित करें कि आप किसी भी खोज कंसोल संदेश को जो समस्या का विवरण देता है, उन्हें अग्रेषित करें।
Google यह गारंटी नहीं देता है कि जो सुविधाएँ संरचित डेटा का उपभोग करती हैं, वे खोज परिणामों में दिखाई देंगी। Google के ज़ब्त परिणाम में आपकी सामग्री नहीं दिखाने के सामान्य कारणों की सूची के लिए सामान्य संरचित डेटा दिशानिर्देश देखें।
आपके संरचित डेटा में एक त्रुटि हो सकती है। संरचित डेटा त्रुटियों की सूची जांचें।
यदि आपको आपकी पृष्ठ पर संरचित डेटा के खिलाफ एक मैनुअल कार्रवाई प्राप्त हुई है, तो पृष्ठ पर संरचित डेटा की अनदेखी की जाएगी (हालांकि पृष्ठ अभी भी Google खोज परिणामों में दिखाई दे सकता है)। संरचित डेटा समस्याओं को ठीक करने के लिए, मैनुअल कार्य रिपोर्ट का उपयोग करें।
एक बार फिर दिशानिर्देशों की समीक्षा करें यह निर्धारित करने के लिए कि क्या आपकी सामग्री दिशानिर्देशों का अनुपालन नहीं करती है। समस्या स्पैमी सामग्री या स्पैमी मार्कअप उपयोग के कारण हो सकती है। हालाँकि, यह समस्या एक वाक्य रचना समस्या नहीं हो सकती है, और इसलिए समृद्ध परिणाम परीक्षण इन समस्याओं की पहचान नहीं कर पाएगा।
खोए हुए समृद्ध परिणामों या कुल समृद्ध परिणामों में कमी के लिए समस्या निवारण करें।
फिर से क्रॉलिंग और पुनः अनुक्रमण के लिए समय दें। याद रखें कि एक पृष्ठ प्रकाशित करने के बाद Google को इसे खोजने और क्रॉल करने में कई दिन लग सकते हैं। क्रॉलिंग और अनुक्रमण के बारे में सामान्य प्रश्नों के लिए, Google खोज क्रॉलिंग और अनुक्रमण FAQ देखें।
Google खोज केंद्र फोरम में एक प्रश्न पोस्ट करें।