📝Markdown & HTML
SEO Meta Tags Template
Essential head tags for search engines and browsers.
Explanation
Meta tags provide metadata about the HTML document to search engines and browser behavior.
Examples
Base Tags
Output
<title>...</title> <meta name="description" content="...">
Code Examples
HTML
<!-- Primary Meta Tags -->
<title>Vaima Tools - Professional Web Utilities</title>
<meta name="title" content="Vaima Tools">
<meta name="description" content="All-in-one developer toolbelt for text, data, and design.">
<!-- Canonical -->
<link rel="canonical" href="https://vaima.co/">
<!-- Robots -->
<meta name="robots" content="index, follow">💡 Tips
- Title should be under 60 characters
- Description should be under 160 characters
- The canonical tag prevents duplicate content issues
⚠️ Common Pitfalls
- Avoid keyword stuffing in the meta keywords tag (it is mostly ignored now)