From 6b192404787331e1c6794ad515a21e038258d923 Mon Sep 17 00:00:00 2001 From: Yuliyan Slavchev Date: Mon, 30 Sep 2024 13:45:04 +0300 Subject: [PATCH] Improve comment --- client/signup/index.node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/signup/index.node.js b/client/signup/index.node.js index 6d7cc35a602aea..0ed10405625068 100644 --- a/client/signup/index.node.js +++ b/client/signup/index.node.js @@ -44,7 +44,7 @@ function setupMetaTags( context, next ) { const translate = i18n.translate.bind( i18n ); /** - * Get the meta tags, excluding `description` and `robots` meta items. + * Get the meta tags, excluding `description` and `robots` meta items, to prevent duplications. */ const meta = getDocumentHeadMeta( context.store.getState() ).filter( ( { name } ) => name !== 'description' && name !== 'robots'