feat(seo): /oss-tools/ pillar + URL migration from /tools/ and /seqd/#12
Merged
Conversation
Consolidates all open-source tooling under a single /oss-tools/ pillar so the OSS surface ranks as one topical cluster instead of four orphan pages. New /oss-tools/ index lists Inspector, DryFit, openclaw-gtm-skills, and seqd. New dedicated /oss-tools/openclaw-gtm-skills/ page (the repo previously had no marketing-side landing page). URL changes (308 redirects in vercel.json): - /tools/dryfit/ → /oss-tools/dryfit/ - /tools/dryfit/scenarios/ → /oss-tools/dryfit/scenarios/ - /tools/dryfit/scenarios/:slug → /oss-tools/dryfit/scenarios/:slug - /seqd/ → /oss-tools/seqd/ Net sitemap change: +2 indexable URLs (oss-tools index + openclaw-gtm-skills page); /oss-tools/seqd/ keeps its noindex,follow status. Internal links updated across navigation, footer, OpenSourceTools home component, integration cross-link block, llms.txt, and astro.config.mjs sitemap mapping. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Consolidates all open-source tooling under a
/oss-tools/pillar so the OSS surface ranks as a single topical cluster instead of four orphan pages./oss-tools/pillar listing Inspector, DryFit, openclaw-gtm-skills, and seqd with descriptions, licenses, and links./oss-tools/openclaw-gtm-skills/dedicated page (this repo previously had no marketing-side landing page — the repohomepageUrlwill move to point at this in a follow-up PR)./tools/dryfit/(and the 15 scenario pages) →/oss-tools/dryfit/. Moved/seqd/→/oss-tools/seqd/(keepsnoindex,followsince it's deprecated).vercel.jsonso old URLs forward without breaking external links.OpenSourceToolscomponent, integration page's PostHog→DryFit cross-link block,llms.txt, andastro.config.mjssitemap-mapping logic.Net sitemap change: 49 → 51 indexable URLs (oss-tools index + openclaw page added; seqd stays out of sitemap). Build clean — IndexNow auto-pinged 104 URLs on build.
Why
PR #11 just shipped narrow internal-linking fixes; this is the foundational URL move that subsequent batches depend on (Batch A repoints GitHub
homepageUrlfields to the new/oss-tools/*paths instead of baregetbeton.ai).Test plan
/oss-tools/renders the 4-card pillar grid with correct links/oss-tools/openclaw-gtm-skills/renders standalone-skills + pipeline + requirements sections/oss-tools/dryfit/and/oss-tools/dryfit/scenarios/render as before/oss-tools/seqd/renders and emitsnoindex,followcurl -I /tools/dryfit/returns 308 →/oss-tools/dryfit/curl -I /seqd/returns 308 →/oss-tools/seqd//oss-tools/🤖 Generated with Claude Code