Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
Added more og meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfarr committed Oct 29, 2022
1 parent 68cdea0 commit 92e5b14
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,47 @@
/>
<title>Pinfluencer - Marketing done sustainably</title>

<!-- HTML Meta Tags -->
<title>Pinfluencer - Marketing done sustainably</title>
<meta
name="description"
content="Sustainably focused Inflencer Marketing Platform"
/>

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://pinfluencer.link" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Pinfluencer - Marketing done sustainably"
data-rh="true"
/>
<meta
property="og:description"
content="Sustainably focused Inflencer Marketing Platform"
data-rh="true"
/>
<meta
property="og:image"
content="https://pinfluencer.link/main-logo.png"
data-rh="true"
/>

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="pinfluencer.link" />
<meta property="twitter:url" content="https://pinfluencer.link" />
<meta
name="twitter:title"
content="Pinfluencer - Marketing done sustainably"
/>
<meta
name="twitter:description"
content="Sustainably focused Inflencer Marketing Platform"
/>
<meta
name="twitter:image"
content="https://pinfluencer.link/main-logo.png"
/>

<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 92e5b14

Please sign in to comment.