diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 15:01:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 15:01:07 -0400 |
| commit | 5d1af483ca9dafac06ab9a2dda4bd2567f1aef25 (patch) | |
| tree | bdcd0e35fd99a467f029af066e9b32a735020e68 /static/contact.html | |
| parent | f25cbd31c82cb758c1124197f26b0a4ad2aeb2b2 (diff) | |
add person metadata to the contact page
Diffstat (limited to 'static/contact.html')
| -rw-r--r-- | static/contact.html | 13 |
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> |
