From 485705daa0483ffd481de417f1c83cb56a647530 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:53:18 +0000 Subject: [PATCH] feat(seo): Add descriptive, localized alt text to the main site logo Replaced the generic "Payload Logo" alt text with "Logo de Smatch Digital" in `src/components/Logo/Logo.tsx`. This improves image search relevance, accessibility, and helps search engines better understand the core entity represented by the image. Added an inline comment explaining the SEO benefit. Co-authored-by: kourdroid <36898160+kourdroid@users.noreply.github.com> --- src/components/Logo/Logo.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index f606a7f..88c6bd2 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -15,8 +15,9 @@ export const Logo = (props: Props) => { return ( /* eslint-disable @next/next/no-img-element */ + /* SEO: Use localized, descriptive alt text for the main site logo to improve image search relevance and accessibility */