Skip to content

Commit c64a152

Browse files
avivaceAntonio Vivace
authored andcommitted
seo: set basic OG and twitter meta tags
1 parent bbea489 commit c64a152

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

theme/index.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
<meta name="viewport" content="width=device-width, initial-scale=1">
2121
<meta name="theme-color" content="#ffffff" />
2222

23+
<!-- Open Graph tags-->
24+
<meta name="og:site_name" content="summary" />
25+
<meta name="og:image" content="https://gbdev.io/pandocs/favicon.png" />
26+
<meta name="og:title" content="{{ title }}" />
27+
<meta name="og:description" content="{{ description }}" />
28+
29+
<!-- Twitter meta tags -->
30+
<meta name="twitter:card" content="summary" />
31+
<meta name="twitter:site" content="@gbdev0" />
32+
2333
{{#if favicon_svg}}
2434
<link rel="icon" href="{{ path_to_root }}favicon.svg">
2535
{{/if}}

0 commit comments

Comments
 (0)