Meta Tag Generator

Create SEO-friendly meta tags for your website including title, description, keywords, Open Graph, and Twitter Card tags. Optimize your website's appearance in search results and social media shares.

Website Information
The full URL of your webpage.
0/70 characters
Keep your title under 60-70 characters for optimal display in search results.
0/160 characters
Keep your description under 155-160 characters. Make it compelling to improve click-through rates.
Comma-separated list of keywords. Note: Most search engines no longer use this meta tag for ranking.
The name of the content author or organization.
Social Media Tags
0/95 characters
Title that appears when your page is shared on social media. Keep it under 95 characters.
0/200 characters
Description that appears when your page is shared on social media. Keep it under 200 characters.
URL of the image that appears when your page is shared. Recommended size: 1200x630 pixels.
Additional Options
The type of Twitter card to use when your page is shared on Twitter.

How to Use the Meta Tag Generator

  1. Enter your website information including URL, title, and description.
  2. Add social media information for Open Graph and Twitter Card tags.
  3. Select additional options like robots meta tags and canonical links.
  4. Click "Generate Meta Tags" to create your custom meta tags.
  5. Preview how your page will appear in search results and social media.
  6. Copy the generated HTML code and paste it into the <head> section of your webpage.
About Meta Tags

Meta tags are snippets of HTML code that provide metadata about a webpage. They don't appear on the page itself but are read by search engines and social media platforms. Properly optimized meta tags can improve your website's SEO and how it appears when shared on social media.

Essential Meta Tags for SEO
Title Tag
<title>Your Page Title</title>

The title tag defines the title of your webpage. It appears in browser tabs, search engine results, and when the page is shared on social media. Keep it under 60-70 characters.

Meta Description
<meta name="description" content="Your page description">

The meta description provides a brief summary of your webpage. It often appears in search engine results below the title. Keep it under 155-160 characters.

Robots Meta Tag
<meta name="robots" content="index, follow">

The robots meta tag tells search engines whether to index your page and follow its links. Options include index/noindex and follow/nofollow.

Canonical Link
<link rel="canonical" href="https://example.com/page">

The canonical link tag helps prevent duplicate content issues by specifying the preferred version of a webpage.

Social Media Meta Tags
Open Graph Tags (Facebook)
<meta property="og:title" content="Your Title"> <meta property="og:description" content="Your Description"> <meta property="og:image" content="https://example.com/image.jpg"> <meta property="og:url" content="https://example.com/page"> <meta property="og:type" content="website">

Open Graph tags control how your webpage appears when shared on Facebook and other platforms that support the Open Graph protocol.

Twitter Card Tags
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Your Title"> <meta name="twitter:description" content="Your Description"> <meta name="twitter:image" content="https://example.com/image.jpg">

Twitter Card tags control how your webpage appears when shared on Twitter. The card type can be "summary" or "summary_large_image".

While meta tags are important for SEO, they are just one aspect of a comprehensive SEO strategy. Focus on creating high-quality, relevant content that provides value to your users.