Add missing OG/social descriptions to 21 pages - #72
Open
asdrasantana wants to merge 1 commit into
Open
Conversation
Adds a description field to frontmatter (creating the block where missing) on Learn track and kb pages that had none, so link previews and search snippets aren't empty when these pages get shared during launch. Descriptions are drafts and want a voice pass before merge.
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.
Why
Per the launch plan (
docs/launch/launch-plan.md) and life-itself/comms#225, a bunch of these Learn and kb pages are going to get shared directly on HN/Reddit/X during launch. A link-check and voice-lint pass on 2026-08-13 came back clean (0 broken links, 0 voice findings), but a related gap surfaced separately: 21 real site pages have nodescriptionin their frontmatter. Without one, link previews (OG cards) render empty/ugly and search snippets fall back to whatever text the crawler happens to grab — not great for a first impression when a page gets dropped into a thread.This PR just adds a
descriptionfield to each. Three other files without one (README.md, CLAUDE.md, AGENTS.md) are repo/agent docs, not published site content, so they're intentionally left alone.Pages touched
Learn track
learn/index.mdlearn/background.mdlearn/tutorial-1.mdlearn/tutorial-2.mdlearn/tutorial-4.mdlearn/tutorials/create-a-website-from-scratch.mdlearn/tutorials/edit-a-website-locally.mdlearn/howtos/add-a-simple-md-page.mdlearn/howtos/edit-text-on-a-single-md-page.mdlearn/howtos/edit-or-add-md-pages-locally.mdlearn/howtos/how-to-add-images-to-a-md-page.mdlearn/howtos/publish-obsidian-vault-to-github.mdlearn/howtos/quickly-create-a-sandbox-website.mdlearn/howtos/create-a-simple-catalog-of-anything.mdkb
kb/cursor-obsidian.mdkb/ai-editing.mdkb/into-md.mdkb/turndown.mdkb/markdoc.mdkb/github-tips.mdkb/identifiers.mdFiles that already had a frontmatter block (the
kb/*ones, mostly) gotdescriptionadded alongside the existingtitle/source/createdfields. Files with no frontmatter at all (the whole Learn track) got a new---block added with justdescriptionin it.Checks
python3 scripts/voice-lint.py→ 74 files checked, 0 findingspython3 scripts/link-check.py→ 73 files checked, 0 broken linksPlease read before merging
These descriptions are drafts, not final copy. I wrote them to be accurate and roughly the right length for a search snippet / OG card, but they haven't had a voice pass — some may read a bit flat or generic next to the rest of the site's copy. Please skim them against
write-like-me's voice profile (or just your gut) before merging, and tweak any that don't sound like you. Leaving this open rather than merging myself.Generated by Claude Code