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
feat(site): add SoftwareApplication schema to /orm, /studio, /mcp pages (#7766)
Adds Schema.org SoftwareApplication JSON-LD structured data to product pages
for rich results eligibility and better AI search extraction.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
"AI-powered database management via Model Context Protocol. Manage databases with natural language in Claude, Codex, Cursor, Warp, ChatGPT and other AI agents.",
16
+
});
17
+
9
18
exportconstmetadata: Metadata={
10
19
title: "Prisma MCP Server — AI-Powered Database Management",
"Next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. Provides type-safety, automated migrations, and an intuitive data model.",
266
+
});
267
+
268
268
exportconstmetadata=createPageMetadata({
269
269
title: "Prisma | Next-generation ORM for Node.js & TypeScript",
"Access your database anywhere. Work locally for rapid development or use Console for team collaboration. Switch seamlessly between solo and team workflows.",
41
43
imageSrc: "/illustrations/studio/laptop.svg",
42
-
imageAlt:
43
-
"Prisma Studio interface showing local and collaborative workflows",
44
+
imageAlt: "Prisma Studio interface showing local and collaborative workflows",
44
45
imageWidth: 522,
45
46
imageHeight: 295,
46
47
},
@@ -50,8 +51,7 @@ const featureRows = [
50
51
description:
51
52
"Browse your database visually with powerful filters and search. Spot patterns instantly and get insights for debugging or schema changes, no SQL needed.",
52
53
imageSrc: "/illustrations/studio/explore.svg",
53
-
imageAlt:
54
-
"Prisma Studio data exploration interface with highlighted filters",
54
+
imageAlt: "Prisma Studio data exploration interface with highlighted filters",
"Visual database browser and editor for Prisma. Explore and manipulate your data with an intuitive interface, locally or in the Prisma Data Platform.",
95
+
});
96
+
90
97
exportconstmetadata: Metadata={
91
98
title: "Prisma Studio — Visual Database Browser & Editor",
0 commit comments