Closed stdevel closed 6 months ago
This PR adds the possibility to set the noindex meta parameter in order to preventing search engine from indexing a particular post or page.
noindex
To enable it, the following line needs to be added to the front matter:
noindex: true
Successfully tested on one of my websites.
This is awesome! :) Thanks, buddy!
This PR adds the possibility to set the
noindex
meta parameter in order to preventing search engine from indexing a particular post or page.To enable it, the following line needs to be added to the front matter:
Successfully tested on one of my websites.