Skip to content

Commit 19b86e7

Browse files
committed
JSON-LD added
1 parent 1ee4e9b commit 19b86e7

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

src/Views/Include/footer.php

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,59 @@
2020
<script>
2121
const apiAddress = '<?= URL_ROOT; ?>';
2222
</script>
23+
24+
<!-- LD JSON -->
25+
<script type="application/ld+json">
26+
{
27+
"@context": "https://schema.org/",
28+
"@type": "Corporation",
29+
"name": "GiliApps",
30+
"legalName" : "GiliApps",
31+
"url": "<?= URL_ROOT; ?>",
32+
"logo": "<?= URL_ROOT; ?>/assets/images/logo.png",
33+
"foundingDate": "2014-01-10",
34+
"founders": [
35+
{
36+
"@type": "Person",
37+
"name": "Ismael Azaran"
38+
} ],
39+
"address": {
40+
"@type": "PostalAddress",
41+
"streetAddress": "7035 Balmoral St, Burnaby",
42+
"addressLocality": "Vancouver",
43+
"addressRegion": "BC",
44+
"postalCode": "V5E 1J4",
45+
"addressCountry": "Canada"
46+
},
47+
"geo": {
48+
"@type": "GeoCoordinates",
49+
"longitude": "-122.9587149",
50+
"latitude": "49.22043"
51+
},
52+
"hasMap": "https://www.google.com/maps/place/Giliapps/@49.22043,-122.9587149,15z/data=!4m2!3m1!1s0x0:0x7c4b556928c54c6b?sa=X&ved=0ahUKEwiYxKWQ1ejVAhWQZpoKHai5AdAQ_BIIoAEwEg",
53+
"openingHours": "Mo 09:00-18:00 Tu 09:00-18:00 We 09:00-18:00 Th 09:00-18:00 Fr 09:00-18:00 Sa Closed Su Closed",
54+
"contactPoint": {
55+
"@type": "PostalAddress",
56+
"contactType": "Support",
57+
"telephone": "[+1-778-806-1308]"
58+
},
59+
"sameAs": [
60+
"https://www.instagram.com/giliapps",
61+
"https://twitter.com/Giliapps",
62+
"https://www.facebook.com/Giliapps",
63+
"http://www.linkedin.com/company/giliapps",
64+
"https://www.pinterest.com/giliapps",
65+
"http://www.youtube.com/user/Giliapps",
66+
"http://giliapps.tumblr.com",
67+
"https://foursquare.com/v/giliapps/5412e16f498e0e4501f1cdb2",
68+
"http://vimeo.com/giliapps",
69+
"https://github.com/Giliapps",
70+
"https://codepen.io/Giliapps",
71+
"http://weheartit.com/giliapps"
72+
]
73+
}
74+
</script>
75+
2376
<script src="/js/main.min.js"></script>
2477
</body>
2578

0 commit comments

Comments
 (0)