Make every shared link look intentional
A link with no preview looks broken; a link with a sharp title, a one-line summary, and a clean image looks trustworthy and gets clicked. Open Graph tags control that preview across nearly every platform that renders links. This builder generates the complete set, including the image-dimension and locale tags people often forget, plus the Twitter Card equivalents.
How it works
The tool emits the Open Graph properties platforms read, in a logical order:
og:type— website, article, or product.og:title,og:description,og:url,og:site_name.og:image, with optionalog:image:width,og:image:height, andog:image:altso the preview renders instantly and accessibly.og:localeso platforms know the content language.- When you select article, it also emits
article:published_timeif you provide a date. - Matching
twitter:card,twitter:title,twitter:description, andtwitter:imagetags so X renders correctly too.
All values are HTML-escaped, so quotes, ampersands, and angle brackets in your copy cannot break the markup. The output updates live as you type.
Tips and example
- Use absolute
httpsURLs forog:urlandog:image. Relative paths frequently fail when a remote scraper resolves them. - Keep
og:titleunder about 60 characters andog:descriptionunder about 110 so platforms do not truncate them. - Add
og:image:alt— it improves accessibility and is good practice, even though not every platform displays it. - After deploying, re-scrape with the platform’s debugger to clear the old cached preview.