Skip to content

Commit fb20a9b

Browse files
committed
seo: reorder keywords
1 parent ef61fc9 commit fb20a9b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/layouts/meta.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ const url = Astro.url.href;
3131
name="keywords"
3232
content={[
3333
...keywords,
34-
"ユーティーコード,ソフトウェアエンジニアリング,プログラミング,東京大学,サークル",
34+
"プログラミング,サークル,東京大学,Web開発,ソフトウェアエンジニアリング,ユーティーコード",
3535
].join(",")}
3636
/>
37-
<!-- 何だこれ -->
38-
<!-- {linkedData && ( -->
39-
<!-- <script type="application/ld+json">{JSON.stringify(linkedData)}</script> -->
40-
<!-- )} -->

0 commit comments

Comments
 (0)