rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.45k stars 764 forks source link

add noindex meta parameter #467

Closed stdevel closed 3 months ago

stdevel commented 4 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.

To enable it, the following line needs to be added to the front matter:

noindex: true

Successfully tested on one of my websites.

rhazdon commented 3 months ago

This is awesome! :) Thanks, buddy!