add robotsNoIndex parameter#900
add robotsNoIndex parameter#900adityatelange merged 3 commits intoadityatelange:masterfrom martin2250:noindex_param
Conversation
|
You shouldnt use
|
This reverts commit 724b999.
|
Kudos, SonarCloud Quality Gate passed!
|
|
@Thunder33345 Thanks, good call! |
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
---
robotsNoIndex: true
---
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
---
robotsNoIndex: true
---
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
---
robotsNoIndex: true
---
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
---
robotsNoIndex: true
---








What does this PR change? What problem does it solve?
This PR adds the ability to use the
noindexandnofollowparameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines. It also lists these pages in therobots.txtfile.Was the change discussed in an issue or in the Discussions before?
#712 also touches this line, but it adds other functionality as well and doesn't include
robots.txt.Cheers!
PR Checklist