Block certain pages with 'Noindex'

Hello Contenful Team,

I’m in the process of vetting different CMS options for company. An SEO question, can you build in an option to “Noindex” a page in the search results. What the flexibility to have certain pages not appear in results.

Thanks,

Brett

In our setups we did it with a Boolean flag in content model. Something like notIndexed which is by default “falsy” so indexed but if you feel like that this should not be indexable, you can flip the switch.

Solution like this can be done in any CMS setup, it is basically a workaround.

In frontend we dynamically set the no-index meta tag for pages that should be hidden based on the content we receive from CMS.