diff --git a/src/.vitepress/config/head.ts b/src/.vitepress/config/head.ts
index f6100d49..747812d6 100644
--- a/src/.vitepress/config/head.ts
+++ b/src/.vitepress/config/head.ts
@@ -11,12 +11,16 @@ const head: HeadConfig[] = [
["link", { rel: "icon", type: "image/png", sizes: "16x16", href: "/favicon-16x16.png" }],
["link", { rel: "apple-touch-icon", type: "image/x-icon", sizes: "180x180", href: "/favicon.ico" }],
- ["meta", { name: "twitter:card", content: "summary_large_image" }],
+ ["meta", { name: "twitter:card", content: "summary" }],
["meta", { name: "twitter:site", content: "@tachiyomiorg" }],
["meta", { name: "twitter:creator", content: "@tachiyomiorg" }],
+ ["meta", { name: "twitter:image", content: "/img/logo.png" }],
["meta", { property: "og:site_name", content: "Tachiyomi" }],
+ ["meta", { property: "og:description", content: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android." }],
["meta", { property: "og:locale", content: "en_US" }],
+ ["meta", { property: "og:type", content: "website" }],
+ ["meta", { property: "og:image", content: "/img/logo.png" }],
];
export default head;
diff --git a/src/.vitepress/config/index.ts b/src/.vitepress/config/index.ts
index 6a00b0ce..269b84ba 100644
--- a/src/.vitepress/config/index.ts
+++ b/src/.vitepress/config/index.ts
@@ -22,7 +22,7 @@ export default ({ mode }) => {
base: process.env.VITE_BASE || "/",
lang: "en-US",
title: "Tachiyomi",
- description: "Free and open source manga reader for Android",
+ description: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android.",
head,
markdown,
themeConfig: themeConfig,
diff --git a/src/index.md b/src/index.md
index edc75452..fc2bb8e2 100644
--- a/src/index.md
+++ b/src/index.md
@@ -4,8 +4,8 @@ layout: home
hero:
name: Tachiyomi
- text: Free Manga reader for Android
- tagline: Read any manga from your smartphone – faster and easier than ever.
+ text: Full-featured reader
+ tagline: Read your favorite manga, webtoons, comics, and more – easier than ever on your Android.
image:
alt: Tachiyomi Library Tab Dark
light: /home/home_library-light.png
@@ -20,12 +20,12 @@ hero:
features:
- title: Tracking
- details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi.
+ details: Automatically keep track of your series with AniList, Bangumi, Kitsu, MangaUpdates, MyAnimeList, Shikimori, and more.
icon:
- title: Extensions
details: Online and offline reading from over a thousand sources, including MangaDex.
icon:
- title: Customization
- details: A configurable reader with multiple reading modes, custom color filters, and other settings.
+ details: A configurable reader with multiple reading modes, custom color filters, and many other settings.
icon:
---