A SEO meta tag generator that helps you create proper meta tags for your website. Improve your search engine ranking and social media sharing with optimized meta tags.
Features
-
Basic SEO Tags:
- Page title with character counter
- Meta description with character counter
- Keywords
- Author information
- Canonical URL
-
Advanced Settings:
- Language specification
- Robots meta directives
- Character encoding
- Viewport settings
-
Open Graph Tags:
- OG title and description
- OG image URL
- OG type selection
- Social media optimization
-
Twitter Card Tags:
- Twitter card type selection
- Twitter site and creator handles
- Image optimization for Twitter
-
Smart Features:
- Auto-fill OG tags from basic SEO data
- Character count recommendations
- Sample data for testing
- One-click copy to clipboard
How to Use
-
Fill Basic SEO Information:
- Enter your page title (50-60 characters recommended)
- Write a compelling meta description (150-160 characters recommended)
- Add relevant keywords (comma-separated)
- Specify author and canonical URL
-
Configure Advanced Settings:
- Select page language
- Choose robots directives for search engine crawling
- Set character encoding and viewport
-
Optimize for Social Media:
- Customize Open Graph tags for Facebook/LinkedIn
- Configure Twitter Card settings
- Add social media image URL (1200x630px recommended)
-
Generate and Copy:
- Click "Generate Meta Tags" to create your HTML meta tags
- Copy the generated code to your clipboard
- Paste into the
<head> section of your HTML document
Meta Tag Guidelines
Title Tag
- Recommended Length: 50-60 characters
- Best Practices: Include primary keyword, brand name, and compelling copy
- Example: "Best SEO Tools 2024 | Free Online Optimization"
Meta Description
- Recommended Length: 150-160 characters
- Best Practices: Write compelling copy that encourages clicks
- Include: Primary keyword, value proposition, and call-to-action
Keywords
- Modern SEO: Less important for Google, but still used by some search engines
- Best Practice: 5-10 relevant keywords, comma-separated
- Focus: Primary and secondary keywords
Open Graph Image
- Recommended Size: 1200x630 pixels (1.91:1 ratio)
- File Format: JPG or PNG
- File Size: Under 8MB
- Content: Brand logo, relevant imagery, or product photos
Robots Directives
- index,follow: Index page and follow links (default)
- index,nofollow: Index page but don't follow links
- noindex,follow: Don't index page but follow links
- noindex,nofollow: Don't index page and don't follow links
Open Graph Types
- website: Standard website pages
- article: Blog posts, news articles
- product: E-commerce product pages
- video: Video content pages
Twitter Card Types
- summary_large_image: Large image with summary (recommended)
- summary: Small image with summary
Best Practices
Title Optimization
- Place primary keyword at the beginning
- Keep it under 60 characters to avoid truncation
- Include brand name for recognition
- Make it compelling and clickable
Description Optimization
- Write unique descriptions for each page
- Include target keywords naturally
- Focus on user value and benefits
- Add emotional triggers or urgency when appropriate
Social Media Optimization
- Use high-quality, relevant images
- Test how your tags appear on different platforms
- Customize OG titles/descriptions for social context
- Ensure consistency across platforms
Common Mistakes to Avoid
- Duplicate Titles: Each page should have a unique title
- Keyword Stuffing: Don't overuse keywords in titles or descriptions
- Missing Canonical URLs: Can cause duplicate content issues
- Incorrect Image Sizes: Poor social media appearance
- Forgetting Language Tags: Affects international SEO
Technical Implementation
Place the generated meta tags in the <head> section of your HTML document:
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated meta tags go here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title</title>
<!-- ... other meta tags ... -->
</head>
<body>
<!-- Your page content -->
</body>
</html>
Validation Tools
After implementing your meta tags, validate them using:
- Google Rich Results Test: Check structured data and search appearance
- Facebook Sharing Debugger: Test Open Graph tags
- Twitter Card Validator: Verify Twitter Card implementation
- SEO Audit Tools: Comprehensive meta tag analysis
Privacy
This tool processes all data locally in your browser. No information is sent to any server, ensuring your content remains private and secure.
Tips for Success
- Research Keywords: Use keyword research tools to find relevant terms
- Analyze Competitors: Study successful meta tags in your niche
- Test Variations: A/B test different titles and descriptions
- Monitor Performance: Track click-through rates in analytics
- Stay Updated: Follow SEO best practices and algorithm changes