approve index

This commit is contained in:
hieu-jan 2023-12-01 23:25:02 +09:00
parent 89783e8856
commit 81c006d922

View File

@ -142,7 +142,7 @@ const config = {
metadata: [ metadata: [
{ name: 'description', content: 'Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.' }, { 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, local AI, llm, 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' },
{ name: 'robots', content: 'noindex'}, { name: 'robots', content: 'index, follow' },
{ property: 'og:title', content: 'Run your own AI | Jan' }, { 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: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: 'og:image', content: 'https://jan.ai/img/jan-social-card.png' },