Skip to content

Commit 24cb18f

Browse files
Merge pull request #151 from codeforpdx/issue-150/social-media-sharing-cards-meta-tags
adding meta tags for sharing on social media
2 parents 5303a36 + 18e3c39 commit 24cb18f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
5+
<!-- Basic Meta Tags -->
46
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" />
67
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
78
<title>CODE PDX</title>
9+
<meta name="description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public." />
10+
11+
<!-- Favicon -->
12+
<link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" />
13+
14+
<!-- Facebook/Other Socials Meta Tags -->
15+
<meta property="og:url" content="https://www.codepdx.org/">
16+
<meta property="og:type" content="website">
17+
<meta property="og:title" content="CODE PDX | Civic Technology Volunteer Group Based in Portland, OR">
18+
<meta property="og:description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public.">
19+
<meta property="og:image" content="https://www.codepdx.org/assets/codePdx/CodePDX_logo_for_cards.webp">
20+
<meta property="og:image:type" content="image/webp">
21+
<meta property="og:image:alt" content="CODE PDX rose logo">
22+
23+
<!-- Twitter/X Meta Tags -->
24+
<meta name="twitter:card" content="summary_large_image">
25+
<meta property="twitter:domain" content="codepdx.org">
26+
<meta property="twitter:url" content="https://www.codepdx.org">
27+
<meta name="twitter:title" content="CODE PDX | Civic Technology Volunteer Group Based in Portland, OR">
28+
<meta name="twitter:description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public.">
29+
<meta name="twitter:image" content="https://www.codepdx.org/assets/codePdx/CodePDX_logo_for_cards.webp">
30+
<meta property="twitter:image:alt" content="CODE PDX rose logo">
31+
832
</head>
933
<body>
1034
<div id="root"></div>
Binary file not shown.

0 commit comments

Comments
 (0)