hexo-theme-next icon indicating copy to clipboard operation
hexo-theme-next copied to clipboard

feat: allow specifying noindex for robots

Open AlliotTech opened this issue 4 months ago • 4 comments

PR Checklist

  • [x] The changes have been tested (for bug fixes / features).
  • [x] Docs in NexT website have been added / updated (for features).(ref: https://github.com/next-theme/theme-next-docs/pull/131)

PR Type

  • [ ] Bugfix.
  • [x] Feature.
  • [ ] Improvement.
  • [ ] Code style update (e.g. formatting, linting).
  • [ ] Refactoring (no changes to functionality and APIs).
  • [ ] Documentation.
  • [ ] Translation.
  • [ ] Other... Please describe:

What is the current behavior?

Issue resolved:

What is the new behavior?

How to use?

Add in page frontmatter:

noindex: true

AlliotTech avatar Oct 15 '24 03:10 AlliotTech