JSON-LD Organization.sameAs (in app/layout.tsx's organizationSchema) is the schema.org identity-graph field — every URL in the array tells Google "this is the same entity as the one at url," which lets the knowledge panel merge GitHub + X + LinkedIn + … into one org node.
sameAs currently lists links.github, links.x, and links.linkedin. The following networks are not yet wired up because deCDN has no public account on them at the time of writing:
- YouTube
- Discord
- Telegram
LinkedIn — wired up in 7b81190
When any of the remaining accounts go live, add the URL to lib/links.ts and append it to the sameAs array in app/layout.tsx.
Acceptance
JSON-LD
Organization.sameAs(inapp/layout.tsx'sorganizationSchema) is the schema.org identity-graph field — every URL in the array tells Google "this is the same entity as the one aturl," which lets the knowledge panel merge GitHub + X + LinkedIn + … into one org node.sameAscurrently listslinks.github,links.x, andlinks.linkedin. The following networks are not yet wired up because deCDN has no public account on them at the time of writing:LinkedIn— wired up in 7b81190When any of the remaining accounts go live, add the URL to
lib/links.tsand append it to thesameAsarray inapp/layout.tsx.Acceptance
Organization.sameAsin the renderedout/index.html.