Skip to content

Commit a807a99

Browse files
committed
SEO: add ユーティーコード as keywords, and use png image as og:image
1 parent 068905f commit a807a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/utcode-logo/normal.png

10.2 KB
Loading

src/layouts/meta.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const url = Astro.url.href;
2222
<meta property="og:site_name" content="ut.code();" />
2323
<meta property="og:title" content={title} />
2424
{description && <meta property="og:description" content={description} />}
25-
<meta property="og:image" content={image?.src ?? "/utcode-logo/normal.svg"} />
25+
<meta property="og:image" content={image?.src ?? "/utcode-logo/normal.png"} />
2626
<meta property="og:url" content={url} />
2727
<meta property="og:locale" content="ja_JP" />
2828
<meta name="twitter:card" content="summary_large_image" />
@@ -31,7 +31,7 @@ const url = Astro.url.href;
3131
name="keywords"
3232
content={[
3333
...keywords,
34-
"ソフトウェアエンジニアリング,プログラミング,東京大学,サークル",
34+
"ユーティーコード,ソフトウェアエンジニアリング,プログラミング,東京大学,サークル",
3535
].join(",")}
3636
/>
3737
<!-- 何だこれ -->

0 commit comments

Comments
 (0)