Skip to content

Commit 2fa476a

Browse files
author
Tom Davis
committed
added SEO headers
1 parent 2df8d2c commit 2fa476a

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

public/img/fast-tw2.png

24.5 KB
Loading

public/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@
1717
<link rel="preconnect" href="https://fonts.googleapis.com">
1818
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1919
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
20+
21+
<title>Fast DeFi Tutorial</title>
22+
<meta name="description" content="The fastest DeFi tutorial on Earth"/>
23+
<meta name="author" content="tomuky"/>
24+
<meta name="keywords" content="DeFi, crypto, ETH, Ethereum, BTC, Bitcoin, Tutorial, money, blockchain, decentralized, finance"/>
25+
26+
<meta property="og:url" content="https://fastdefitutorial.com" />
27+
<meta property="og:title" content="Fast DeFi Tutorial" />
28+
<meta property="og:description" content="The fastest DeFi tutorial on Earth" />
29+
<meta property="og:image" content="img/fast-tw2.png"/>
30+
31+
<meta name="twitter:title" content="Fast DeFi Tutorial"/>
32+
<meta name="twitter:card" content="summary"/>
33+
<meta name="twitter:site" content="@tomuky"/>
34+
<meta name="twitter:creator" content="@tomuky"/>
35+
<meta name="twitter:description" content="The fastest DeFi tutorial on Earth" />
36+
<meta name="twitter:image" content="img/fast-tw2.png"/>
2037

2138
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
2239
<!--

src/layout/RootLayout.js

+1-18
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,7 @@ let RootLayout = () => {
88
return (
99
<div className={classes.layout}>
1010
<Helmet>
11-
<title>Fast DeFi Tutorial</title>
12-
<meta name="description" content="The fastest DeFi tutorial on Earth"/>
13-
<meta name="author" content="tomuky"/>
14-
<meta name="keywords" content="DeFi, crypto, ETH, Ethereum, BTC, Bitcoin, Tutorial, money, blockchain, decentralized, finance"/>
15-
16-
<meta property="og:url" content="https://fastdefitutorial.com" />
17-
<meta property="og:title" content="Fast DeFi Tutorial" />
18-
<meta property="og:description" content="The fastest DeFi tutorial on Earth" />
19-
{/* <meta property="og:image" content={require(`../images/bolt-fb2.png`)}/> */}
20-
<meta property="og:image" content={require(`../images/fast-tw2.png`)}/>
21-
22-
<meta name="twitter:title" content="Fast DeFi Tutorial"/>
23-
<meta name="twitter:card" content="summary"/>
24-
<meta name="twitter:site" content="@tomuky"/>
25-
<meta name="twitter:creator" content="@tomuky"/>
26-
<meta name="twitter:description" content="The fastest DeFi tutorial on Earth" />
27-
{/* <meta name="twitter:image" content={require(`../images/bolt-tw.png`)}/> */}
28-
<meta name="twitter:image" content={require(`../images/fast-tw2.png`)}/>
11+
{/* nothing */}
2912
</Helmet>
3013
<MainNavigation/>
3114
<MobileHeader/>

src/topics/welcome.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Welcome = () => {
1212
<p>DeFi is finance using the blockchain.</p>
1313
<p>Easy. Straight to the point. Step by step.</p>
1414
<p>Questions? You can reach out on <ExternalLink title='Twitter' to='https://twitter.com/tomuky' icon='twitter-logo.png'/></p>
15-
<p>Or email at <ExternalLink title='[email protected]' to='mailto:[email protected]' icon='email-icon.png'/></p>
15+
<p>Or email <ExternalLink title='[email protected]' to='mailto:[email protected]' icon='email-icon.png'/></p>
1616
<p><InternalLink title='Start here' to='/first' icon='first-logo.png'/></p>
1717
</div>
1818
</>

0 commit comments

Comments
 (0)