From 0885f4f4e49eea7e62333f6259676fde31058974 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:27:34 +0530 Subject: [PATCH] fix: update url and status in sd-markup (#47978) --- client/src/components/seo/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/seo/index.tsx b/client/src/components/seo/index.tsx index 6deb72bfb68..9abb02284cf 100644 --- a/client/src/components/seo/index.tsx +++ b/client/src/components/seo/index.tsx @@ -66,7 +66,8 @@ const SEO: React.FC = ({ title, children }) => { provider: { '@type': 'Organization', name: 'freeCodeCamp', - sameAs: 'https://en.wikipedia.org/wiki/FreeCodeCamp' + sameAs: 'https://freecodecamp.org', + nonprofitStatus: 'Nonprofit501c3' } } });