Skip to content

Commit 4dd4184

Browse files
authored
docs/enable-seo-docusaurus (#725)
docs/enable-seo-docusaurus
2 parents 8a14eda + dbfa4aa commit 4dd4184

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/docusaurus.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,19 @@ const config = {
136136
autoCollapseCategories: true,
137137
},
138138
},
139+
// SEO Docusarus
140+
metadata: [
141+
{ name: 'description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' },
142+
{ name: 'keywords', content: 'Jan, ChatGPT alternative, on-premises AI, local API server, local AI, llm, conversational AI, no-subscription fee' },
143+
{ property: 'og:title', content: 'Run your own AI | Jan' },
144+
{ property: 'og:description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' },
145+
{ property: 'og:image', content: 'https://jan.ai/img/jan-social-card.png' },
146+
{ property: 'twitter:card', content: 'summary_large_image' },
147+
{ property: 'twitter:site', content: '@janhq_' },
148+
{ property: 'twitter:title', content: 'Run your own AI | Jan' },
149+
{ property: 'twitter:description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' },
150+
{ property: 'twitter:image', content: 'https://jan.ai/img/jan-social-card.png' },
151+
],
139152
navbar: {
140153
title: "Jan",
141154
logo: {

0 commit comments

Comments
 (0)