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,