Skip to content

Commit 64ddbf6

Browse files
committed
Add OG tags
1 parent 89e9d54 commit 64ddbf6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

public/hactar.png

208 KB
Loading

public/index.html

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Hactar - Analysis tool for your Filecoin miner</title>
5+
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1" />
68
<meta
79
name="description"
810
content="Hactar gives you insights into your performance as a miner in Filecoin blockchain network. Start optimizing your work."
911
/>
1012

13+
<!-- Favicon -->
1114
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png">
1215
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png">
1316
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png">
1417
<link rel="manifest" href="%PUBLIC_URL%/favicon/site.webmanifest">
1518
<link rel="mask-icon" href="%PUBLIC_URL%/favicon/safari-pinned-tab.svg" color="#5bbad5">
1619
<meta name="msapplication-TileColor" content="#da532c">
1720
<meta name="theme-color" content="#242B3D">
21+
<!-- End favicon -->
1822

1923
<!--
2024
Notice the use of %PUBLIC_URL% in the tags above.
@@ -25,7 +29,22 @@
2529
work correctly both with client-side routing and a non-root public URL.
2630
Learn how to configure a non-root public URL by running `npm run build`.
2731
-->
28-
<title>Hactar - Analysis tool for your Filecoin miner</title>
32+
33+
<!-- OG tags -->
34+
<meta property=”og:type” content=”website” />
35+
<meta property="og:title" content="Hactar - Analysis tool for your Filecoin miner">
36+
<meta property="og:description" content="Gives you insights into your performance as a miner in the Filecoin network. ">
37+
<meta property=”og:image” content=”%PUBLIC_URL%/public/hactar.png” />
38+
<meta property=”og:url” content=”http://hactar.nodefactory.io” />
39+
<meta property=”og:site_name” content=”Hactar” />
40+
41+
<meta name="twitter:title" content="Hactar - Analysis tool for your Filecoin miner">
42+
<meta name="twitter:description" content="Gives you insights into your performance as a miner in the Filecoin network. ">
43+
<meta name=”twitter:image” content=”%PUBLIC_URL%/public/hactar.png”>
44+
<meta name=”twitter:site” content=”@nodefactoryio”>
45+
<meta name=”twitter:creator” content=”@nodefactoryio”>
46+
<!-- End OG tags -->
47+
2948
</head>
3049
<body>
3150
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)