SEO: refine WebApplication alternateName and commit docs

- Home WebApplication JSON-LD: add alternateName "Open-source web-based AirDrop alternative"
- Docs: add troubleshooting for missing .next production build in deployment guides
  - docs/DEPLOYMENT.md
  - docs/DEPLOYMENT.zh-CN.md
This commit is contained in:
david_bai
2025-10-14 23:50:40 +08:00
parent 0621fb27db
commit 0d308515a7
3 changed files with 71 additions and 1 deletions
+5 -1
View File
@@ -46,7 +46,11 @@ export default async function Home({
siteUrl,
path: `/${lang}`,
name: "PrivyDrop",
alternateName: ["PrivyDrop", "PrivyDrop APP"],
alternateName: [
"PrivyDrop",
"PrivyDrop APP",
"Open-source web-based AirDrop alternative",
],
description: messages.meta.home.description,
inLanguage: lang,
imageUrl: absoluteUrl("/logo.png", siteUrl),