-
Notifications
You must be signed in to change notification settings - Fork 1
/
schemaSEO
79 lines (79 loc) · 3 KB
/
schemaSEO
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<script type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "Odyssey",
"alternateName": "Odyssey IIIT D",
"url": "http://odyssey.iiitd.edu.in/",
"keywords":"Odyssey, Odyssey IIIT D, Odyssey IIITD, Odyssey IIIT, Cultural fest of IIIT D, Cultral fest in Delhi",
"sameAs": [
"https://www.facebook.com/odyssey.iiitd/",
"https://plus.google.com/104900525075222914073",
"https://twitter.com/IIITDOdyssey",
"https://www.instagram.com/iiitdodyssey/",
"https://www.youtube.com/channel/UCO-faubxbzjAqka5Po5IgmQ"
],
"description": "Odyssey is IIITD’s cultural festival that provides a platform for talent and competition in various fields. This year, with the theme of “Around the world in two days”, Odyssey will will host several unique events in a wide array of categories, including Dance, Music, Theatre, and Digital Arts."
}
</script>
<script type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "Event",
"name": "<Event Name>",
"@id": "http://odyssey.iiitd.edu.in/events/<event-uid>",
"url": "http://odyssey.iiitd.edu.in/events/<event-uid>",
"image":"http://odyssey.iiitd.edu.in/events/cover.png",
"sameAs": [
"https://www.facebook.com/links to event"
],
"superEvent" : {
"@type":"Festival",
"name":"Odyssey",
"@id":"http://odyssey.iiitd.edu.in/",
"url":"http://odyssey.iiitd.edu.in/",
"location": {
"@type": "Place",
"name": "IIIT D",
"alternateName": "IIIT Delhi",
"sameAs": "https://www.iiitd.ac.in/",
"address": {
"@type": "PostalAddress",
"streetAddress": " Indraprastha Institute of Information Technology, Okhla Industrial Estate, Phase III, (Near Govindpuri Metro Station) New Delhi, India",
"addressLocality": "New Delhi",
"addressRegion": "Delhi",
"postalCode": "110020",
"addressCountry": "India"
}
},
"startDate": "2017-03-24T08:00",
"endDate": "2017-03-25T23:59"
},
"startDate": "2017-03-24T08:00",
"endDate": "2017-03-25T23:59",
"description": "event description",
"location": {
"@type": "Place",
"name": "IIIT D",
"alternateName": "IIIT Delhi",
"sameAs": "https://www.iiitd.ac.in/",
"address": {
"@type": "PostalAddress",
"streetAddress": " Indraprastha Institute of Information Technology, Okhla Industrial Estate, Phase III, (Near Govindpuri Metro Station) New Delhi, India",
"addressLocality": "New Delhi",
"addressRegion": "Delhi",
"postalCode": "110020",
"addressCountry": "India"
}
},
"typicalAgeRange": "15-30",
"offers": {
"@type": "Offer",
"description": "Event Ticket",
"priceCurrency": "INR",
"availability": "http://schema.org/LimitedAvailability",
"url": "resgistration url",
"price": "0"
}
}
</script>