Skip to content

Commit 9aa3532

Browse files
committed
メタデータ調整
1 parent a6f8d33 commit 9aa3532

5 files changed

Lines changed: 46 additions & 36 deletions

File tree

blog.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1"
99
/>
10+
<meta
11+
name="description"
12+
content="エンジニア PanKUN技術ブログ"
13+
/>
1014

1115
<!-- 共通CSS -->
1216
<link rel="stylesheet" href="assets/css/base.css" />
@@ -31,18 +35,14 @@
3135
sizes="192x192"
3236
/>
3337

34-
<meta
35-
name="description"
36-
content="PanKUN の技術ブログ。Unity / UE5 / ツール開発などのメモとナレッジ。"
37-
/>
38-
38+
<!-- OG関係 -->
3939
<meta
4040
property="og:title"
4141
content="PanKUN Blog | pankun.dev"
4242
/>
4343
<meta
4444
property="og:description"
45-
content="ゲーム開発・ツール開発に関する技術ブログ。Unity / UE5 / プラグイン開発など。"
45+
content="エンジニア PanKUN技術ブログ"
4646
/>
4747
<meta property="og:type" content="website" />
4848
<meta
@@ -65,7 +65,7 @@
6565
/>
6666
<meta
6767
name="twitter:description"
68-
content="ゲーム開発・ツール開発に関する技術ブログ。"
68+
content="エンジニア PanKUN技術ブログ"
6969
/>
7070
<meta
7171
name="twitter:image"

contact.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1"
99
/>
10+
<meta
11+
name="description"
12+
content="エンジニア PanKUNお問い合わせページ"
13+
/>
1014

1115
<!-- 共通CSS -->
1216
<link rel="stylesheet" href="assets/css/base.css" />
@@ -34,22 +38,18 @@
3438
sizes="192x192"
3539
/>
3640

37-
<meta
38-
name="description"
39-
content="エンジニア PanKUNのポートフォリオ"
40-
/>
41-
41+
<!-- OG関係 -->
4242
<meta
4343
property="og:title"
4444
content="PanKUN Contact | pankun.dev"
4545
/>
4646
<meta
4747
property="og:description"
48-
content="エンジニア PanKUNコンタクト/制作したゲームやツール、技術ブログを掲載"
48+
content="エンジニア PanKUNお問い合わせページ"
4949
/>
5050
<meta property="og:type" content="article" />
5151
<meta
52-
property="og:l"
52+
property="og:url"
5353
content="https://breadmotion.github.io/WebSite/"
5454
/>
5555
<meta
@@ -58,6 +58,7 @@
5858
/>
5959
<meta property="og:site_name" content="PanKUN" />
6060

61+
<!-- Twitter -->
6162
<meta
6263
name="twitter:card"
6364
content="summary_large_image"
@@ -68,7 +69,7 @@
6869
/>
6970
<meta
7071
name="twitter:description"
71-
content="エンジニア PanKUNコンタクト"
72+
content="エンジニア PanKUNお問い合わせページ"
7273
/>
7374
<meta
7475
name="twitter:image"

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1"
99
/>
10+
<meta
11+
name="description"
12+
content="エンジニア PanKUNホームページ"
13+
/>
1014

1115
<!-- 共通CSS -->
1216
<link
@@ -44,18 +48,14 @@
4448
sizes="192x192"
4549
/>
4650

47-
<meta
48-
name="description"
49-
content="エンジニア PanKUNのホームページ"
50-
/>
51-
51+
<!-- OG関係 -->
5252
<meta
5353
property="og:title"
5454
content="PanKUN HomePage | pankun.dev"
5555
/>
5656
<meta
5757
property="og:description"
58-
content="エンジニア PanKUNのホームページ/制作したゲームやツール、技術ブログを掲載"
58+
content="エンジニア PanKUNホームページ"
5959
/>
6060
<meta property="og:type" content="website" />
6161
<meta
@@ -68,6 +68,7 @@
6868
/>
6969
<meta property="og:site_name" content="PanKUN" />
7070

71+
<!-- Twitter -->
7172
<meta
7273
name="twitter:card"
7374
content="summary_large_image"
@@ -78,13 +79,14 @@
7879
/>
7980
<meta
8081
name="twitter:description"
81-
content="エンジニア PanKUNホームサイト"
82+
content="エンジニア PanKUNホームページ"
8283
/>
8384
<meta
8485
name="twitter:image"
8586
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
8687
/>
8788

89+
<!-- Google登録 -->
8890
<meta
8991
name="google-site-verification"
9092
content="2us9bSy_ytt-3S-o8CVDVK8SPFWC9G3h39tzB-TKq7c"

portfolio.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1"
99
/>
10+
<meta
11+
name="description"
12+
content="エンジニア PanKUNポートフォリオ一覧"
13+
/>
1014

1115
<!-- 共通CSS -->
1216
<link rel="stylesheet" href="assets/css/base.css" />
@@ -34,18 +38,14 @@
3438
sizes="192x192"
3539
/>
3640

37-
<meta
38-
name="description"
39-
content="PanKUN のポートフォリオ。制作したゲームやツール、参加プロジェクトの一覧。"
40-
/>
41-
41+
<!-- OG関係 -->
4242
<meta
4343
property="og:title"
4444
content="PanKUN Portfolio | pankun.dev"
4545
/>
4646
<meta
4747
property="og:description"
48-
content="制作したゲームやツール、参加しているプロジェクトの一覧ページ。"
48+
content="エンジニア PanKUNポートフォリオ一覧"
4949
/>
5050
<meta property="og:type" content="article" />
5151
<meta
@@ -58,6 +58,7 @@
5858
/>
5959
<meta property="og:site_name" content="PanKUN" />
6060

61+
<!-- Twitter -->
6162
<meta
6263
name="twitter:card"
6364
content="summary_large_image"
@@ -68,7 +69,7 @@
6869
/>
6970
<meta
7071
name="twitter:description"
71-
content="制作したゲームやツール、参加プロジェクトの一覧。"
72+
content="エンジニア PanKUNポートフォリオ一覧"
7273
/>
7374
<meta
7475
name="twitter:image"

products.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1"
99
/>
10+
<meta
11+
name="description"
12+
content="エンジニア PanKUN商品一覧"
13+
/>
1014

1115
<!-- 共通CSS -->
1216
<link rel="stylesheet" href="assets/css/base.css" />
@@ -34,18 +38,14 @@
3438
sizes="192x192"
3539
/>
3640

37-
<meta
38-
name="description"
39-
content="制作・販売しているゲームやプラグイン、ツールの一覧ページ"
40-
/>
41-
41+
<!-- OG関係 -->
4242
<meta
4343
property="og:title"
4444
content="PanKUN Products | pankun.dev"
4545
/>
4646
<meta
4747
property="og:description"
48-
content="販売・配布しているゲーム、プラグイン、ツールの一覧"
48+
content="エンジニア PanKUN商品一覧"
4949
/>
5050
<meta property="og:type" content="product" />
5151
<meta
@@ -58,6 +58,7 @@
5858
/>
5959
<meta property="og:site_name" content="PanKUN" />
6060

61+
<!-- Twitter -->
6162
<meta
6263
name="twitter:card"
6364
content="summary_large_image"
@@ -68,12 +69,17 @@
6869
/>
6970
<meta
7071
name="twitter:description"
71-
content="販売・配布しているゲーム、プラグイン、ツールの一覧"
72+
content="エンジニア PanKUN商品一覧"
7273
/>
7374
<meta
7475
name="twitter:image"
7576
content="https://breadmotion.github.io/WebSite/assets/img/ogp.png"
7677
/>
78+
<!-- Google登録 -->
79+
<meta
80+
name="google-site-verification"
81+
content="2us9bSy_ytt-3S-o8CVDVK8SPFWC9G3h39tzB-TKq7c"
82+
/>
7783
</head>
7884
<!-- nav の active 表示用 -->
7985
<body data-page="products">

0 commit comments

Comments
 (0)