-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnext-seo.json
More file actions
36 lines (36 loc) · 977 Bytes
/
next-seo.json
File metadata and controls
36 lines (36 loc) · 977 Bytes
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
{
"defaultTitle": "Script Kit: Shortcut to Everything",
"description": "An open-source kit to optimize your developer workflow.",
"titleTemplate": "%s | Script Kit",
"siteUrl": "scriptkit.com",
"favicon": "/favicon.ico",
"twitter": {
"site": "@johnlindquist",
"handle": "@johnlindquist",
"cardType": "summary_large_image"
},
"additionalMetaTags": [
{"property": "author", "content": "John Lindquist"},
{
"property": "keywords",
"content": "script kit, kit, script, automation, javascript, shell"
}
],
"openGraph": {
"title": "Script Kit: Shortcut to Everything",
"description": "An open-source kit to optimize your developer workflow.",
"type": "website",
"site_name": "Script Kit",
"profile": {
"firstName": "John",
"lastName": "Lindquist"
},
"images": [
{
"url": "https://scriptkit.com/[email protected]",
"width": 1280,
"height": 720
}
]
}
}