mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-20 17:31:27 -05:00
update SEO descriptions
This commit is contained in:
@@ -6,7 +6,7 @@ interface Props {
|
||||
}
|
||||
|
||||
export default function MetaInformation({ title, description }: Props) {
|
||||
const pageTitle = `${title} | Open Source Forms & Surveys by Formbricks`;
|
||||
const pageTitle = `${title} | Open-Source Survey Software`;
|
||||
return (
|
||||
<Head>
|
||||
<title>{pageTitle}</title>
|
||||
|
||||
@@ -15,7 +15,7 @@ The API requests are authorized with a personal API key. This API key gives you
|
||||
|
||||
### How to generate an API key
|
||||
|
||||
1. Go to your settings on [app.formbricks.com](https://app.formbricks.com/app/me/settings).
|
||||
1. Go to your settings on [app.formbricks.com](https://app.formbricks.com).
|
||||
2. Go to page “API keys”.
|
||||
3. Create a key for the development or production environment.
|
||||
4. Copy the key immediately. You won’t be able to see it again.
|
||||
|
||||
@@ -8,7 +8,7 @@ import Pricing from "@/components/shared/Pricing";
|
||||
|
||||
const IndexPage = () => (
|
||||
<Layout
|
||||
title="Formbricks | Natively embedded user research for B2B SaaS"
|
||||
title="Formbricks | Embedded User Research"
|
||||
description="Build qualitative user research into your product. Leverage Best practices to increase Product-Market Fit.">
|
||||
<Hero />
|
||||
<Highlights />
|
||||
|
||||
@@ -12,7 +12,7 @@ This Privacy Policy explains how and why our organization collects personal data
|
||||
|
||||
### Important Notice
|
||||
|
||||
This Privacy Policy only applies to the Formbricks Cloud under [hq.formbricks.com](http://app.formbricks.com) (”Cloud”) and our Landing Page under formbricks.com. (”Landing Page”) If you are self-hosting our open source tool on your own servers, this Privacy Policy does not apply.
|
||||
This Privacy Policy only applies to the Formbricks Cloud under [hq.formbricks.com](https://app.formbricks.com) (”Cloud”) and our Landing Page under formbricks.com. (”Landing Page”) If you are self-hosting our open source tool on your own servers, this Privacy Policy does not apply.
|
||||
|
||||
### Definitions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user