Meta Generator
웹사이트의 Meta 태그를 생성
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <meta name="robots" content="index, follow"> <title></title>
사용 방법
Meta Tags Generator Guide
This tool helps you generate essential meta tags for your web pages. Here's what each field does:
Title Tag
- The most important SEO element
- Shows in browser tabs and search results
- Best practices:
- Keep it under 60 characters
- Include main keyword
- Make it unique for each page
- Format: Primary Keyword - Brand Name
Meta Description
- Appears in search results under the title
- Best practices:
- Keep it between 150-160 characters
- Include main keywords naturally
- Write compelling, actionable content
- Add a call-to-action when appropriate
Keywords
- Comma-separated list of relevant terms
- While less important for SEO now, still useful for:
- Internal site search
- Content organization
- Topic targeting
- Best practices:
- Use 5-10 relevant keywords
- Include variations and related terms
- Don't keyword stuff
Author
- Credits content creator
- Useful for:
- Personal branding
- Multi-author blogs
- Professional sites
- Best practice: Use consistent author names
Robots
- Controls search engine behavior
- Common values:
index, follow(default) - Index this page and follow linksnoindex, follow- Don't index but follow linksindex, nofollow- Index but don't follow linksnoindex, nofollow- Don't index or follow links
Additional Notes
- All meta tags are automatically generated with:
- UTF-8 charset for proper character encoding
- Responsive viewport settings
- Copy the generated code and paste it between your page's
<head>tags