mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Revert "adding metadata object with robotsNoindexNofollow for plans-2 and pla…" (#20323)
This reverts commit 97fec521b19dac5af9cef9851f0ea145bd187b64. GitOrigin-RevId: 6b86ee9feb0c6922bbdf3f5c3aa08c2d41b958ee
This commit is contained in:
parent
8b3ffe58fa
commit
560aaecc5e
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue