From 4ecd19bafa35f858eadab31a9a25985ea01435ae Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 18 Nov 2024 16:01:23 +0100 Subject: [PATCH] sponsors: Add rel="nofollow" to outbound links We don't want search engines to correlate any ranking between us and our sponsors, as part of our no-strings-attached policy. --- src/components/landing/sponsors.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/landing/sponsors.astro b/src/components/landing/sponsors.astro index d70527c..df3e8d8 100644 --- a/src/components/landing/sponsors.astro +++ b/src/components/landing/sponsors.astro @@ -137,7 +137,7 @@ const sponsors = [ {tier.sponsors.map((sponsor) => { return (
- + {sponsor.logo ? ( {sponsor.name} ) : (