add person metadata to the contact page
This commit is contained in:
parent
f25cbd31c8
commit
5d1af483ca
@ -61,5 +61,18 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Daniel Micay",
|
||||||
|
"email": "danielmicay@gmail.com",
|
||||||
|
"sameAs": [
|
||||||
|
"https://twitter.com/DanielMicay",
|
||||||
|
"https://github.com/thestinger",
|
||||||
|
"https://reddit.com/u/DanielMicay"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user