seo: expand Organization JSON-LD sameAs to all social profiles + add RSS autodiscovery#56
Open
VaultSparkStudios wants to merge 1 commit into
Open
seo: expand Organization JSON-LD sameAs to all social profiles + add RSS autodiscovery#56VaultSparkStudios wants to merge 1 commit into
VaultSparkStudios wants to merge 1 commit into
Conversation
Organization schema sameAs had only 2 profiles (Discord + GitHub). Expanded to all 13 official social profiles so search engines and AI-search systems can fully associate VaultSpark Studios with its social presence, improving Knowledge Panel accuracy and entity recognition (CANON-048 dual-audience / AEO alignment). Also adds missing RSS autodiscovery <link> to homepage <head>, enabling feed readers and aggregators to detect Signal Log automatically.
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 this changes
Two focused improvements to
index.html— both in the<head>, no visual changes.1. Organization JSON-LD
sameAs— expanded from 2 → 13 profilesThe homepage's
@type: Organizationstructured data block only listed Discord and GitHub in itssameAsarray. The site's footer links to 13+ official social profiles across every major platform, but none of them were reflected in the schema.Before:
After: all 13 official profiles — GitHub, X/Twitter, YouTube, Instagram, TikTok, Discord, Reddit, Bluesky, Threads, Facebook, Pinterest, Gumroad, Suno.
Why it matters: Search engines (especially Google Knowledge Panel) and AI-search systems use
sameAsto associate a named entity with its official presence across the web. An incomplete list means Google may not connect VaultSpark Studios to most of its social profiles in search results and knowledge graph cards. This is directly aligned with CANON-048 (dual-audience, AI-search-first / AEO).2. RSS autodiscovery
<link>— added to homepage<head>The journal page (
/journal/) already has a proper<link rel="alternate" type="application/rss+xml">tag pointing tofeed.xml, but the homepage was missing it. RSS readers, aggregators, and crawlers typically discover feeds by looking at the page root, not subpages.Added at line 43, after the manifest link:
What to verify
<link>and the expandedsameAsare presentsameAsarrayFiles changed
index.html— 13 insertions, 1 deletion (head section only)Generated by Claude Code