Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file added apps/web-roo-code/public/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions apps/web-roo-code/src/lib/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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",
title: "Roo Code – Your AI-Powered Dev Team in VS Code and beyond",
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",
ogImage: {
url: "/android-chrome-512x512.png",
width: 512,
height: 512,
alt: "Roo Code Logo",
url: "/opengraph.png",
width: 1200,
height: 600,
alt: "Roo Code",
},
keywords: [
"Roo Code",
Expand Down
Loading