Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Masha1996 committed Jan 18, 2022
1 parent 8968ba7 commit 6f4f407
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ export default function Home() {
<Layout pageClassName={styles.mainLayout}
description="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space.">
<Head>
<title>1inch Network | Leading high capital efficient DeFi protocols</title>
<meta property="og:title" content="1inch Network | Leading high capital efficient DeFi protocol" />
<meta property="og:description" content="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space." />
<meta property="og:url" content="https://docs.1inch.io/" />
<meta property="og:image" content={Cover} />
<meta property="og:site_name" content="1inch Network Docs" />
<meta property="og:type" content="website" />
<meta property="twitter:title" content="1inch Network | Leading high capital efficient DeFi protocols" />
<meta name="twitter:description" content="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space." />
<meta name="twitter:image:alt" content="1inch Network | Leading high capital efficient DeFi protocols" />
<meta name="twitter:image" content={Cover} />
<title>1inch Network | Leading high capital efficient DeFi protocols</title>
<meta name="twitter:site" content="@1inchNetwork" />
<meta name="twitter:card" content="summary_large_image" />
</Head>
<main className={styles.mainContainer}>
<div className="page-container">
Expand Down

0 comments on commit 6f4f407

Please sign in to comment.