[+] Metatags

This commit is contained in:
2025-11-25 12:17:57 +08:00
parent f5cfa3cdb8
commit d8ce084a8e
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Practice Japanese Karaoke lyrics reading and typing at the same time with amaoke.app! Practice Japanese Karaoke lyrics reading and typing at the same time with amaoke.app!
在这里可以同时练习日语卡拉 OK 歌词阅读速度和打字速度 是一个日语卡拉 OK 阅读打字唱歌练习软件
## 使用教程 ## 使用教程
+19
View File
@@ -31,6 +31,25 @@
<svelte:head> <svelte:head>
<link rel="icon" href={favicon} /> <link rel="icon" href={favicon} />
<!-- Primary Meta Tags -->
<title>🍬アマオケ🎤</title>
<meta name="title" content="🍬アマオケ🎤" />
<meta name="description" content="是一个日语卡拉 OK 阅读打字唱歌练习软件!" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amaoke.app/" />
<meta property="og:title" content="🍬アマオケ🎤" />
<meta property="og:description" content="是一个日语卡拉 OK 阅读打字唱歌练习软件!" />
<meta property="og:image" content="https://amaoke.app/images/meta.png" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://amaoke.app/" />
<meta property="twitter:title" content="🍬アマオケ🎤" />
<meta property="twitter:description" content="是一个日语卡拉 OK 阅读打字唱歌练习软件!" />
<meta property="twitter:image" content="https://amaoke.app/images/meta.png" />
</svelte:head> </svelte:head>
<div class="vbox h-screen min-h-screen box-border overflow-hidden relative max-w-1200px mx-auto"> <div class="vbox h-screen min-h-screen box-border overflow-hidden relative max-w-1200px mx-auto">
Binary file not shown.

After

Width:  |  Height:  |  Size: 586 KiB