How to disable noindex for just certain pages in Vue 2?

795 Views Asked by At

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.

0

There are 0 best solutions below