updated meta and description

This commit is contained in:
Harish Vishwakarma
2025-09-19 12:47:37 +05:30
parent 23993e1064
commit a739e73448
4 changed files with 73 additions and 41 deletions

View File

@@ -4,9 +4,43 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<!--App Title--> <!--App Title-->
<title>PepChat</title> <title>PepChat Home of the Peptide Community</title>
<meta name="apple-mobile-web-app-title" content="PepChat" /> <meta name="apple-mobile-web-app-title" content="PepChat" />
<!--SEO Meta Tags-->
<meta
name="description"
content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt."
/>
<meta
name="keywords"
content="peptide, chat, community, group buy, research, discussion, open source"
/>
<!--Open Graph Meta Tags-->
<meta
property="og:title"
content="PepChat Home of the Peptide Community"
/>
<meta
property="og:description"
content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://peptide.chat" />
<meta property="og:site_name" content="PepChat" />
<!--Twitter Card Meta Tags-->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="PepChat Home of the Peptide Community"
/>
<meta
name="twitter:description"
content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt."
/>
<!--App Scaling--> <!--App Scaling-->
<meta <meta
name="viewport" name="viewport"

View File

@@ -50,6 +50,17 @@ export default observer(() => {
)} )}
<div className={styles.login}> <div className={styles.login}>
<Helmet> <Helmet>
<title>PepChat Home of the Peptide Community</title>
<meta name="description" content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt." />
<meta name="keywords" content="peptide, chat, community, group buy, research, discussion, open source" />
<meta property="og:title" content="PepChat Home of the Peptide Community" />
<meta property="og:description" content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://peptide.chat" />
<meta property="og:site_name" content="PepChat" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PepChat Home of the Peptide Community" />
<meta name="twitter:description" content="Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt." />
<meta <meta
name="theme-color" name="theme-color"
content={theme.getVariable("background")} content={theme.getVariable("background")}

View File

@@ -231,20 +231,6 @@ export const Form = observer(({ page, callback }: Props) => {
{!IS_REVOLT && ( {!IS_REVOLT && (
<> <>
<br /> <br />
<Tip palette="primary">
<span>
<Text id="login.unofficial_instance" /> You{" "}
<b>cannot</b> use your login from the
official instance.&ensp;
<a
href="https://developers.revolt.chat/faq.html#admonition-what-can-i-do-with-revolt-and-how-do-i-self-host"
style={{ color: "var(--accent)" }}
target="_blank"
rel="noreferrer">
<Text id="general.learn_more" />
</a>
</span>
</Tip>
</> </>
)} )}
<span className={styles.create}> <span className={styles.create}>

View File

@@ -54,9 +54,10 @@ export default defineConfig({
filename: "sw.ts", filename: "sw.ts",
strategies: "injectManifest", strategies: "injectManifest",
manifest: { manifest: {
name: "Revolt", name: "PepChat Home of the Peptide Community",
short_name: "Revolt", short_name: "PepChat",
description: "User-first, privacy-focused chat platform.", description:
"Join the only chat built for unrestricted peptide discussion. Connect with group buys, Chinese manufacturers, and fellow researchers. No gatekeepers. No censorship. 100% open-source, powered by Revolt.",
categories: ["communication", "chat", "messaging"], categories: ["communication", "chat", "messaging"],
start_url: "/", start_url: "/",
orientation: "portrait", orientation: "portrait",