mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 01:41:53 +00:00
refactor(ui): enhance SEO metadata and structured data injection
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user