Skip to content

Commit aa4601b

Browse files
authored
Merge pull request #243 from farabi-deriv/farabi/bot-2676/add-meta-title-and-description-for-seo
Farabi/bot-2676/add-meta-title-and-description-for-seo
2 parents a72d049 + 6c9c4bb commit aa4601b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/deriv-logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Deriv Bot</title>
7+
<meta name="title" content="Build a trading bot without coding | Deriv Bot." />
8+
<meta
9+
name="description"
10+
content="Import your current bot or learn how to create a trading bot from scratch with our detailed guides, FAQs, and tutorials. Start with a quick strategy!"
11+
/>
12+
<meta property="og:title" content="Deriv Bot" />
13+
<meta
14+
property="og:description"
15+
content="Import your current bot or learn how to create a trading bot from scratch with our detailed guides, FAQs, and tutorials. Start with a quick strategy!"
16+
/>
17+
<title>Build a trading bot without coding | Deriv Bot.</title>
818
<style>
919
:root {
1020
font-size: 62.5%;

0 commit comments

Comments
 (0)