This commit is contained in:
rustdesk
2026-03-21 00:20:42 +08:00
parent 56cfd26e35
commit 8a081dee3c
21 changed files with 546 additions and 110 deletions

View File

@@ -21,6 +21,10 @@ const currentPage = page.currentPage ?? 1;
const metadata = {
title: `Category '${category.title}' ${currentPage > 1 ? ` — Page ${currentPage}` : ''}`,
description:
currentPage > 1
? `Browse page ${currentPage} of RustDesk blog posts filed under ${category.title}.`
: `Browse RustDesk blog posts and release notes filed under the ${category.title} category.`,
robots: {
index: blogCategoryRobots?.index,
follow: blogCategoryRobots?.follow,