Mastering HTML Meta Tags: A Practical Crash Course
Nerd Cafe | نرد کافه
1. What Meta Tags Are
<head>
<meta name="description" content="Learn HTML meta tags quickly">
</head>2. Essential Meta Tags
1. Charset (Always Include)
<meta charset="UTF-8">2. Viewport (For Mobile)
3. Description (SEO)
4. Keywords (Mostly Obsolete)
5. Author
3. HTTP-Equiv Meta Tags
Refresh Page
4. SEO Meta Tags
Robots
Value
Meaning
Example:
5. Social Media Meta Tags
Open Graph (Facebook, Discord, LinkedIn)
Twitter Cards
6. Complete Example (Realistic Template)
7. Meta Tag Syntax Types
Type 1 — Charset
Type 2 — Name + Content
Type 3 — Property + Content
8. Best Practices
Always include:
Put meta tags at top of <head>
<head>Keep descriptions unique
9. Common Beginner Mistakes
Missing viewport
Too long descriptions
Multiple descriptions
💖 Support Our Work
Channel Overview
Last updated