diff --git a/apps/public/content/pages/about.mdx b/apps/public/content/pages/about.mdx index 827e7c2a..af260b73 100644 --- a/apps/public/content/pages/about.mdx +++ b/apps/public/content/pages/about.mdx @@ -1,8 +1,14 @@ --- -title: About -description: Learn about who we are and why we started OpenPanel. We're on a mission to make powerful analytics accessible to everyone - open-source, privacy-first, and affordable. +title: OpenPanel - About Us +description: Learn about OpenPanel, the open-source web and product analytics platform. We're on a mission to make powerful analytics accessible to everyone - privacy-first and affordable. --- +## What is OpenPanel? + +**OpenPanel** is an open-source web and product analytics platform - a modern alternative to Mixpanel, Google Analytics, and Plausible. We're NOT a server control panel or hosting panel like other software that shares our name. + +If you were looking for a server administration panel (like cPanel or Plesk), you might be looking for [OpenPanel](https://openpanel.com) - that's a different product for managing web servers. **OpenPanel.dev** is all about analytics. + ## Introduction Hey there! @@ -92,4 +98,4 @@ OpenPanel AB Sankt Eriksgatan 100 113 31 Stockholm Sweden -``` \ No newline at end of file +``` diff --git a/apps/public/src/app/(home)/_sections/hero.tsx b/apps/public/src/app/(home)/_sections/hero.tsx index 3e503e29..47a958db 100644 --- a/apps/public/src/app/(home)/_sections/hero.tsx +++ b/apps/public/src/app/(home)/_sections/hero.tsx @@ -94,7 +94,7 @@ export function Hero() { TRUSTED BY 1,000+ COMPANIES • 4.7K GITHUB STARS */}

- An open-source alternative to + OpenPanel - The open-source alternative to

An open-source web and product analytics platform that combines the diff --git a/apps/public/src/app/(home)/page.tsx b/apps/public/src/app/(home)/page.tsx index 9fc5149b..7cf27725 100644 --- a/apps/public/src/app/(home)/page.tsx +++ b/apps/public/src/app/(home)/page.tsx @@ -23,7 +23,9 @@ const jsonLd = { url: OPENPANEL_BASE_URL, sameAs: ['https://github.com/Openpanel-dev/openpanel'], description: OPENPANEL_DESCRIPTION, + keywords: 'openpanel, product analytics, web analytics, mixpanel alternative, open source analytics', }, + { '@type': 'SoftwareApplication', name: OPENPANEL_NAME,