SEO + growth funnel#8
Open
miguelrisero wants to merge 2 commits into
Open
Conversation
Now that the hub is indexable, make it discoverable and a real funnel: - Landing <head> gains meta description, canonical, Open Graph + Twitter cards, theme-color, and an SVG brand favicon. - Generate robots.txt (always) and sitemap.xml (when SITE_URL / Vercel prod URL is known) from the built project list. - Opt-in selective noindex: a template with `"noindex": true` gets a robots meta and is dropped from the sitemap (default stays indexable). - Header 'Build with Runflow' CTA + footer linking runflow.io (UTM-tagged) and the GitHub source, so the branded hub points back at the product. - Vercel Web Analytics script (no-op until enabled on the project).
Unit tests for buildSitemap (skips noindex) and buildRobotsTxt; README Deployment section documents SITE_URL, generated robots/sitemap, and the noindex opt-out.
|
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.
Stack 4 of 5 (base:
fix/build-robustness-and-tests). Council P2 — discoverability + funnel now that the hub is indexable.<head>: meta description, canonical, Open Graph + Twitter cards,theme-color, SVG brand favicon.robots.txt(always) +sitemap.xml(whenSITE_URLor Vercel's prod URL is set), generated from the built project list.noindexopt-in:"noindex": truein atemplate.config.jsonadds a robots meta + drops it from the sitemap. Default stays indexable — so this doesn't reverse the earlier "make it indexable" change, just makes it controllable per template.runflow.io(UTM-tagged) and the GitHub source — the branded hub now points back at the product.SITE_URL+ the noindex opt-out.npm test(13) +npm run buildgreen; sitemap/robots verified withSITE_URLset.