Add description for Photo Category page
This commit is contained in:
@@ -132,7 +132,7 @@ if (page === null || page.page === null || !page.page.exists) {
|
|||||||
<WebpageLayout settings={{
|
<WebpageLayout settings={{
|
||||||
searchEngine: {
|
searchEngine: {
|
||||||
title: page.page.category.title,
|
title: page.page.category.title,
|
||||||
description: "",
|
description: `See the photos in the category ${page.page.category.title.toLowerCase()}.`,
|
||||||
allowCrawlers: true,
|
allowCrawlers: true,
|
||||||
canonical: null,
|
canonical: null,
|
||||||
priority: 65,
|
priority: 65,
|
||||||
|
|||||||
Reference in New Issue
Block a user