Add new 'noindex' settings for Blog entitities
This commit is contained in:
@ -36,7 +36,7 @@ const currentPage = page.currentPage ?? 1;
|
||||
const meta = {
|
||||
title: `Category'${category}' ${currentPage > 1 ? ` — Page ${currentPage}` : ''}`,
|
||||
description: SITE.description,
|
||||
noindex: true,
|
||||
noindex: BLOG?.category?.noindex,
|
||||
};
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user