Skip to content

Commit aff2a09

Browse files
committed
add docsearch:description meta tag
1 parent 113b444 commit aff2a09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/PageMetadata.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ const PageMetadata: React.FC<IProps> = ({
200200
property: `og:site_name`,
201201
content: `ethereum.org`,
202202
},
203+
{
204+
name: `docsearch:description`,
205+
content: desc,
206+
},
203207
].concat(meta)}
204208
>
205209
<script type="application/ld+json">

0 commit comments

Comments
 (0)