Skip to content

Commit 93aec7d

Browse files
committed
seo: switch Schema.org Organization sameAs to github.com/Sharp-API
Repo now lives under the Sharp-API org alongside the SDKs (sharpapi-python, sharpapi-ts). Pointing sameAs at Sharp-API gives search engines a single canonical GitHub presence to associate with the brand. The Mlaz-code default in upstream-notify.yml stays — that points at the dispatching product repos, which haven't moved.
1 parent 48469da commit 93aec7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/StructuredData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function SiteStructuredData() {
3131
'url': MAIN_URL,
3232
'logo': `${MAIN_URL}/logo.svg`,
3333
'sameAs': [
34-
'https://github.com/Mlaz-code',
34+
'https://github.com/Sharp-API',
3535
],
3636
})}
3737
/>

0 commit comments

Comments
 (0)