added the contact page of a tree to Disallow list in robots.txt#5422
Open
BertKoor wants to merge 1 commit into
Open
added the contact page of a tree to Disallow list in robots.txt#5422BertKoor wants to merge 1 commit into
Disallow list in robots.txt#5422BertKoor wants to merge 1 commit into
Conversation
BertKoor
force-pushed
the
bot_access2contactpage
branch
from
July 16, 2026 07:37
ae04c85 to
e753e94
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5422 +/- ##
============================================
+ Coverage 35.49% 36.91% +1.42%
- Complexity 11211 11818 +607
============================================
Files 1166 1207 +41
Lines 48077 49601 +1524
============================================
+ Hits 17065 18311 +1246
- Misses 31012 31290 +278 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inspection of my Google Search Console learned that google tried to index a lot of pages like:
The link in the footer of the Individual page itself has attribute
rel="nofollow"but that is apparently not stopping Google.It seems that google still does respect
robots.txt, so let's add the contact page there.Perhaps semantics have shifted in the last decades, and thus we should change all
rel="nofollow"torel="noindex,nofollow"but I'll leave that to others to decide.