From beb6b7a172fad3068fe414a1eb44410111786b08 Mon Sep 17 00:00:00 2001 From: Felix Wotschofsky Date: Tue, 19 Dec 2023 22:53:38 +0100 Subject: [PATCH] =?UTF-8?q?Mark=20outgoing=20links=20as=20`nofollow`=20?= =?UTF-8?q?=F0=9F=96=8D=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lookup/[domain]/layout.tsx | 2 +- components/DomainLink.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/lookup/[domain]/layout.tsx b/app/lookup/[domain]/layout.tsx index 931f523..1f064bf 100644 --- a/app/lookup/[domain]/layout.tsx +++ b/app/lookup/[domain]/layout.tsx @@ -54,7 +54,7 @@ const LookupLayout: FC = ({ className="block text-4xl font-bold" href={`https://${domain}`} target="_blank" - rel="noreferrer" + rel="noreferrer nofollow" > {domain} diff --git a/components/DomainLink.tsx b/components/DomainLink.tsx index 6e5d950..92f23ac 100644 --- a/components/DomainLink.tsx +++ b/components/DomainLink.tsx @@ -34,7 +34,11 @@ const DomainLink: FC = ({ domain }) => ( - +