chassis: canonical/Open Graph/twitter metadata + head slot in BaseLayout#463
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176ZYTwoV8V4So9SBTizc5X
ChBrain
force-pushed
the
chassis/base-head-metadata
branch
from
July 4, 2026 17:52
5461a1a to
c59f7a5
Compare
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.
The site emitted no Open Graph, twitter, or canonical metadata anywhere, and pages had no way to add head tags. BaseLayout now:
og:title,og:description,og:type=website,og:site_name=kaihacks, andtwitter:card(summary, orsummary_large_imagewhenogImageis passed)canonical(emitslink rel=canonical+og:url) andogImageprops<slot name="head" />for page-specific metadataCanonical is opt-in, not auto-derived: the bare apex page builds with surface
root, which has no production base inURLS, so auto-derivation would emit a wrong canonical for a real page. Per-surface adoption (passingcanonicalfrom pages viaURLS) is follow-up surface work.Verification: build + unit group + site a11y group green.
🤖 Generated with Claude Code
https://claude.ai/code/session_0176ZYTwoV8V4So9SBTizc5X
Generated by Claude Code