How to use Meta tags
- 1. Fill title, description, URL, image. Absolute URLs for OG.
- 2. Copy HTML meta tags. Paste into <head>.
- 3. Copy JSON-LD. WebSite type.
- 4. No crawl. The image URL is not fetched.
About this tool
Link unfurls read og:title, og:description, og:image, and Twitter card tags. This generator writes those plus a WebSite JSON-LD block so you can paste them into a layout without scraping the live page.
Images
Use an absolute HTTPS URL. Generating the PNG is a different tool.
JSON-LD
WebSite only. Article / FAQPage belong in a richer schema later.
Code examples
og:title
<meta property="og:title" content="PureDevKit" />