forked from DiscordBio/dbio.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseo.config.js
58 lines (58 loc) · 1.97 KB
/
seo.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module.exports = {
title: "Discord Bio – Start introducing yourself to the world.",
description: "Make yourself stand out, meet new people and bring new faces to your team. Start introducing yourself to the world.",
canonical: "https://www.dbio.me",
defaultTitle: 'Discord Bio – Start introducing yourself to the world.',
titleTemplate: '%s – Discord Bio',
openGraph: {
url: 'https://www.dbio.me',
title: 'Discord Bio – Start introducing yourself to the world.',
description: 'Make yourself stand out, meet new people and bring new faces to your team. Start introducing yourself to the world.',
images: [
{
url: 'https://cdn.dbio.me/assets/banner.png',
width: 900,
height: 400,
alt: 'Discord Bio - Open Graph Image Alt',
type: 'image/jpeg',
},
],
site_name: 'Discord Bio – Start introducing yourself to the world.',
},
additionalLinkTags: [
{
rel: 'icon',
href: 'https://cdn.dbio.me/assets/icon-512x512.png',
},
{
rel: 'apple-touch-icon',
href: 'https://cdn.dbio.me/assets/icon-512x512.png',
},
{
rel: 'apple-touch-icon',
href: 'https://cdn.dbio.me/assets/icon-512x512.png',
},
{
rel: 'manifest',
href: '/manifest.json'
},
{
rel: 'preconnect',
href: 'https://fonts.googleapis.com'
},
{
rel: 'preconnect',
href: 'https://fonts.gstatic.com',
crossOrigin: "true"
},
{
rel: 'stylesheet',
href: 'https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css'
}
],
twitter: {
handle: '@dbio',
site: '@dbio',
cardType: 'summary_large_image',
}
}