forked from gbowne1/flickpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructured-data.json
More file actions
27 lines (26 loc) · 800 Bytes
/
Copy pathstructured-data.json
File metadata and controls
27 lines (26 loc) · 800 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
{
"@context": "https://schema.org/",
"@type": "Y4:0",
"name": "FlickPicker - Movie Night Tracking Application",
"description": "A Discord bot and website for voting on movies to watch during streaming sessions.",
"url": "https://yourdomain.com",
"image": "https://yourdomain.com/path/to/icon.png",
"sameAs": [
"https://twitter.com/yourhandle",
"https://facebook.com/yourpage"
],
"publisher": {
"@type": "Organization",
"name": "Your Name",
"logo": {
"@type": "ImageObject",
"url": "https://yourdomain.com/path/to/logo.png"
}
},
"datePublished": "2024-01-15T00:00:00+08:00",
"dateModified": "2024-12-15T00:00:00+08:00",
"author": {
"@type": "Person",
"name": "Gregory Bowne"
}
}