Skip to content

Commit 3da1f02

Browse files
committed
fix(meta): Add description meta tag
description meta is being used by Google search engine to show the page info
1 parent 8fa4fc1 commit 3da1f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/Meta.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
{#if description}
2727
<meta property="og:description" content="{description}" />
2828
<meta name="twitter:description" content="{description}" />
29+
<meta name="description" content="{description}" />
2930
{/if}
3031

3132
<meta name="twitter:card" content="{twitterType}" />

0 commit comments

Comments
 (0)