Skip to content
Butter Tools Logo
Butter Tools

Meta Tags Generator

Generate complete, optimized meta tags for SEO, Open Graph, and Twitter Cards — with a live preview. Copy and paste into your HTML head.

Basic SEO Tags

0 chars
0 chars

Open Graph (Facebook / LinkedIn)

Twitter / X Card

Generated HTML
 
0 Basic tags
0 OG tags
0 Twitter tags

Quick templates

menu_book

How to Use Meta Tags Generator

To generate meta tags, fill in the fields for your page title, description, target keyword, page URL, and author. The tool also includes Open Graph fields for social sharing previews on Facebook and Twitter Card fields for Twitter. As you type, the generated HTML code updates in real time in the output panel.

Copy the generated meta tag code and paste it inside the head section of your HTML page. Using preset templates for common page types (homepage, article, product) gives you a starting structure to customise. Correctly configured meta tags help search engines and social platforms display your pages accurately.

help

Frequently Asked Questions

What are meta tags? expand_more

Meta tags are HTML elements placed in a page's head section that provide metadata about the page to search engines and browsers. The most important for SEO are the title tag and meta description.

Do meta keywords still matter for SEO? expand_more

Meta keywords are largely ignored by major search engines including Google, which stopped using them as a ranking signal around 2009. However, some smaller search engines may still read them.

What are Open Graph meta tags? expand_more

Open Graph tags (og:title, og:description, og:image, etc.) control how your page appears when shared on Facebook, LinkedIn, and other social platforms. Without them, social platforms choose their own titles and images.

What is a Twitter Card? expand_more

Twitter Cards are meta tags that control how links appear when shared on Twitter/X. They define the card type (summary, summary_large_image, app, player) and the title, description, and image shown in the tweet preview.

Where exactly should meta tags be placed in HTML? expand_more

Meta tags must be placed inside the <head> section of your HTML document, before the closing </head> tag. The title tag, description, and all og: and twitter: tags all go in the head.