Menu

Meta Tag Generator

Fill in the form below to generate Open Graph and Twitter Card meta tags ready to copy into your HTML.

meta-tags.html
<!-- Open Graph -->
<meta property="og:title" content="My Amazing Website" />
<meta property="og:description" content="A short description of my page for social media and search engines." />
<meta property="og:url" content="https://example.com" />
<meta property="og:image" content="https://example.com/og-image.png" />
<meta property="og:site_name" content="My Site" />
<meta property="og:type" content="website" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="My Amazing Website" />
<meta name="twitter:description" content="A short description of my page for social media and search engines." />
<meta name="twitter:image" content="https://example.com/og-image.png" />
<meta name="twitter:creator" content="@myhandle" />

How it works

1

Fill in details

Enter your page title, description, and image URL

2

Choose platforms

Select which meta tag types you need: OG, Twitter, basic HTML

3

Copy code

Get the ready-to-paste HTML meta tags

FAQ

What's the difference between OG and Twitter tags?

Open Graph tags are the standard used by Facebook, LinkedIn, and most platforms. Twitter Cards use their own format for richer previews.

What image size should I use?

1200×630 pixels is the recommended size for OG images across all platforms.

Related: Screenshot API docs

Automate with the SnapSharp API

Get 100 free requests per month. No credit card required.

Get free API key →

More Free Tools