From dfb1c1e31e6651f8300e31ccff98ba460e6bc107 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 10 May 2026 00:37:10 +0700 Subject: [PATCH] feat(seo): expand meta tags + PWA manifest for GitHub Pages - app.html: add format-detection=telephone=no so mobile browsers stop auto-linking 2-digit bingo numbers as tel: links. - app.html: rewrite description to mention Bingo 90, Vietnamese voice, offline play; add application-name + apple-mobile-web-app-title. - app.html: add Open Graph (og:type, locale, site_name, title, description, url, image) + Twitter summary card. URLs hardcoded to https://tiennm99.github.io/loto/ to match the GH Pages target. - app.html: add explicit alongside apple-touch-icon. - manifest.webmanifest: add stable id "/loto/", expanded description, and categories ["games", "entertainment"]. --- src/app.html | 28 ++++++++++++++++++++++++++-- static/manifest.webmanifest | 4 +++- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/src/app.html b/src/app.html index b089d7b..8cdac05 100644 --- a/src/app.html +++ b/src/app.html @@ -3,14 +3,38 @@ + Lô tô — Hội chợ TN1 - + + + + - + + + + + + + + + + + + %sveltekit.head% diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index 86b2051..9473011 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,7 +1,9 @@ { + "id": "/loto/", "name": "Lô tô — Hội chợ TN1", "short_name": "Lô tô", - "description": "Bàn số của trò chơi Lô tô", + "description": "Ứng dụng Lô tô (Bingo 90) cho hội chợ TN1 — bàn số người chơi, bộ quay người dẫn, gọi số tiếng Việt, chơi offline.", + "categories": ["games", "entertainment"], "start_url": ".", "scope": ".", "display": "standalone",