Open Graph Generator
Generates Open Graph meta tags (og:title, og:description, og:url, og:image) for a page. Enter the four values separated by pipes, like "My Page|A short description.|https://example.com/page|https://example.com/image.png".
Generates Open Graph meta tags (og:title, og:description, og:url, og:image) for a page. Enter the four values separated by pipes, like "My Page|A short description.|https://example.com/page|https://example.com/image.png".
Use cases
- Controlling how a page's link preview looks when shared on social media
- Checking the exact Open Graph markup for a page
Examples
A page with all four fields
My Page|A short description.|https://example.com/page|https://example.com/image.png
{"tags": "<meta property=\"og:title\" content=\"My Page\">\n<meta property=\"og:description\" content=\"A short description.\">\n<meta property=\"og:url\" content=\"https://example.com/page\">\n<meta property=\"og:image\" content=\"https://example.com/image.png\">"}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.