UT
UsefulToolkit
Home
About
Contact
Blog
Home
About
Contact
Blog
Home
/
SEO & Marketing
/
Meta Tag Generator
Meta Tag Generator
Generate HTML meta tags for SEO and social sharing.
Auto-fill OG & Twitter fields from Title & Description
Basic SEO
Page Title
10/60 chars
Author
Meta Description
A great website about amazing things.
37/160 chars
Keywords
Canonical URL
Robots
index, follow
noindex, follow
index, nofollow
noindex, nofollow
Charset
Include Viewport Tag
Open Graph / Facebook
OG Title
(auto-filled)
OG Type
website
article
profile
book
music.song
video.movie
OG Description
(auto-filled)
OG Image URL
OG Page URL
Twitter Card
Card Type
summary
summary_large_image
app
player
@Site Username
Twitter Title
(auto-filled)
Twitter Image URL
Twitter Description
(auto-filled)
Reset Form
Fill OG & Twitter from Title
Generated Meta Tags
Download HTML
Copy
<meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>My Website</title> <meta name="description" content="A great website about amazing things." /> <meta name="keywords" content="web, tools, useful" /> <meta name="robots" content="index, follow" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:title" content="My Website" /> <meta property="og:description" content="A great website about amazing things." /> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="My Website" /> <meta name="twitter:description" content="A great website about amazing things." />