chipzoller / hugo-clarity

A theme for Hugo based on VMware Clarity
Other
577 stars 262 forks source link

[Feature] Add HTML meta nofollow parameter #465

Open stdevel opened 5 months ago

stdevel commented 5 months ago

I confirm:

Type of feature (check all that apply)

Describe the feature

Currently, all pages or posts can be indexed by search engines.

Preferred solution

Having an option to disable indexing for particular pages or posts would be a benefit. This could be implemented by adding an parameter to the front matter that will simply render the following HTML meta tag:

<meta name="robots" content="noindex" />

Alternatives

No response

Additional Context

No response