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' } } });