mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-28 05:01:24 -05:00
fix: update url and status in sd-markup (#47978)
This commit is contained in:
committed by
GitHub
parent
c8ca831353
commit
0885f4f4e4
@@ -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'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user