diff --git a/pages/_document.tsx b/pages/_document.tsx
index add043d1f..6a9fbe8c7 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -45,6 +45,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
{Brand.URIs.CardImage && }
+
{/* Author & Structured Data */}
diff --git a/src/common/app.config.ts b/src/common/app.config.ts
index 0eb14b64c..7da56b370 100644
--- a/src/common/app.config.ts
+++ b/src/common/app.config.ts
@@ -13,7 +13,7 @@ export const Brand = {
},
Meta: {
Description: 'Launch the open-source AI workspace for experts. BYO API keys. Compare and tune models, use personas, voice and vision - your data stays local.',
- SiteName: 'Big-AGI | AI for power-users',
+ SiteName: 'Big-AGI | The Expert\'s AI Workspace',
ThemeColor: '#32383E',
TwitterSite: '@enricoros',
},