Skip to content

Commit

Permalink
Merge pull request #16 from mitou/add-meta-tags-to-share-in-sns
Browse files Browse the repository at this point in the history
Add OGP/Card/Alt meta tags to be better look when shared in SNS
  • Loading branch information
nishio authored Mar 7, 2024
2 parents c46dde2 + 1d2f8b4 commit 2aedfbb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<meta name="keywords" content="一般社団法人未踏,Mitou Foundation,未踏" />
<title>Mitou Foundation(一般社団法人未踏)</title>

<!-- OGP + JA/EN alternates -->
<meta property="fb:app_id" content="388619947222885" />
<meta property="og:title" content="Mitou Foundation(一般社団法人未踏)" />
<meta name="twitter:title" content="Mitou Foundation(一般社団法人未踏)" />
<meta name="twitter:description" content="Mitou Foundation(一般社団法人未踏)は、経済産業省所管の独立行政法人 IPAが2000 年より推進してきた、天才プログラマー /クリエータを育てる未踏事業にて発掘された「未踏人材」を中心に、創造的人材を多角的に支援することを目的に設立された社団法人です。" />
<meta property="og:description" content="Mitou Foundation(一般社団法人未踏)は、経済産業省所管の独立行政法人 IPAが2000 年より推進してきた、天才プログラマー /クリエータを育てる未踏事業にて発掘された「未踏人材」を中心に、創造的人材を多角的に支援することを目的に設立された社団法人です。" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://www.mitou.org/assets/images/mitou-foundation_ogp.png" />
<meta property="og:image" content="https://www.mitou.org/assets/images/mitou-foundation_ogp.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.mitou.org/index.html" />
<link rel="alternate" hreflang="ja" href="https://www.mitou.org/index.html" />
<link rel="alternate" hreflang="en" href="https://www.mitou.org/index_en.html" />

<!-- CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/simpletextrotator.css" rel="stylesheet">
Expand Down
15 changes: 15 additions & 0 deletions index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
<meta name="author" content="Mitou Foundation">
<meta name="keywords" content="一般社団法人未踏,Mitou Foundation,未踏" />
<title>Mitou Foundation</title>

<!-- OGP + JA/EN alternates -->
<meta property="fb:app_id" content="388619947222885" />
<meta property="og:title" content="Mitou Foundation" />
<meta name="twitter:title" content="Mitou Foundation" />
<meta name="twitter:description" content="The Mitou Foundation focuses on fostering IT innovation by building a network of creative talents, particularly those who have completed the Mitou Program." />
<meta property="og:description" content="The Mitou Foundation focuses on fostering IT innovation by building a network of creative talents, particularly those who have completed the Mitou Program." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://www.mitou.org/assets/images/mitou-foundation_ogp.png" />
<meta property="og:image" content="https://www.mitou.org/assets/images/mitou-foundation_ogp.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.mitou.org/index_en.html" />
<link rel="alternate" hreflang="ja" href="https://www.mitou.org/index.html" />
<link rel="alternate" hreflang="en" href="https://www.mitou.org/index_en.html" />

<!-- CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/simpletextrotator.css" rel="stylesheet">
Expand Down

0 comments on commit 2aedfbb

Please sign in to comment.