diff --git a/client/src/ui/atoms/signup-link/index.tsx b/client/src/ui/atoms/signup-link/index.tsx index 8c9f6e66e7d9..51a6a3bcf372 100644 --- a/client/src/ui/atoms/signup-link/index.tsx +++ b/client/src/ui/atoms/signup-link/index.tsx @@ -11,6 +11,7 @@ export const SignUpLink = ({ toPlans = false, gleanContext = "" }) => { const href = toPlans ? plansUrl : loginUrl; const label = toPlans ? "Upgrade Now" : "Sign up for free"; + const rel = toPlans ? undefined : "nofollow"; return (