improvement(landing): lead the hero H1 with the AI workspace keywords - #5996
Conversation
The H1 opened with "Sim is the", spending its first three words on a brand token already carried by the title tag, the meta description, and the hero's sr-only summary. Lead with the terms people search instead. Relaxes the landing H1 rule in both places that asserted the brand had to appear in the heading itself; the sr-only summary still opens by naming Sim, so entity consistency for answer engines is unchanged.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview SEO/GEO docs ( Reviewed by Cursor Bugbot for commit 3be4e25. Configure here. |
Greptile SummaryUpdates the landing hero H1 to lead with searchable AI workspace keywords and relaxes matching SEO/GEO authoring rules so docs stay aligned.
Confidence Score: 5/5Safe to merge; marketing copy and aligned authoring docs only, with no behavioral or security risk. The change only rewrites the visible hero H1 and updates two rule docs; hero
|
| Filename | Overview |
|---|---|
| apps/sim/app/(landing)/components/hero/hero.tsx | Hero H1 wording only; sr-only still opens with “Sim” and still one hero H1. |
| apps/sim/app/(landing)/CLAUDE.md | Relaxes H1 brand requirement while keeping AI workspace keywords and Sim-leading sr-only invariant. |
| .claude/rules/landing-seo-geo.md | Keyword-density guidance updated to match the new H1-first SEO approach. |
Reviews (1): Last reviewed commit: "improvement(landing): lead the hero H1 w..." | Re-trigger Greptile
Summary
Sim is the AI workspace for building and managing AI agents.→The AI Workspace for Building and Managing AI Agents.app/(landing)/CLAUDE.mdand.claude/rules/landing-seo-geo.md, which both required the brand to appear in the heading itselfNotes
From Emir's SEO doc. The H1 spent its first three words on a brand token already carried by the title tag, the meta description, and the hero's
sr-onlysummary — so it now leads with the terms people actually search.Both rule files asserted the H1 must contain "Sim", so this ships the doc change alongside the code rather than leaving the rules silently contradicting the page. The relaxed rules still require "AI workspace" + "AI agents" in the H1 and still require the hero
sr-onlysummary to open by naming Sim, which is what preserves entity consistency for answer engines.Worth flagging separately: most of that doc is already live. The suggested title, meta description, product-demo body, and "AI agents" H2 all shipped previously — verified against the live HTML. This H1 was the only remaining delta worth taking. The suggested hero subhead rewrite was not adopted: it opens "Sim is an AI agent and workflow builder", which contradicts
constitution.md(Sim is the AI workspace; "workflow tool" is in the never column), drops "Open source", and runs 3 sentences against the tone rule.Type of Change
Testing
tscand lint cleansr-onlystill opens with "Sim", still exactly one<h1>in the heroChecklist