content: update blog and destination metadata descriptions for SEO

This commit is contained in:
2026-03-20 08:00:56 +09:00
parent 3589fbd011
commit 3d060f39a7
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -36,7 +36,8 @@ const blog = page.data;
const metadata = {
title: "Blog",
description: "Latest news and updates from our team.",
description:
"Chia sẻ hành trình, trải nghiệm và những câu chuyện thú vị của Ba Lô & Dép Lào trên mọi nẻo đường.",
};
---
@@ -51,7 +52,7 @@ const metadata = {
<div class="relative mx-auto max-w-5xl">
<Headline
tagline="Blog"
title="Our Journey and Adventures"
title="Nhật ký hành trình của Ba Lô & Dép Lào"
classes={{
container: "reveal mb-12 text-center",
title:
+3 -2
View File
@@ -69,7 +69,7 @@ const page = {
const metadata = {
title: dest.name,
description: dest.description ?? `Khám phá các bài viết về ${dest.name}.`,
description: dest.description ?? `Tổng hợp kinh nghiệm du lịch ${dest.name}.`,
};
---
@@ -79,7 +79,8 @@ const metadata = {
<Headline
tagline="Destination"
title={dest.name}
subtitle={dest.description ?? `Hiển thị ${total} bài viết.`}
subtitle={dest.description ??
`Tổng hợp kinh nghiệm du lịch, khám phá ${dest.name}.`}
classes={{
container: "mb-12 text-center",
title: