Skip to content

Commit

Permalink
Merge pull request #212 from AgainIoT/feature/211
Browse files Browse the repository at this point in the history
Fix : add open graph meta tags
  • Loading branch information
ymw0407 authored Nov 6, 2023
2 parents 8d2b5ce + da737ac commit 37ffc0e
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML Meta Tags -->
<title>Open-Set-Go</title>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#3E1B6C" />
<meta
name="description"
content="Best option for open your project, set it open-source friendly, and go programming."
content="Best option to open your project, set it open-source friendly, and go programming."
/>
<!-- preview info when sharing on social network -->
<meta property="og:url" content="https://www.open-set-go.com">
<meta property="og:title" content="Open-Set-Go">
<meta property="og:image" content="%PUBLIC_URL%/lovo.svg">
<meta property="og:description" content="Best option for open your project, set it open-source friendly, and go programming.">
<meta property="og:site_name" content="Open-Set-Go">
<meta property="og:locale" content="en_US">
<!-- <meta property="og:image:width" content="1200"> -->
<!-- <meta property="og:image:height" content="630"> -->
<meta proprety="og:type" content="website"/>
<meta property="og:url" content="https://www.open-set-go.com"/>
<meta property="og:title" content="Open-Set-Go"/>
<meta property="og:image" content="%PUBLIC_URL%/logo.svg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:description" content="Best option to open your project, set it open-source friendly, and go programming."/>
<meta property="og:site_name" content="Open-Set-Go"/>
<meta property="og:locale" content="en_US"/>
<!-- preview info when sharing on twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="open-set-go.com">
<meta property="twitter:url" content="https://www.open-set-go.com">
<meta name="twitter:title" content="Open-Set-Go">
<meta name="twitter:description" content="Best option to open your project, set it open-source friendly, and go programming.">
<meta name="twitter:image" content="https://open-set-go.com/logo.svg">

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

0 comments on commit 37ffc0e

Please sign in to comment.