Hello,
I am looking to include <meta name="robots" content="noindex"> in some of my pages. I would like to do this in my content’s markdown files.
I think something like this in my markdown file: searchEngines: false and then in the head for that particular page it would output <meta name="robots" content="noindex">.
Can anyone help me achieve this please?