refactor(ui): enhance SEO metadata and structured data injection

This commit is contained in:
Prad Nukala
2026-06-30 14:28:48 -04:00
parent 0c4af424f8
commit 2f40cf3bce
10 changed files with 100 additions and 32 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ const year = new Date().getFullYear();
{/* Row 1: site nav */}
<nav aria-labelledby="footer_links" class="flex flex-wrap justify-center gap-x-1 gap-y-1">
<p id="footer_links" class="sr-only">More on this site</p>
<a class="hover:text-global-text px-3 py-1 hover:underline" href="/skills/">Skills</a>
{
menuLinks.map((link) => (
<a class="hover:text-global-text px-3 py-1 hover:underline" href={link.path}>
@@ -28,7 +29,7 @@ const year = new Date().getFullYear();
<a
class="hover:text-link inline-block"
href={link}
rel={`noreferrer ${isWebmention ? "me authn" : ""}`}
rel={`me noreferrer ${isWebmention ? "authn" : ""}`}
target={link.startsWith("mailto:") ? undefined : "_blank"}
>
<Icon aria-hidden="true" class="h-6 w-6" focusable="false" name={name} />