Skip to content

Commit c634fc7

Browse files
committed
Social share image in the recommended size 1200x630
WebP works on all platforms: https://stackoverflow.com/a/79617671/26575 og:image:alt may be bad for accessibility: https://yoast.com/developer-blog/why-we-dont-set-the-og-image-alt-tag/
1 parent 3b28b69 commit c634fc7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
92 KB
Binary file not shown.

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>PyData Helsinki</title>
4+
<title>PyData Helsinki meetup</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="description" content="A group of Python and data enthusiasts in Helsinki, Finland.">
87
<link rel="stylesheet" href="style.css?v=4">
98
<link rel="canonical" href="https://pydata-helsinki.github.io/">
109

@@ -14,14 +13,15 @@
1413
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
1514
<link rel="manifest" href="/assets/site.webmanifest" />
1615

17-
<meta property="og:title" content="PyData Helsinki">
18-
<meta name="description" content="A group of Python and data enthusiasts in Helsinki, Finland">
19-
<meta property="og:description" content="A group of Python and data enthusiasts in Helsinki, Finland">
16+
<meta property="og:title" content="PyData Helsinki meetup: Python and data enthusiasts">
17+
<meta name="description" content="Join our meetup! We share real-world experiences solving problems using open-source tools in machine learning, data engineering, etc.">
2018
<meta property="og:type" content="website">
21-
<meta property="og:image" content="https://pydata-helsinki.github.io/assets/PyData_Meetup_Logo_Template_-_Helsinki.png">
22-
<meta property="og:image:alt" content="PyData Helsinki logo">
23-
<meta property="og:image:width" content="200">
24-
<meta property="og:image:height" content="203">
19+
<meta property="og:image" content="https://pydata-helsinki.github.io/assets/pydata-helsinki-banner-1200x630.webp">
20+
<meta property="og:image:width" content="1200">
21+
<meta property="og:image:height" content="630">
22+
<meta property="og:image:type" content="image/webp">
23+
24+
<meta name="twitter:card" content="summary_large_image">
2525
</head>
2626
<body>
2727
<div class="banner">

0 commit comments

Comments
 (0)