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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user