Add SEO-optimized Twitter meta titles for installation pages

- Add Twitter meta tags to Windows, Linux, and Mac installation pages
- Optimize meta titles: 'Jan on [Platform]' for better SEO
- Maintain consistent meta descriptions across all platforms
- Keep original page titles unchanged for user experience
This commit is contained in:
eckartal 2025-09-29 14:07:07 +08:00 committed by Faisal Amir
parent 4166b93e75
commit 0ac667d99c
3 changed files with 21 additions and 7 deletions

View File

@ -1,11 +1,12 @@
--- ---
title: Linux title: Linux
description: Install Jan to run AI models locally on Linux. Works offline with GPU acceleration on Ubuntu, Debian, and other distributions. description: Download Jan on Linux to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline.
keywords: keywords:
[ [
Jan, Jan,
Customizable Intelligence, LLM, Customizable Intelligence, LLM,
local AI, local AI,
Jan on Linux,
privacy focus, privacy focus,
free and open source, free and open source,
private and offline, private and offline,
@ -18,15 +19,17 @@ keywords:
installation, installation,
"desktop" "desktop"
] ]
twitter:
card: summary_large_image
site: "@jandotai"
title: "Jan on Linux"
description: "Download Jan on Linux to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline."
--- ---
import FAQBox from '@/components/FaqBox' import FAQBox from '@/components/FaqBox'
import { Tabs, Callout, Steps } from 'nextra/components' import { Tabs, Callout, Steps } from 'nextra/components'
import { Settings } from 'lucide-react' import { Settings } from 'lucide-react'
# Linux Installation # Linux Installation
Instructions for installing Jan on Linux. Instructions for installing Jan on Linux.

View File

@ -1,11 +1,11 @@
--- ---
title: Mac title: Mac
description: Get started quickly with Jan - a local AI that runs on your computer. Install Jan and pick your model to start chatting. description: Download Jan on Mac to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline.
keywords:
[ [
Jan, Jan,
Customizable Intelligence, LLM, Customizable Intelligence, LLM,
local AI, local AI,
Jan on Mac,
privacy focus, privacy focus,
free and open source, free and open source,
private and offline, private and offline,
@ -18,6 +18,11 @@ keywords:
installation, installation,
"desktop" "desktop"
] ]
twitter:
card: summary_large_image
site: "@jandotai"
title: "Jan on Mac"
description: "Download Jan on Mac to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline."
--- ---
import { Tabs } from 'nextra/components' import { Tabs } from 'nextra/components'

View File

@ -1,10 +1,11 @@
--- ---
title: Windows title: Windows
description: Install Jan to run AI models locally on Windows. Works offline with GPU acceleration on Windows 10 and 11. description: Download Jan on Windows to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline.
keywords: keywords:
[ [
Jan, Jan,
Customizable Intelligence, LLM, Customizable Intelligence, LLM,
Jan on Windows,
local AI, local AI,
privacy focus, privacy focus,
free and open source, free and open source,
@ -18,6 +19,11 @@ keywords:
installation, installation,
"desktop" "desktop"
] ]
twitter:
card: summary_large_image
site: "@jandotai"
title: "Jan on Windows"
description: "Download Jan on Windows to run AI models locally. Jan is a free, open-source ChatGPT alternative to run offline."
--- ---
import { Tabs, Callout, Steps } from 'nextra/components' import { Tabs, Callout, Steps } from 'nextra/components'