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: src/app/ai/page.tsx
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ import { Suspense } from "react";
4
4
importAiPagefrom"./ai";
5
5
6
6
exportconstmetadata: Metadata={
7
-
title: "GrapesJS Studio AI Website and Email Builder",
7
+
title: "Free AI Website and Email Builder | Grapes Studio AI",
8
8
description:
9
-
"Build websites and emails with GrapesJS Studio AI. Generate with AI, refine with drag and drop, and export clean HTML with full visual control.",
9
+
"Build websites and emails with Grapes Studio AI. Generate with AI, refine with drag and drop editing, and export clean HTML with full visual control.",
Copy file name to clipboardExpand all lines: src/app/page.tsx
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,14 @@ import { DEFAULT_OG_IMAGE } from "@/lib/site";
3
3
importSDKPagefrom"./sdk/SdkPage";
4
4
5
5
exportconstmetadata: Metadata={
6
-
title: "Embedded Visual Editor SDK for Newsletters, Websites, and Documents",
6
+
title:
7
+
"Embed a Visual Editor for Emails, Landing Pages, Websites & Documents | GrapesJS Studio SDK",
7
8
description:
8
-
"Embed a white-label, AI-powered visual editor in your app. Build newsletters, websites, and documents with draganddrop, code editing, and HTML output.",
9
+
"Embed a white-label, AI-powered visual editor in your app for emails, landing pages, websites, and documents. Includes drag-and-drop editing, code editing, reusable components, and clean HTML export.",
9
10
alternates: {
10
11
canonical: "/",
11
12
},
12
13
openGraph: {
13
-
title: "Embedded Visual Editor SDK for Newsletters, Websites, and Documents",
14
-
description:
15
-
"Embed a white-label, AI-powered visual editor in your app. Build newsletters, websites, and documents with drag and drop, code editing, and HTML output.",
0 commit comments