Skip to content

Commit 66a0945

Browse files
MaxDatenclaude
andcommitted
feat(og): add compelling description with CTA for social sharing
Update og:description and twitter:description meta tags with a concise value proposition and call-to-action to improve social link previews. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d6af6e4 commit 66a0945

1 file changed

Lines changed: 38 additions & 12 deletions

File tree

src/templates/template.html

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="$if(lang)$$lang$$else$en$endif$">
33
<head>
44
<meta charset="utf-8" />
@@ -7,27 +7,53 @@
77
<meta name="generator" content="pandoc" />
88
$for(author-meta)$
99
<meta name="author" content="$author-meta$" />
10-
$endfor$
11-
$if(date-meta)$
10+
$endfor$ $if(date-meta)$
1211
<meta name="date" content="$date-meta$" />
1312
$endif$
14-
<meta name="description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae of $pagetitle$" />
13+
<meta
14+
name="description"
15+
content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae of $pagetitle$"
16+
/>
1517
<!-- Open Graph Meta Tags -->
16-
<meta property="og:title" content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" />
18+
<meta
19+
property="og:title"
20+
content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$"
21+
/>
1722
<meta property="og:type" content="profile" />
18-
<meta property="og:description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae" />
23+
<meta
24+
property="og:description"
25+
content="Senior DevOps & Full-stack Developer | $if(subtitle)$$subtitle$$endif$ | 15+ years shipping production systems. Book a 30-min call."
26+
/>
1927
<meta property="og:url" content="https://cv.maxdaten.io/" />
20-
<meta property="og:image" content="https://cv.maxdaten.io/img/og-card.png" />
28+
<meta
29+
property="og:image"
30+
content="https://cv.maxdaten.io/img/og-card.png"
31+
/>
2132
<meta property="og:image:width" content="1200" />
2233
<meta property="og:image:height" content="630" />
2334
<meta property="og:image:type" content="image/png" />
24-
<meta property="og:image:alt" content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" />
35+
<meta
36+
property="og:image:alt"
37+
content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$"
38+
/>
2539
<!-- Twitter Card Meta Tags -->
2640
<meta name="twitter:card" content="summary_large_image" />
27-
<meta name="twitter:title" content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" />
28-
<meta name="twitter:description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae" />
29-
<meta name="twitter:image" content="https://cv.maxdaten.io/img/og-card.png" />
30-
<meta name="twitter:image:alt" content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" />
41+
<meta
42+
name="twitter:title"
43+
content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$"
44+
/>
45+
<meta
46+
name="twitter:description"
47+
content="Senior DevOps & Full-stack Developer | $if(subtitle)$$subtitle$$endif$ | 15+ years shipping production systems. Book a 30-min call."
48+
/>
49+
<meta
50+
name="twitter:image"
51+
content="https://cv.maxdaten.io/img/og-card.png"
52+
/>
53+
<meta
54+
name="twitter:image:alt"
55+
content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$"
56+
/>
3157
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
3258
<style type="text/css">
3359
code {

0 commit comments

Comments
 (0)