From f2cc02f91d2760808dc3284755a562e3f6c9f014 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:03:53 +0900 Subject: [PATCH 1/2] docs: add metadata --- docs/docusaurus.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ae15b82a1..5b30facd5 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -136,6 +136,19 @@ const config = { autoCollapseCategories: true, }, }, + // SEO Docusarus + metadata: [ + { name: 'description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, + { name: 'keywords', content: 'Jan, ChatGPT alternative, on-premises AI, local API server, natural language processing, conversational AI, no-subscription fee' }, + { property: 'og:title', content: 'Run your own AI | Jan' }, + { property: 'og:description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, + { property: 'og:image', content: 'https://jan.ai/img/jan-social-card.png' }, + { property: 'twitter:card', content: 'summary_large_image' }, + { property: 'twitter:site', content: '@janhq_' }, + { property: 'twitter:title', content: 'Run your own AI | Jan' }, + { property: 'twitter:description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, + { property: 'twitter:image', content: 'https://jan.ai/img/jan-social-card.png' }, + ], navbar: { title: "Jan", logo: { From dbfa4aa01c4cf056673e674d3c6ff0c8803d4788 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:05:48 +0900 Subject: [PATCH 2/2] docs: update keywords --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5b30facd5..822c2189b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -139,7 +139,7 @@ const config = { // SEO Docusarus metadata: [ { name: 'description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, - { name: 'keywords', content: 'Jan, ChatGPT alternative, on-premises AI, local API server, natural language processing, conversational AI, no-subscription fee' }, + { name: 'keywords', content: 'Jan, ChatGPT alternative, on-premises AI, local API server, local AI, llm, conversational AI, no-subscription fee' }, { property: 'og:title', content: 'Run your own AI | Jan' }, { property: 'og:description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, { property: 'og:image', content: 'https://jan.ai/img/jan-social-card.png' },