Skip to content

Commit ba0689f

Browse files
authored
Merge pull request #13 from kyoto-tech/opengraph
og tags; addresses #9
2 parents f0bb335 + a914e72 commit ba0689f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

public/og/kyoto-tech-meetup.png

1.17 MB
Loading

src/layouts/Layout.astro

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ import "../styles/global.css";
99
<meta name="viewport" content="width=device-width" />
1010
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
1111
<meta name="generator" content={Astro.generator} />
12+
<meta
13+
name="description"
14+
content="Gatherings for developers, designers, researchers, and founders exploring technology in Kyoto. Conversation-first meetups, community hack days, and collaborations in the city’s tech scene."
15+
/>
16+
<meta property="og:type" content="website" />
17+
<meta property="og:site_name" content="Kyoto Tech Meetup" />
18+
<meta property="og:title" content="Kyoto Tech Meetup — Connect, learn, and build together in Japan's cultural heart" />
19+
<meta
20+
property="og:description"
21+
content="Gatherings for developers, designers, researchers, and founders exploring technology in Kyoto. Conversation-first meetups, community hack days, and collaborations in the city’s tech scene."
22+
/>
23+
<meta property="og:url" content="https://kyoto-tech.github.io/" />
24+
<meta property="og:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.jpg" />
25+
<meta property="og:image:width" content="1200" />
26+
<meta property="og:image:height" content="630" />
27+
<meta property="og:image:alt" content="Community meetup in Kyoto for builders and technologists" />
28+
<meta name="twitter:card" content="summary_large_image" />
29+
<meta name="twitter:title" content="Kyoto Tech Meetup — Connect, learn, and build together in Japan's cultural heart" />
30+
<meta
31+
name="twitter:description"
32+
content="Gatherings for developers, designers, researchers, and founders exploring technology in Kyoto. Conversation-first meetups, community hack days, and collaborations in the city’s tech scene."
33+
/>
34+
<meta name="twitter:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.jpg" />
35+
<meta name="twitter:image:alt" content="Community meetup in Kyoto for builders and technologists" />
1236
<title>Kyoto Tech Meetup</title>
1337
</head>
1438
<body>

0 commit comments

Comments
 (0)