mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
refactor: update SEO tags
This commit is contained in:
parent
2bdd6e4ffd
commit
a7d650e61c
BIN
public/Spacebar.png
Normal file
BIN
public/Spacebar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -1,16 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="title" content="Spacebar">
|
||||
<meta name="description" content="Spacebar is a free, opensource selfhostable discord-compatible chat, voice and video platform.">
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://spacebar.chat/">
|
||||
<meta property="og:title" content="Spacebar">
|
||||
<meta property="og:description" content="Spacebar is a free, opensource selfhostable discord-compatible chat, voice and video platform.">
|
||||
<meta property="og:image" content="%PUBLIC_URL%/Spacebar.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://spacebar.chat/">
|
||||
<meta property="twitter:title" content="Spacebar">
|
||||
<meta property="twitter:description" content="Spacebar is a free, opensource selfhostable discord-compatible chat, voice and video platform.">
|
||||
<meta property="twitter:image" content="%PUBLIC_URL%/Spacebar.png">
|
||||
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
|
||||
<title>Spacebar</title>
|
||||
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user