From 3d060f39a7f1ab7c2d3447fbfe48fb9f83d58487 Mon Sep 17 00:00:00 2001 From: thuanbui Date: Fri, 20 Mar 2026 08:00:56 +0900 Subject: [PATCH] content: update blog and destination metadata descriptions for SEO --- src/pages/blog/[...page].astro | 5 +++-- src/pages/destination/[...rest].astro | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro index 851c7d6..3d7f44f 100644 --- a/src/pages/blog/[...page].astro +++ b/src/pages/blog/[...page].astro @@ -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 = {