safe-wallet-web
safe-wallet-web copied to clipboard
Add meta robots noindex for dev/staging
Apply a <meta name="robots" content="noindex" />
tag in the staging and PR/dev deployments to keep those URLs from being indexed by web crawlers.
can i work on it
Absolutely, @Moganesan!
so which branch i have to work on its dev right? i just want to add this meta tag in the document right?
The staging environment https://safe-wallet-web.staging.5afe.dev/ is still being indexed because there's no <meta name="robots" content="noindex">
present in that deployment.
That site is built with IS_PRODUCTION=true for pre-production testing, so the meta tag isn't inserted there. We might have to introduce another flag to differentialte this environment from both dev and prod.
It's fixed now.