Skip to content

Commit 5bd70ae

Browse files
authored
Merge pull request #10261 from ethereum/docsearch-description
Add docsearch:description meta tag
2 parents 113b444 + aff2a09 commit 5bd70ae

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)