I’ve got a project where we need to index some instance of a dynamic page and some instances need to be hidden.
Basically, if the field " isActive " is false for a given item, it should not be listed and be excluded from SEO indexing. If " isActive " is true , the item should be listed and SEO indexed.
Any idea about how could we achieve that?
From what I read it possible to do that for router-page , but what about dynamic pages?
Maybe some SEO metatag could help?