Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web-roo-code/src/lib/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? "https://roocode.com"
export const SEO = {
url: SITE_URL,
name: "Roo Code",
title: "Roo Code – Your AI-Powered Dev Team in VS Code and Beyond",
title: "Roo Code: The AI dev team that gets things done | VSCode Coding Agent and Cloud Agent Platform",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Use the correct brand spelling “VS Code” (with a space). This maintains consistency with the rest of the site and Microsoft’s brand usage. Optional: consider tightening the trailing clause for SERP pixel limits.

Suggested change
title: "Roo Code: The AI dev team that gets things done | VSCode Coding Agent and Cloud Agent Platform",
title: "Roo Code: The AI dev team that gets things done | VS Code Coding Agent and Cloud Agent Platform",

description:
"Roo Code puts an entire AI dev team right in your editor, outpacing closed tools with deep project-wide context, multi-step agentic coding, and unmatched developer-centric flexibility.",
locale: "en_US",
Expand Down
Loading