Skip to content

Commit

Permalink
Add plain description metatag
Browse files Browse the repository at this point in the history
  • Loading branch information
redaranj committed Nov 5, 2024
1 parent 3f6bb4b commit 24f15bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/common/SocialMetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const SocialMetaTags: FC<SocialMetaTagsProps> = ({

return (
<>
<meta name="description" content={description} />

<meta name="twitter:site" content="@open_archive" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
Expand Down

0 comments on commit 24f15bd

Please sign in to comment.