feat: SEO, RSS, and dynamic OG improvements#7
Merged
Conversation
- robots.ts (replaces static robots.txt); fix wrong domain in robots + sitemap (estebanestrada.dev -> codestz.dev) - RSS feed emits namespaced <blog:readingTime>; update-readme workflow renders date + reading time in blog list - JSON-LD: BlogPosting on posts, Person + WebSite site-wide - Dynamic OG images (next/og): site default + per-post branded card; thumbnail wins when present; drop broken /og-image.png fallback; set metadataBase - Featured project SVG card (claude-hindsight) generated via stats pipeline + wired into README Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Portfolio/README improvements across SEO, RSS, and social previews.
🟢 High value
robots.ts— replaces staticrobots.txt(dynamic, env-driven). Fixes wrong domain (estebanestrada.dev→codestz.dev) in robots +sitemap.ts.<blog:readingTime>;update-readme.ymlrenders— Mon YYYY · X minper post.BlogPostingon posts,Person+WebSitesite-wide → rich results.🟡 Medium
next/og) — site default (app/opengraph-image.tsx) + per-post branded card (experiments/[slug]/opengraph-image.tsx). Thumbnail still wins when present; drops the broken/og-image.pngfallback; setsmetadataBase.claude-hindsight(stars/forks/lang) generated via the existing stats pipeline (FEATURED_REPOSingenerate-stats.js) + wired into README. Auto-refreshes every 6h.Notes / action items
codestz.dev).update-readme.ymlrun after deploy (it fetches/feed); trigger manually for an immediate refresh.NEXT_PUBLIC_SITE_URLis optional (default correct).🤖 Generated with Claude Code