Skip to content

Commit 5febdfb

Browse files
committed
fix: root layout metadata
1 parent 30f7930 commit 5febdfb

File tree

1 file changed

+92
-29
lines changed

1 file changed

+92
-29
lines changed

apps/sim/app/layout.tsx

Lines changed: 92 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,35 @@ export const viewport: Viewport = {
4949
}
5050

5151
export const metadata: Metadata = {
52-
title: 'Sim Studio',
52+
title: {
53+
template: '',
54+
default: 'Sim Studio',
55+
},
5356
description:
54-
'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.',
5558
applicationName: 'Sim Studio',
56-
authors: [{ name: 'Simplicity' }],
59+
authors: [{ name: 'Sim Studio' }],
5760
generator: 'Next.js',
5861
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',
6576
],
6677
referrer: 'origin-when-cross-origin',
67-
creator: 'Simplicity',
68-
publisher: 'Simplicity',
69-
metadataBase: new URL('https://simstudio.ai'), // Replace with your actual domain
78+
creator: 'Sim Studio',
79+
publisher: 'Sim Studio',
80+
metadataBase: new URL('https://simstudio.ai'),
7081
alternates: {
7182
canonical: '/',
7283
languages: {
@@ -88,15 +99,15 @@ export const metadata: Metadata = {
8899
type: 'website',
89100
locale: 'en_US',
90101
url: 'https://simstudio.ai',
91-
title: 'Sim Studio | Create Workflows with Drag and Drop Agents',
102+
title: 'Sim Studio',
92103
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.',
94105
siteName: 'Sim Studio',
95106
images: [
96107
{
97108
url: 'https://simstudio.ai/social/facebook.png',
98109
width: 1200,
99-
height: 600,
110+
height: 630,
100111
alt: 'Sim Studio',
101112
},
102113
],
@@ -105,18 +116,26 @@ export const metadata: Metadata = {
105116
card: 'summary_large_image',
106117
title: 'Sim Studio',
107118
description:
108-
'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.',
109120
images: ['https://simstudio.ai/social/twitter.png'],
110-
creator: '@simplicity',
111-
site: '@simstudio',
121+
creator: '@simstudioai',
122+
site: '@simstudioai',
112123
},
113124
manifest: '/favicon/site.webmanifest',
114125
icons: {
115126
icon: [
116127
{ url: '/favicon/favicon-16x16.png', sizes: '16x16', type: 'image/png' },
117128
{ url: '/favicon/favicon-32x32.png', sizes: '32x32', type: 'image/png' },
118-
{ url: '/favicon/favicon-192x192.png', sizes: '192x192', type: 'image/png' },
119-
{ url: '/favicon/favicon-512x512.png', sizes: '512x512', type: 'image/png' },
129+
{
130+
url: '/favicon/favicon-192x192.png',
131+
sizes: '192x192',
132+
type: 'image/png',
133+
},
134+
{
135+
url: '/favicon/favicon-512x512.png',
136+
sizes: '512x512',
137+
type: 'image/png',
138+
},
120139
{ url: '/sim.png', sizes: 'any', type: 'image/png' },
121140
],
122141
apple: '/favicon/apple-touch-icon.png',
@@ -130,6 +149,7 @@ export const metadata: Metadata = {
130149
formatDetection: {
131150
telephone: false,
132151
},
152+
category: 'technology',
133153
other: {
134154
'apple-mobile-web-app-capable': 'yes',
135155
'mobile-web-app-capable': 'yes',
@@ -142,20 +162,63 @@ export default function RootLayout({ children }: { children: React.ReactNode })
142162
return (
143163
<html lang='en' suppressHydrationWarning>
144164
<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.',
175+
url: 'https://simstudio.ai',
176+
applicationCategory: 'BusinessApplication',
177+
operatingSystem: 'Web Browser',
178+
offers: {
179+
'@type': 'Offer',
180+
category: 'SaaS',
181+
},
182+
creator: {
183+
'@type': 'Organization',
184+
name: 'Sim Studio',
185+
url: 'https://simstudio.ai',
186+
},
187+
featureList: [
188+
'Visual AI Agent Builder',
189+
'Workflow Canvas Interface',
190+
'AI Agent Automation',
191+
'Custom AI Workflows',
192+
],
193+
}),
194+
}}
195+
/>
196+
197+
{/* Enhanced meta tags for better SEO */}
198+
<meta name='theme-color' content='#ffffff' />
199+
<meta name='color-scheme' content='light' />
200+
<meta name='format-detection' content='telephone=no' />
201+
<meta httpEquiv='x-ua-compatible' content='ie=edge' />
202+
203+
{/* Additional Open Graph tags */}
146204
<meta property='og:image:width' content='1200' />
147-
<meta property='og:image:height' content='600' />
205+
<meta property='og:image:height' content='630' />
206+
<meta
207+
property='og:image:alt'
208+
content='Sim Studio - AI Agent Builder with Visual Canvas Interface'
209+
/>
210+
<meta property='og:site_name' content='Sim Studio' />
211+
<meta property='og:locale' content='en_US' />
212+
213+
{/* Enhanced Twitter Card tags */}
148214
<meta name='twitter:image:width' content='1200' />
149215
<meta name='twitter:image:height' content='675' />
150-
<meta name='twitter:image:alt' content='Sim Studio' />
151-
<meta name='twitter:image' content='https://simstudio.ai/social/twitter.png' />
216+
<meta name='twitter:image:alt' content='Sim Studio - AI Agent Builder' />
152217
<meta name='twitter:url' content='https://simstudio.ai' />
153-
<meta property='og:image:alt' content='Sim Studio' />
218+
<meta name='twitter:domain' content='simstudio.ai' />
219+
220+
{/* Additional image sources */}
154221
<link rel='image_src' href='https://simstudio.ai/social/facebook.png' />
155-
{/* Instagram image meta */}
156-
<meta property='og:image' content='https://simstudio.ai/social/instagram.png' />
157-
<meta property='og:image:width' content='1080' />
158-
<meta property='og:image:height' content='1080' />
159222

160223
<PublicEnvScript />
161224
</head>

0 commit comments

Comments
 (0)