You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
<metaname="robots" content="noindex" />
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
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:
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: