Generate SEO meta tags easily. Supports Open Graph and X (Twitter) Card.
Fill in the page title, description, keywords, and other SEO-related information.
Set up how your page appears when shared on social media. Specify image URL, content type, X account, etc.
Copy the generated meta tags and paste them into the '<head>' section of your HTML.
<meta name="robots" content="index, follow"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:locale" content="ja_JP"> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image">
Meta Tag Generator is an online tool that generates meta tags necessary for SEO and social media optimization. You can easily create essential meta tags including page title, description, robots settings, Open Graph (OGP) for Facebook, and X (Twitter) Card tags. Just fill in the form and copy the generated code—no coding knowledge required.
Title: 10-60 characters, description: 50-160 characters is recommended. This tool displays character count in real-time and alerts you if you're outside the recommended range.
OGP (Open Graph Protocol) is used by Facebook, LinkedIn, and other platforms, while Twitter Card is specific to X (Twitter). When both are set, each platform uses its corresponding tags. Twitter will fall back to OGP if Twitter Card is not set.
It instructs search engine crawlers how to handle the page. 'index' allows search result display, 'follow' allows link following, 'noarchive' prevents caching, 'nosnippet' prevents snippet display.
Facebook and LINE recommend 1200x630px, X recommends 1200x600px for summary_large_image. Using 1200x630px works well across all platforms.
Paste it inside the <head> tag of your HTML. Place it as close to the opening <head> tag as possible. For CMS platforms, use the appropriate setting screen or plugin.