Skip to content

improvement(landing): close remaining SEO keyword gaps on home and enterprise - #5912

Merged
waleedlatif1 merged 1 commit into
stagingfrom
improvement/landing-keyword-coverage
Jul 24, 2026
Merged

improvement(landing): close remaining SEO keyword gaps on home and enterprise#5912
waleedlatif1 merged 1 commit into
stagingfrom
improvement/landing-keyword-coverage

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

Closes the last two target-keyword gaps left after the hero density fixes (#5906, #5910), for a net +22 characters across both pages — no new paragraphs, no layout change.

  • Enterprise hero descriptionenterprise ai agent platform was living only in the <title>, with no on-page heading or body copy containing the exact phrase. Reworded the description to lead with it, mirroring the homepage's two-part rhythm. The H1 is untouched.
    • Before: Build, deploy, and govern enterprise AI agents with role-based access, approvals, and full audit trails. (104 chars)
    • After: The enterprise AI agent platform. Build, deploy, and govern agents with role-based access, approvals, and full audit trails. (124 chars, still one paragraph)
  • Homepage Features link labelExplore the workflow builderExplore the AI workflow builder (+3 chars) so the priority keyword ai workflow builder appears as an exact phrase in anchor text.

Note: the first attempt folded both homepage keywords into one phrase ("AI agent and workflow builder"), which silently broke the contiguous ai agent builder match without forming ai workflow builder. Splitting them across two existing strings covers both exactly and reads better.

Keyword coverage after this change

PageKeywordStatus
Enterpriseenterprise ai agents / enterprise ai agentcovered
Enterpriseenterprise ai agent platformnow covered (hero)
Enterpriseenterprise workflow agentscovered (deploy H2)
Homeai workspacecovered (H1 / title / meta)
Homeai agent buildercovered (product demo)
Homeai workflow buildernow covered (Features link)
Homeai agents platformnot covered — awkward phrasing, deliberately skipped

Type of Change

  • Improvement

Testing

Typecheck and lint pass. Copy-only; two string changes. Verified exact-phrase coverage across each page's rendered components and metadata.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercelBot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
docsSkippedSkippedJul 24, 2026 12:54am

Request Review

@cursor

cursorBot commented Jul 24, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Two string-only marketing copy edits with no logic, routing, or data-handling impact.

Overview
Copy-only SEO tweaks on two landing surfaces—no layout or structural changes.

On homepageFeatures, the Build card link text changes from Explore the workflow builder to Explore the AI workflow builder so the exact phrase ai workflow builder appears in anchor copy.

On /enterprise, the hero description (not the H1) now opens with The enterprise AI agent platform. before the existing build/deploy/govern sentence, putting enterprise ai agent platform in on-page body text instead of only in metadata.

Reviewed by Cursor Bugbot for commit d6978e3. Configure here.

@waleedlatif1
waleedlatif1 merged commit 1ffd4f0 into stagingJul 24, 2026
15 checks passed
@waleedlatif1
waleedlatif1 deleted the improvement/landing-keyword-coverage branch July 24, 2026 00:55
@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates landing-page copy to close two SEO keyword gaps without changing behavior or layout.

  • Adds “AI” to the homepage workflow-builder link label.
  • Rewords the enterprise hero description to include “enterprise AI agent platform.”

Confidence Score: 5/5

The PR appears safe to merge because both changes are isolated copy updates with no observable functional, layout, or contract regressions.

The revised strings render through flexible text containers, while routing, metadata, structured data, and component behavior remain unchanged.

Important Files Changed

FilenameOverview
apps/sim/app/(landing)/components/features/features.tsxUpdates one visible CTA label; its flexible responsive container accommodates the additional text, with no dependent exact-text consumers identified.
apps/sim/app/(landing)/enterprise/enterprise.tsxUpdates visible enterprise hero copy without changing metadata, structured data, component behavior, or constrained layout assumptions.

Reviews (1): Last reviewed commit: "improvement(landing): close remaining SE..." | Re-trigger Greptile

Sign up for freeto 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

@waleedlatif1