Skip to content

seo: expand Organization JSON-LD sameAs to all social profiles + add RSS autodiscovery#56

Open
VaultSparkStudios wants to merge 1 commit into
mainfrom
seo/expand-organization-sameas
Open

seo: expand Organization JSON-LD sameAs to all social profiles + add RSS autodiscovery#56
VaultSparkStudios wants to merge 1 commit into
mainfrom
seo/expand-organization-sameas

Conversation

@VaultSparkStudios

Copy link
Copy Markdown
Owner

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 profiles

The homepage's @type: Organization structured data block only listed Discord and GitHub in its sameAs array. The site's footer links to 13+ official social profiles across every major platform, but none of them were reflected in the schema.

Before:

"sameAs": [
  "https://discord.gg/rKG9GGaSdu",
  "https://github.com/VaultSparkStudios"
]

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 sameAs to 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 to feed.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:

<link rel="alternate" type="application/rss+xml" title="Signal Log — VaultSpark Studios" href="https://vaultsparkstudios.com/feed.xml" />

What to verify

  • View source on the homepage and confirm both the new <link> and the expanded sameAs are present
  • Run the URL through Google's Rich Results Test — the Organization entity should now show all 13 social profiles in the sameAs array
  • Paste the homepage URL into an RSS reader (Feedly, NetNewsWire, etc.) and confirm it auto-detects the Signal Log feed

Files changed

  • index.html — 13 insertions, 1 deletion (head section only)

Generated by Claude Code

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants