docs: Update SEO configurations

This commit is contained in:
hieu-jan 2024-03-21 00:32:51 +09:00
parent e545ae2332
commit cf5967ba54

View File

@ -555,12 +555,12 @@ const config = {
{ {
name: 'keywords', name: 'keywords',
content: content:
'Jan, ChatGPT alternative, local AI, private AI, conversational AI, no-subscription fee, large language model ', 'Jan, Rethink the Computer, local AI, privacy focus, free and open source, private and offline, conversational AI, no-subscription fee, large language models',
}, },
{ name: 'robots', content: 'index, follow' }, { name: 'robots', content: 'index, follow' },
{ {
property: 'og:title', property: 'og:title',
content: 'Jan | Rethink the Computer', content: 'Jan | Rethink the Computer',
}, },
{ {
property: 'og:description', property: 'og:description',
@ -603,14 +603,10 @@ const config = {
}, },
innerHTML: JSON.stringify({ innerHTML: JSON.stringify({
'@context': 'https://schema.org/', '@context': 'https://schema.org/',
'@type': 'localAI', '@type': 'Organization',
'name': 'Jan', name: 'Jan',
'description': `Jan turns your computer into an AI machine by running LLMs locally on your computer. It's a privacy-focus, local-first, open-source solution.`, url: 'https://jan.ai/',
'keywords': logo: 'https://jan.ai/img/og-image.png',
'Jan AI, Jan, ChatGPT alternative, local AI, private AI, conversational AI, no-subscription fee, large language model ',
'applicationCategory': 'BusinessApplication',
'operatingSystem': 'Multiple',
'url': 'https://jan.ai/',
}), }),
}, },
], ],