seo: expand Organization JSON-LD sameAs to all 10 social profiles#42
Open
VaultSparkStudios wants to merge 1 commit into
Open
seo: expand Organization JSON-LD sameAs to all 10 social profiles#42VaultSparkStudios wants to merge 1 commit into
VaultSparkStudios wants to merge 1 commit into
Conversation
- Adds @id anchor linking to entity-graph.json (#organization) - Adds legalName field (VaultSpark Studios LLC) - Expands sameAs from [Discord, GitHub] to all 10 primary social profiles, matching the entity-graph.json canonical source plus Discord and Threads which carry rel="me" in the footer but were absent from the schema Helps Google/Bing knowledge graph entity disambiguation and AI search systems correctly attribute studio content across all official channels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
The
OrganizationJSON-LD structured data block inindex.htmlpreviously declared only 2 social profiles insameAs(Discord + GitHub). The footer already carries 14 social channels withrel="me", and the canonical/.well-known/entity-graph.jsondeclares 8. This mismatch means search engines and AI answer engines see an incomplete entity record for VaultSpark Studios on the most-crawled page.Changes to
index.html(head block only):@idhttps://vaultsparkstudios.com/#organizationlegalName"VaultSpark Studios LLC"sameAscountThe 10
sameAsentries now match the entity-graph.json canonical source plus Discord and Threads, which carryrel="me"in the footer but were absent from both schema sources:The
@idanchor (#organization) explicitly links this block to the entity-graph.json@graphnode, enabling proper cross-document entity resolution.Why it matters
sameAs+@idto build entity cards. Incomplete sameAs = fragmented entity signals across 10 separate crawled profiles that don't resolve to a single studio record.legalNamesurfaces in rich result eligibility for organization panels.What to verify
name/legalName@idresolves:/.well-known/entity-graph.jsonalready uses the same#organizationanchorScope
Single file change:
index.htmlhead block (JSON-LD only). No HTML structure, no CSS, no JS touched.Generated by Claude Code