diff --git a/src/components/CommonHead.tsx b/src/components/CommonHead.tsx index a6b7235e..86be1262 100644 --- a/src/components/CommonHead.tsx +++ b/src/components/CommonHead.tsx @@ -6,11 +6,13 @@ import config from "../../gatsby-config"; export default function CommonHead({ title, description, + keywords, image, linkedData, }: { title: string | null; description?: string; + keywords?: string[]; image?: string; linkedData?: WithContext; }) { @@ -45,6 +47,16 @@ export default function CommonHead({ + {linkedData && ( )} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b5db8b47..17744a14 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -61,7 +61,8 @@ export default function IndexPage({ data }: PageProps) {

ut.code(); は、2019 - 年設立の東京大学のソフトウェアエンジニアリングコミュニティです。 + 年発足の東京大学のソフトウェアエンジニアリングコミュニティ・プログラミングサークルです。 + プログラミングの学習から、実社会で役立つソフトウェア製作まで、幅広い活動を行っています。