1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-06-16 07:06:47 +00:00

meta info

This commit is contained in:
Anson Biggs 2021-05-06 17:10:37 -07:00
parent 093ea205f2
commit 1754cd1bfb

View File

@ -13,15 +13,24 @@
<link rel="stylesheet" href="assets/css/water.css" /> <link rel="stylesheet" href="assets/css/water.css" />
<link rel="stylesheet" href="assets/css/styles.css" /> <link rel="stylesheet" href="assets/css/styles.css" />
<meta name="description" content="Page description" /> <meta
<meta property="og:title" content="Unique page title - My Site" /> name="description"
<meta property="og:description" content="Page description" /> content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord"
<meta property="og:image" content="https://www.mywebsite.com/image.jpg" /> />
<meta property="og:image:alt" content="Image description" /> <meta property="og:title" content="Simple Stock Bots" />
<meta
property="og:description"
content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord"
/>
<meta property="og:image" content="assets/img/TgChartChat" />
<meta property="og:image:alt" content="Stock Market Chart" />
<meta property="og:locale" content="en_US" /> <meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://www.mywebsite.com/page" /> <meta
property="og:url"
content="https://simple-stock-bots.gitlab.io/splash-page/"
/>
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> <link rel="icon" href="/favicon.svg" type="image/svg+xml" />