Meta Tag Generator

A tool to easily generate HTML meta tags for website SEO. Generate tags for search engine optimization and social media sharing.

Basic Meta Tags
Enter basic information about your website.

Separate with commas.

Generated Meta Tags
Paste the code below inside the <head> tag of your HTML document.
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta http-equiv="content-language" content="ko" />
<meta name="theme-color" content="#ffffff" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:locale" content="ko_KR" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />

<!-- Icons -->
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
    Meta Tag Generator