summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-04 15:01:07 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-04 15:01:07 -0400
commit5d1af483ca9dafac06ab9a2dda4bd2567f1aef25 (patch)
treebdcd0e35fd99a467f029af066e9b32a735020e68 /static
parentf25cbd31c82cb758c1124197f26b0a4ad2aeb2b2 (diff)
add person metadata to the contact page
Diffstat (limited to 'static')
-rw-r--r--static/contact.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html
index 0b8d08e8..25827414 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -61,5 +61,18 @@
]
}
</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>
</html>