feat: add basic seo tags
This commit is contained in:
parent
7de11157d3
commit
0388c9c904
@ -7,6 +7,18 @@
|
|||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<meta name="description" content="PSW/UI is a UI library with minimum dependency." />
|
||||||
|
<meta name="keywords" content="UI, library, PSW, React, components" />
|
||||||
|
<meta name="author" content="Shinwoo PARK" />
|
||||||
|
<meta property="og:title" content="PSW/UI" />
|
||||||
|
<meta property="og:description" content="PSW/UI is a UI library with minimum dependency." />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://ui.psw.kr" />
|
||||||
|
<meta property="og:image" content="https://ui.psw.kr/android-chrome-512x512.png" />
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:title" content="PSW/UI" />
|
||||||
|
<meta name="twitter:description" content="PSW/UI is a UI library with minimum dependency." />
|
||||||
|
<meta name="twitter:image" content="https://ui.psw.kr/android-chrome-512x512.png" />
|
||||||
<title>PSW/UI</title>
|
<title>PSW/UI</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user