SEO
Meta Tags / Open Graph Generator
SEO, Open Graph (Facebook) और Twitter Card के लिए HTML meta-टैग जनरेट करें — कार्ड प्रीव्यू के साथ।
The meta tags in a page's <head> control how it appears in search results and in the preview card when it's shared on social media or messaging apps. This tool generates a full set of SEO, Open Graph, and Twitter Card tags along with a live preview of the card.
How to use it
- Fill in the page's title, description, URL, and image — the tags generate instantly, and a preview shows how the card will look on Facebook, X (Twitter), and similar services.
- Copy the finished HTML block and paste it into the page's <head>.
- Check the title and description length — values that are too long get truncated by the search engine or social platform.
Common uses
- Setting up Open Graph for a page so the link looks polished when shared on Telegram, Slack, or social media.
- Writing a title and meta description targeting a specific search query for a new page.
- Quickly sanity-checking a page's existing meta tags through the card preview before publishing.
Things to keep in mind
Open Graph and Twitter Card are separate standards; most platforms except X read og: tags directly, so duplicating the main fields under twitter: isn't always required, but it improves compatibility.
The og:image must be reachable at an absolute URL, not a relative path — otherwise the social platform's crawler won't be able to fetch it.
इस टूल के बारे में लेख: मेटा टैग: कौन-से सर्च और सोशल मीडिया को वाक़ई प्रभावित करते हैं
अक्सर पूछे जाने वाले प्रश्न
अगर Open Graph और Twitter Card टैग एक ही काम करते हैं, तो अलग-अलग क्यों चाहिए?
Open Graph टैग्स (og:title, og:image, आदि) Facebook, LinkedIn और अधिकांश अन्य प्लेटफ़ॉर्म द्वारा पढ़े जाते हैं, जबकि Twitter का अपना टैग सेट है (twitter:card, twitter:title) — यदि Twitter के अपने टैग्स मौजूद नहीं हैं तो वह Open Graph टैग्स पर वापस जाता है, लेकिन दोनों जोड़ने से सुसंगत प्रीव्यू सुनिश्चित होते हैं।
मेरा og:image वास्तव में किस साइज़ का होना चाहिए?
1200x630 पिक्सेल व्यापक रूप से सुझाया गया साइज़ है — यह अधिकांश प्लेटफ़ॉर्म पर बिना अजीब तरह से क्रॉप हुए एक बड़े प्रीव्यू कार्ड के रूप में सही दिखता है, और सामान्य फ़ाइल-साइज़ सीमाओं के भीतर रहता है।
क्या इन टैग्स को जनरेट करना मेरा कंटेंट सर्वर पर भेजता है?
नहीं। टैग्स पूरी तरह आपके द्वारा टाइप की गई चीज़ों से, सीधे आपके ब्राउज़र में जनरेट होते हैं — कुछ भी कहीं अपलोड नहीं होता।
canonical URL टैग क्या करता है?
यह सर्च इंजन को बताता है कि जब एक ही कंटेंट कई एड्रेस पर उपलब्ध हो (www के साथ और बिना, पैरामीटर्स के साथ आदि), तो कौन-सा वर्शन मुख्य है — इससे रैंकिंग डुप्लिकेट्स में बंटने के बजाय एक पेज पर इकट्ठा होने में मदद मिलती है।
meta robots noindex और robots.txt में disallow में क्या फ़र्क़ है?
meta टैग में noindex पहले से क्रॉल किए गए पेज कंटेंट को इंडेक्स करने से रोकता है, जबकि robots.txt में Disallow बॉट को पेज क्रॉल करने से ही रोकता है — इसीलिए robots.txt में ब्लॉक किए गए पेज पर noindex काम नहीं करेगा: सर्च इंजन कभी उस टैग को देख ही नहीं पाएगा।