You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web-roo-code/src/app/layout.tsx
+46-6Lines changed: 46 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ import React from "react"
2
2
importtype{Metadata}from"next"
3
3
import{Inter}from"next/font/google"
4
4
importScriptfrom"next/script"
5
+
import{SEO}from"@/lib/seo"
5
6
6
7
import{Providers}from"@/components/providers"
7
8
@@ -12,11 +13,14 @@ import "./globals.css"
12
13
constinter=Inter({subsets: ["latin"]})
13
14
14
15
exportconstmetadata: Metadata={
15
-
title: "Roo Code – Your AI-Powered Dev Team in VS Code",
16
-
description:
17
-
"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.",
title: "Roo Code – Your AI-Powered Dev Team in VS Code",
7
+
description:
8
+
"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.",
0 commit comments