diff options
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 127167c..7941567 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,3 +3,18 @@ </footer> <!-- <script src="./index.js"></script> --> + <script type="application/ld+json"> + { + "@context": "https://schema.org", + "@type": "Person", + "name": "Ben Sanders", + "url": "https://ben.sanders.life", + "image": "https://bsand.net/assets/me.jpeg", + "sameAs": [ + "https://github.com/bensanders", + "https://linkedin.com/in/benasanders", + "https://twitter.com/thebensanders" + ], + "jobTitle": "Web Developer & Linux Enthusiast" + } + </script>
\ No newline at end of file |
