Generators100% private
Meta Tag Generator
Generate Open Graph, Twitter Card, and standard meta tags for any URL.
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Page Title</title> <meta name="description" content="A brief description of the page content"> <meta name="keywords" content="keyword1, keyword2, keyword3"> <meta name="author" content="Your Name"> <meta name="robots" content="index, follow"> <!-- Open Graph --> <meta property="og:type" content="website"> <meta property="og:title" content="My Page Title"> <meta property="og:description" content="A brief description of the page content"> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="My Page Title"> <meta name="twitter:description" content="A brief description of the page content">
How it works
- 1Fill in meta fieldsTitle, description, and keywords are the essentials. OG and Twitter fields improve social sharing.
- 2Preview tagsThe HTML output updates in real-time as you fill in fields.
- 3CopyCopy the meta tags and paste them into your HTML <head>.
Frequently asked questions
What are Open Graph tags?
OG tags control how your page appears when shared on Facebook, LinkedIn, and other social platforms. Title, description, and image are the most important.
What's a canonical URL?
The canonical URL tells search engines which version of a page is the 'main' one. Use it when similar content exists at multiple URLs.
Do I need all these tags?
No. Title and description are essential. OG tags are important for social sharing. Twitter tags are optional if you use OG (Twitter falls back to OG).