updated meta and description (#55)

pull/1167/head
Harish Vishwakarma 2025-09-19 12:49:25 +05:30 committed by GitHub
parent 23993e1064
commit 0aa127b9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 73 additions and 41 deletions

View File

@ -4,9 +4,43 @@
<meta charset="UTF-8" />
<!--App Title-->
<title>PepChat</title>
<title>PepChat Home of the Peptide Community</title>
<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-->
<meta
name="viewport"

View File

@ -50,6 +50,17 @@ export default observer(() => {
)}
<div className={styles.login}>
<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
name="theme-color"
content={theme.getVariable("background")}

View File

@ -231,20 +231,6 @@ export const Form = observer(({ page, callback }: Props) => {
{!IS_REVOLT && (
<>
<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}>

View File

@ -54,9 +54,10 @@ export default defineConfig({
filename: "sw.ts",
strategies: "injectManifest",
manifest: {
name: "Revolt",
short_name: "Revolt",
description: "User-first, privacy-focused chat platform.",
name: "PepChat Home of the Peptide Community",
short_name: "PepChat",
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"],
start_url: "/",
orientation: "portrait",