From 560aaecc5e7f7c72a28f672ccae22eaac179244f Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Fri, 6 Sep 2024 15:05:00 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"adding=20metadata=20object=20with=20r?= =?UTF-8?q?obotsNoindexNofollow=20for=20plans-2=20and=20pla=E2=80=A6"=20(#?= =?UTF-8?q?20323)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 97fec521b19dac5af9cef9851f0ea145bd187b64. GitOrigin-RevId: 6b86ee9feb0c6922bbdf3f5c3aa08c2d41b958ee --- .../app/src/Features/Subscription/SubscriptionController.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/web/app/src/Features/Subscription/SubscriptionController.js b/services/web/app/src/Features/Subscription/SubscriptionController.js index f3df154827..fe13d92309 100644 --- a/services/web/app/src/Features/Subscription/SubscriptionController.js +++ b/services/web/app/src/Features/Subscription/SubscriptionController.js @@ -150,10 +150,6 @@ async function plansPageLightDesign(req, res) { 'website-redesign-plans' ) - const metadata = { - robotsNoindexNofollow: true, - } - if (!splitTestActive && req.query.preview !== 'true') { return res.redirect(302, '/user/subscription/plans') } @@ -186,7 +182,6 @@ async function plansPageLightDesign(req, res) { res.render('subscriptions/plans-light-design', { title: 'plans_and_pricing', - metadata, currentView, plans, itm_content: req.query?.itm_content,