Raiju
noindex a whole page directoru
is there a way to noindex a whole page directory in nuxt3? currently we are adding noindex to useHead on every page we dont want indexed
page
---dir1 (we want to noindex this dir1 and all pages under it dir1/** )
---dir2
---dir3
dir3/page1
dir3/page2
how to achieve this? thanks
12 replies