Skip to content

Commit d9bc353

Browse files
committed
feat: update metadata for improved clarity and consistency in descriptions
1 parent f2961aa commit d9bc353

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

app/layout.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Graph Visualization Tool - Build, Edit, and Explore Graphs | Graphly",
16+
title: "Graph Visualization - Online Graph Editor",
1717
description:
18-
"Graph visualization tool to create and edit nodes and edges. Explore relationships with zoom and pan directly in your browser.",
18+
"Visualize nodes and edges instantly with this online text-to-graph editor. Map relationships with a simple interface featuring fluid zoom and pan navigation. Try it online for free.",
1919
metadataBase: new URL("https://graph-visualization-ten.vercel.app"),
2020
alternates: {
2121
canonical: "/",
2222
},
2323
openGraph: {
24-
title:
25-
"Graph Visualization Tool - Build, Edit, and Explore Graphs | Graphly",
24+
title: "Graph Visualization - Online Graph Editor",
2625
description:
27-
"Graph visualization tool to create and edit nodes and edges. Explore relationships with zoom and pan directly in your browser.",
26+
"Visualize nodes and edges instantly with this online text-to-graph editor. Map relationships with a simple interface featuring fluid zoom and pan navigation. Try it online for free.",
2827
url: "/",
2928
siteName: "Graphly",
3029
type: "website",
@@ -39,10 +38,9 @@ export const metadata: Metadata = {
3938
},
4039
twitter: {
4140
card: "summary_large_image",
42-
title:
43-
"Graph Visualization Tool - Build, Edit, and Explore Graphs | Graphly",
41+
title: "Graph Visualization - Online Graph Editor",
4442
description:
45-
"Graph visualization tool to create and edit nodes and edges. Explore relationships with zoom and pan directly in your browser.",
43+
"Visualize nodes and edges instantly with this online text-to-graph editor. Map relationships with a simple interface featuring fluid zoom and pan navigation. Try it online for free.",
4644
images: ["/og.svg"],
4745
},
4846
icons: {
@@ -63,6 +61,10 @@ export const metadata: Metadata = {
6361
"interactive graph",
6462
"graph editor",
6563
"graph visualization tool",
64+
"graph visualization online",
65+
"graph editor online",
66+
"drag-and-drop graph",
67+
"zoomable graph",
6668
],
6769
};
6870

0 commit comments

Comments
 (0)