संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पेज के मेटाडेटा के बारे में बताने के लिए, सही एचटीएमएल का इस्तेमाल करना
पेज के मेटाडेटा के लिए सही एचटीएमएल का इस्तेमाल करने पर यह पक्का होता है कि Google, मेटाडेटा का उस तरह इस्तेमाल कर सके जैसा बताया गया है.
Google तब भी एचटीएमएल को समझने की कोशिश करता है, जब वह गलत हो या एचटीएमएल स्टैंडर्ड के मुताबिक न हो. हालांकि, मार्कअप में गड़बड़ियां होने पर, Google Search में इसका इस्तेमाल करने पर समस्याएं आ सकती हैं.
किसी पेज के मेटाडेटा के बारे में बताने वाला मुख्य एलिमेंट, एचटीएमएल दस्तावेज़ का <head>
एलिमेंट होता है. उदाहरण के लिए, <head>
एलिमेंट में गलत एलिमेंट का इस्तेमाल करने पर Google, गलत एलिमेंट के बाद दिखने वाले सभी एलिमेंट को अनदेखा कर देता है.
<head>
एलिमेंट में मान्य एलिमेंट का इस्तेमाल करना
एचटीएमएल स्टैंडर्ड के मुताबिक <head>
एलिमेंट में सिर्फ़ ये मान्य एलिमेंट होने चाहिए और कोई गलत एलिमेंट नहीं होना चाहिए:
title
meta
link
script
style
base
noscript
template
<head>
एलिमेंट में गलत एलिमेंट इस्तेमाल न करना
<head>
एलिमेंट में, ऊपर दिए गए एलिमेंट के अलावा, किसी भी दूसरे एलिमेंट का इस्तेमाल करने की अनुमति नहीं है. <head>
एलिमेंट में दिखने वाले और इसे गलत तरीके से रेंडर करने वाले सामान्य एलिमेंट:
हमारा सुझाव है कि आप <head>
एलिमेंट में, इन गलत एलिमेंट का इस्तेमाल न करें. हालांकि, अगर आपको इन्हें इस्तेमाल करना है, तो इन गलत एलिमेंट को उन एलिमेंट के बाद डालें जिन्हें Google को दिखाना हो. Google को इनमें से किसी भी गलत एलिमेंट का पता चलने पर, वह मान लेता है कि <head>
एलिमेंट खत्म हो गया है. साथ ही, वह <head>
एलिमेंट में आगे दिए गए सभी एलिमेंट को पढ़ना भी बंद कर देता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-04 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eUtilize valid HTML for page metadata to ensure Google can properly interpret and use it in search results.\u003c/p\u003e\n"],["\u003cp\u003eInclude metadata within the \u003ccode\u003e<head>\u003c/code\u003e element of your HTML document, using only the valid elements specified by the HTML standard: \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003emeta\u003c/code\u003e, \u003ccode\u003elink\u003c/code\u003e, \u003ccode\u003escript\u003c/code\u003e, \u003ccode\u003estyle\u003c/code\u003e, \u003ccode\u003ebase\u003c/code\u003e, \u003ccode\u003enoscript\u003c/code\u003e, and \u003ccode\u003etemplate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAvoid using invalid elements like \u003ccode\u003e<iframe>\u003c/code\u003e and \u003ccode\u003e<img>\u003c/code\u003e within the \u003ccode\u003e<head>\u003c/code\u003e element as this can disrupt Google's parsing and cause metadata to be ignored.\u003c/p\u003e\n"],["\u003cp\u003eIf you must use invalid elements, place them after the valid metadata elements to minimize potential issues.\u003c/p\u003e\n"]]],["Valid HTML is crucial for Google to utilize page metadata correctly. The `\u003chead\u003e` element is key for this; only specific elements (`title`, `meta`, `link`, `script`, `style`, `base`, `noscript`, `template`) are allowed within it. Invalid elements, like `iframe` or `img`, cause Google to ignore any subsequent elements within `\u003chead\u003e`. Avoid invalid elements; if used, place them after valid ones to ensure Google reads the desired metadata first.\n"],null,["# Valid Page Metadata for Google Search | Google Search Central\n\nUse valid HTML to specify page metadata\n=======================================\n\n\nUsing valid HTML for page metadata ensures that Google can use the metadata as documented.\nGoogle tries to understand HTML even when it is invalid or inconsistent with the\n[HTML standard](https://html.spec.whatwg.org/multipage/),\nbut errors in the markup can cause problems with how your metadata is used in Google Search.\nThe primary element for specifying metadata about a page is the `\u003chead\u003e`\nelement of an HTML document. If you use an invalid element in the `\u003chead\u003e` element, Google ignores any\nelements that appear after the invalid element.\n\nUse valid elements in the `\u003chead\u003e` element\n------------------------------------------\n\n\nThe `\u003chead\u003e` element must only contain the following valid elements (and no other invalid elements), as per\nthe HTML standard:\n\n- `title`\n- `meta`\n- `link`\n- `script`\n- `style`\n- `base`\n- `noscript`\n- `template`\n\nDon't use invalid elements in the `\u003chead\u003e` element\n--------------------------------------------------\n\n\nNo element other than the aforementioned is permitted by the HTML standard in the\n`\u003chead\u003e` element. Common elements that appear in the `\u003chead\u003e` element,\nrendering it invalid are:\n\n- `iframe`\n- `img`\n\n\nWe strongly recommend that you don't use these invalid elements in the\n`\u003chead\u003e` element, but if you must, place these invalid elements after the ones you\nwant Google to see. Once Google detects one of these invalid elements, it assumes the end of\nthe `\u003chead\u003e` element and stops reading any further elements in the\n`\u003chead\u003e` element."]]