diff --git a/layout/common/head.jsx b/layout/common/head.jsx index e70402c..55ca5dd 100644 --- a/layout/common/head.jsx +++ b/layout/common/head.jsx @@ -49,6 +49,8 @@ module.exports = class extends Component { favicon } = head; + const noIndex = helper.is_archive() || helper.is_category() || helper.is_tag(); + const language = page.lang || page.language || config.language; const fontCssUrl = { default: fontcdn('Ubuntu:wght@400;600&family=Source+Code+Pro', 'css2'), @@ -118,6 +120,7 @@ module.exports = class extends Component { return + {noIndex ? : null} {meta && meta.length ? : null} {getPageTitle(page, config.title, helper)}