メタタグジェネレーター
ウェブサイトのSEO用のHTMLメタタグを簡単に生成するツール。検索エンジン最適化とソーシャルメディア共有用のタグを生成します。
基本メタタグ
ウェブサイトの基本情報を入力してください。
カンマで区切ってください。
生成されたメタタグ
以下のコードをHTMLドキュメントの 
<head> タグ内に貼り付けてください。<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" />