-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGraph
More file actions
22 lines (22 loc) · 721 Bytes
/
Graph
File metadata and controls
22 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [{
"@type": "WebSite",
"name": "MovingWaldo",
"url": "https://movingwaldo.ca/"
}, {
"@type": "WebPage",
"name": "Contactez-nous",
"url": "https://movingwaldo.ca/fr/nous-contacter/"
}, {
"@type": "Organization",
"name": "MovingWaldo",
"url": "https://movingwaldo.ca/",
"sameAs": [
"http://www.facebook.com/movingwaldo",
"http://www.instagram.com/movingwaldo"
]
}]
}
</script>