इस टूल में कोई समस्या है?

«ओग मेटा पार्सर ऑनलाइन» के बारे में

यह टूल एक URL प्राप्त करता है और इसके Open Graph (og:) मेटा टैग निकालता है।

Open Graph यह निर्धारित करता है कि साझा करने पर आपका लिंक कैसा दिखता है।

अपने पृष्ठों को सत्यापित करने के लिए इसका उपयोग करें।

इस टूल का उपयोग कैसे करें

How to extract Open Graph and Twitter Card metadata from HTML

  1. Paste page HTML

    Drop the raw HTML of a web page into the "HTML" field. View-source on the page, copy the `<head>` section (or the whole document), and paste — the tool only reads `<meta property="og:*">` and `<meta name="twitter:*">` tags.

  2. Press Run

    Result returns `og` (object keyed by the part after `og:`) and `twitter` (object keyed by the part after `twitter:`). For example, `og:title` becomes `og.title`; `twitter:card` becomes `twitter.card`.

  3. What it doesn't fetch

    The tool parses HTML you provide — it does NOT fetch URLs for you. For fetching, use a separate URL-fetcher tool and feed the response in. CSP, blocked bots, or auth-gated pages won't surface here.

  4. Verifying the result

    Run the same HTML through Facebook's Sharing Debugger (developers.facebook.com/tools/debug) or Twitter Card Validator to see how the platforms will render it. The parsed tags should match.