From 921fed383abca320f04ca33541e11e687e9df073 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Fri, 26 Sep 2025 15:47:42 +0000 Subject: [PATCH] feat: update browser tab title to match brand messaging --- apps/web-roo-code/src/lib/seo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-roo-code/src/lib/seo.ts b/apps/web-roo-code/src/lib/seo.ts index 7dfad0550a..9851a0cd1f 100644 --- a/apps/web-roo-code/src/lib/seo.ts +++ b/apps/web-roo-code/src/lib/seo.ts @@ -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", 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",