Reputation: 1
I have noindex enabled in my entire Vue app using { name: 'robots', content: 'noindex' }
, but I want to enable it just for some pages. I am using Vue 2 and webpack 4.46.0.
Is there a way to disable noindex for specific pages or should I overwrite it with some custom meta tags or maybe do something else? Thanks in advance.
Upvotes: 0
Views: 1251