Meta Tag Generator
Private by design — runs entirely in your browser
Fill in title, description, image and URL and the tool emits a clean block of meta tags: SEO basics, Open Graph and Twitter Card together.
Does the output include both Open Graph and Twitter
Yes. SEO basics (title, description, canonical) come first, then Open Graph tags for Facebook/LinkedIn/Slack, then Twitter Card tags. The Twitter card type auto-switches to summary_large_image when you provide an image.
How long should the description be
Aim for 50–160 characters. Search engines may truncate beyond that, and shorter copy makes social-share previews more compelling.
Are HTML entities escaped
Yes. Ampersands, angle brackets and quotes inside your inputs are escaped so the output is always valid HTML, even when titles contain "&" or angle characters.
Frequently Asked Questions
- Does the output include both Open Graph and Twitter?
- Yes. SEO basics (title, description, canonical) come first, then Open Graph tags for Facebook/LinkedIn/Slack, then Twitter Card tags. The Twitter card type auto-switches to summary_large_image when you provide an image.
- How long should the description be?
- Aim for 50–160 characters. Search engines may truncate beyond that, and shorter copy makes social-share previews more compelling.
- Are HTML entities escaped?
- Yes. Ampersands, angle brackets and quotes inside your inputs are escaped so the output is always valid HTML, even when titles contain "&" or angle characters.
- Is anything uploaded?
- No. The HTML is assembled by a small JavaScript function on this page; nothing leaves the browser.