Skip to content

Commit d080f94

Browse files
authored
Merge pull request #34 from ut-code/seo-og-props
seo: add og props
1 parent 99a3481 commit d080f94

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

client/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta property="og:locale" content="ja_JP" />
8+
<!-- TODO: make these SEO tags dynamic if needed -->
9+
<meta
10+
property="og:image"
11+
content="https://itsuhima.utcode.net/og-image.webp"
12+
/>
13+
<meta property="og:site_name" content="イツヒマ" />
14+
<meta
15+
property="og:title"
16+
content="イツヒマ - 「いつ暇?」で日程調整しよう"
17+
/>
718
<title>イツヒマ</title>
819
</head>
20+
921
<body style="height: 100%" class="text-gray-600">
1022
<div id="root" style="height: 100%"></div>
1123
<script type="module" src="/src/main.tsx"></script>

client/public/og-image.webp

19.6 KB
Loading

0 commit comments

Comments
 (0)