Meta Tag Generator
Generate HTML meta tags for SEO. Set title, description, keywords, viewport, robots, and canonical URL. Copy and paste into your HTML head section.
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
About this tool
Meta tags provide metadata about your HTML page. They help search engines understand your content and control how your page appears in search results. This generator creates the essential meta tags every page needs.
The Meta Tag Generator is a must-have tool for website owners and SEO professionals optimizing their pages for search engines. When you use the Meta Tag Generator, you create properly formatted title tags, meta descriptions, and other essential HTML metadata. Content managers use the Meta Tag Generator to maintain consistent SEO standards across hundreds of web pages. Freelance developers save time by generating correct meta tag markup instead of writing it manually from memory.
This Meta Tag Generator produces all the critical meta tags that search engines and browsers expect on every well-optimized page. The title tag character counter helps you stay within the recommended 60-character limit for optimal search result display. The meta description field includes a 160-character counter to prevent your snippet from being truncated in Google results. Additional options include canonical URL, robots directives, viewport settings, and charset declaration for complete page metadata coverage.
For best SEO results with the Meta Tag Generator, write unique and descriptive titles that include your primary target keyword naturally. Meta descriptions should summarize the page content in a compelling way that encourages users to click from search results. Set the robots directive to noindex for pages you want to exclude from search engine results like thank-you and login pages. Always include a canonical URL to prevent duplicate content issues when the same page is accessible through multiple URL variations.
All generation happens in your browser. Copy the output and paste it into the <head> section of your HTML.
settingsOptions
Frequently Asked Questions
What meta tags should every page have?
At minimum: a title tag (under 60 characters), a meta description (under 160 characters), a viewport tag for mobile responsiveness, and a charset declaration (UTF-8).
Do meta keywords still matter for SEO?
Google ignores the keywords meta tag for ranking. However, some other search engines may still use it. It does not hurt to include relevant keywords.
What does the robots meta tag do?
The robots meta tag tells search engines whether to index a page (index/noindex) and whether to follow its links (follow/nofollow). The default is index, follow.