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
'Build agents in seconds with a drag and drop workflow builder. Streamline your automation processes, boost productivity, and create custom workflows.',
57
+
'Build and deploy AI agents using our Figma-like canvas. Build, write evals, and deploy AI agent workflows that automate workflows and streamline your business processes.',
55
58
applicationName: 'Sim Studio',
56
-
authors: [{name: 'Simplicity'}],
59
+
authors: [{name: 'Sim Studio'}],
57
60
generator: 'Next.js',
58
61
keywords: [
59
-
'workflow automation',
60
-
'drag and drop',
61
-
'agents',
62
-
'Simplicity',
63
-
'workflow builder',
64
-
'automation tools',
62
+
'AI agent',
63
+
'AI agent builder',
64
+
'AI agent workflow',
65
+
'AI workflow automation',
66
+
'visual workflow editor',
67
+
'AI agents',
68
+
'workflow canvas',
69
+
'intelligent automation',
70
+
'AI tools',
71
+
'workflow designer',
72
+
'artificial intelligence',
73
+
'business automation',
74
+
'AI agent workflows',
75
+
'visual programming',
65
76
],
66
77
referrer: 'origin-when-cross-origin',
67
-
creator: 'Simplicity',
68
-
publisher: 'Simplicity',
69
-
metadataBase: newURL('https://simstudio.ai'),// Replace with your actual domain
title: 'Sim Studio | Create Workflows with Drag and Drop Agents',
102
+
title: 'Sim Studio',
92
103
description:
93
-
'Build agents in seconds with a drag and drop workflow builder. Streamline your automation processes, boost productivity, and create custom workflows.',
104
+
'Build and deploy AI agents using our Figma-like canvas. Build, write evals, and deploy AI agent workflows that automate workflows and streamline your business processes.',
'Build agents in seconds with a drag and drop workflow builder. Streamline your automation processes, boost productivity, and create custom workflows.',
119
+
'Build and deploy AI agents using our Figma-like canvas. Build, write evals, and deploy AI agent workflows that automate workflows and streamline your business processes.',
@@ -142,20 +162,63 @@ export default function RootLayout({ children }: { children: React.ReactNode })
142
162
return(
143
163
<htmllang='en'suppressHydrationWarning>
144
164
<head>
145
-
{/* Additional meta tags for sharing */}
165
+
{/* Structured Data for SEO */}
166
+
<script
167
+
type='application/ld+json'
168
+
dangerouslySetInnerHTML={{
169
+
__html: JSON.stringify({
170
+
'@context': 'https://schema.org',
171
+
'@type': 'SoftwareApplication',
172
+
name: 'Sim Studio',
173
+
description:
174
+
'Build and deploy AI agents using our Figma-like canvas. Build, write evals, and deploy AI agent workflows that automate workflows and streamline your business processes.',
0 commit comments