mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
content: update blog and destination metadata descriptions for SEO
This commit is contained in:
@@ -36,7 +36,8 @@ const blog = page.data;
|
|||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: "Blog",
|
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">
|
<div class="relative mx-auto max-w-5xl">
|
||||||
<Headline
|
<Headline
|
||||||
tagline="Blog"
|
tagline="Blog"
|
||||||
title="Our Journey and Adventures"
|
title="Nhật ký hành trình của Ba Lô & Dép Lào"
|
||||||
classes={{
|
classes={{
|
||||||
container: "reveal mb-12 text-center",
|
container: "reveal mb-12 text-center",
|
||||||
title:
|
title:
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ const page = {
|
|||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: dest.name,
|
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
|
<Headline
|
||||||
tagline="Destination"
|
tagline="Destination"
|
||||||
title={dest.name}
|
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={{
|
classes={{
|
||||||
container: "mb-12 text-center",
|
container: "mb-12 text-center",
|
||||||
title:
|
title:
|
||||||
|
|||||||
Reference in New Issue
Block a user