Skip to content

chore: drop CLI claim from index.html meta + SEO + SPA fallback#55

Merged
federicodeponte merged 1 commit intomainfrom
chore/cut-index-html-2026-04-17
Apr 18, 2026
Merged

chore: drop CLI claim from index.html meta + SEO + SPA fallback#55
federicodeponte merged 1 commit intomainfrom
chore/cut-index-html-2026-04-17

Conversation

@federicodeponte
Copy link
Copy Markdown
Member

Follow-up to #54. Missed the pre-hydration SSR shell at apps/web/index.html. Until React boots, crawlers and curl see the <meta name=description>, OG + Twitter cards, schema.org blob, and the data-spa-fallback / noscript hero copy — all of which still claimed "Deploy as MCP, API, web, or CLI".

Rewrites all 6 occurrences to "Deploy as an MCP server, HTTP API, and shareable web form". Matches the live hero in CreatorHeroPage (#54).

Test plan

  • grep -n CLI apps/web/index.html returns nothing
  • grep -n flyfast apps/web/index.html returns nothing
  • After merge: curl -sL https://preview.floom.dev/ | grep -c CLI → 0

Made with Cursor

Follow-up to #54. PR #54 cleaned the React components but missed the
pre-hydration SSR shell at apps/web/index.html. Until React boots,
crawlers and curl see the <meta name="description">, OG + Twitter
cards, schema.org blob, and the data-spa-fallback / noscript hero
copy — all of which still claimed "Deploy as MCP, API, web, or CLI".

Rewrites all six occurrences to "Deploy as an MCP server, HTTP API,
and shareable web form". Matches the live hero in CreatorHeroPage
(PR #54).

Made-with: Cursor
@federicodeponte federicodeponte merged commit ee3878f into main Apr 18, 2026
2 checks passed
@federicodeponte federicodeponte deleted the chore/cut-index-html-2026-04-17 branch April 18, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant