Skip to content

fix(landing): correct stale X handle in landing metadata - #563

Open
JeremyFunk wants to merge 1 commit into
mainfrom
fix/landing-x-handle
Open

fix(landing): correct stale X handle in landing metadata#563
JeremyFunk wants to merge 1 commit into
mainfrom
fix/landing-x-handle

Conversation

@JeremyFunk

@JeremyFunk JeremyFunk commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

The X account is @Mapledotdev. Five references in the landing app still pointed at the retired @maple_dev handle:

  • apps/landing/src/components/SeoHead.astro — schema.org sameAs
  • apps/landing/src/layouts/Layout.astrotwitter:site card metadata
  • apps/landing/src/layouts/DocsLayout.astrotwitter:site card metadata
  • apps/landing/src/components/Footer.astro — footer social link
  • apps/landing/src/pages/llms.txt.ts — community links in llms.txt

The sameAs and twitter:site entries are the ones that matter beyond a dead link: search engines use sameAs for entity resolution, and twitter:site attributes social card impressions to the account.

Noticed while adding Maple to the CNCF Landscape (cncf/landscape#5053), which needed the canonical handle.

Out of scope, but worth a follow-up: 33 references in apps/landing/src still point at github.com/Makisuo/maple rather than github.com/MapleTechLabs/maple. They currently work via GitHub's rename redirect, including the sameAs entry.

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

The X account is @Mapledotdev; five references still pointed at the
retired @maple_dev handle, including the schema.org `sameAs` entry and
the `twitter:site` card metadata that search engines and social
previews consume.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.

1 participant