Meta Tag Generator
Generate HTML meta tags for SEO. Fill in the fields and copy the tags to your page.
0/60
Recommended: 50–60 characters
0/160
Recommended: 120–160 characters
Comma-separated keywords (optional)
Generated Tags
<!-- Primary Meta Tags --> <meta name="robots" content="index, follow"> <meta http-equiv="content-language" content="en"> <!-- Charset & Viewport --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
Why Meta Tags Matter for SEO
Meta tags tell search engines and social platforms what your page is about. The title and description appear directly in search results — keeping them within the recommended lengths ensures they display correctly without truncation.
The robots tag controls whether search engines index the page and follow its links. Use noindex for pages you want to hide from search results, such as admin pages or thank-you pages after form submissions. A canonical URL prevents duplicate content issues when the same page is accessible at multiple URLs.