fix: update url and status in sd-markup (#47978)

This commit is contained in:
Mrugesh Mohapatra
2022-10-11 20:27:34 +05:30
committed by GitHub
parent c8ca831353
commit 0885f4f4e4

View File

@@ -66,7 +66,8 @@ const SEO: React.FC<SEOProps> = ({ title, children }) => {
provider: {
'@type': 'Organization',
name: 'freeCodeCamp',
sameAs: 'https://en.wikipedia.org/wiki/FreeCodeCamp'
sameAs: 'https://freecodecamp.org',
nonprofitStatus: 'Nonprofit501c3'
}
}
});