diff options
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> |
