diff options
| author | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-06-24 20:06:11 -0400 |
|---|---|---|
| committer | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-06-24 20:06:11 -0400 |
| commit | 377aa12d114d61136bbd0d96277c8888aafae38d (patch) | |
| tree | 3347783fd60f29fe6fd3e743ebbb6c6d48ba4b95 /_includes/footer.html | |
| parent | 80fb9999a4b275b55a67bc9b8f1c7c2473284c18 (diff) | |
added some meta info for SEO, changed links removing .html, and added id info
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 |
