Add description for Photo Category page

This commit is contained in:
itsfinniii
2026-04-03 22:40:47 +02:00
parent c05b50877b
commit 82587a6211

View File

@@ -132,7 +132,7 @@ if (page === null || page.page === null || !page.page.exists) {
<WebpageLayout settings={{
searchEngine: {
title: page.page.category.title,
description: "",
description: `See the photos in the category ${page.page.category.title.toLowerCase()}.`,
allowCrawlers: true,
canonical: null,
priority: 65,