feat: cross-link other Tone Row apps (TeamSort, Docugram) - #807
Merged
Conversation
Adds outbound links to teamsort.world and docugram.app in crawlable, human-sensible places: - Sandbox homepage: credit line in the tab row above the canvas (desktop); hidden-but-in-DOM on mobile, with visible entries in the mobile menu - Pricing page: new footer with made-by + project links, plus a page title and meta description via Helmet - Settings: "More from Tone Row" section with link cards - sitemap.xml: add /pricing, /blog, /roadmap, /changelog, /s (was homepage-only since 2021); robots.txt now declares the sitemap Shared data lives in lib/toneRowProjects.ts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merged
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
Adds outbound links to teamsort.world and docugram.app ("other tools by Tone Row") in places that are both human-sensible and crawlable, to pass link equity from flowchart.fun (DR 33) to the newer apps.
Placements
<title>and meta description via Helmet so /pricing can index as a distinct page.SEO housekeeping
sitemap.xmlwas homepage-only with a 2021 lastmod — now lists/,/pricing,/blog,/roadmap,/changelog,/s. Worth resubmitting in Search Console after deploy.robots.txtnow declares the sitemap.rel="noopener"(notnoreferrer) so the target apps' analytics see flowchart.fun referrals; all links are dofollow.Shared names/URLs/descriptions live in
app/src/lib/toneRowProjects.ts. i18n pipeline run (extract → autotranslations → compile) against dev catalogs.Testing
pnpm -F app check✓pnpm -F app test— 20 suites, 308 passed ✓pnpm start🤖 Generated with Claude Code