Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beep boop: robots.txt #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

beep boop: robots.txt #87

wants to merge 1 commit into from

Conversation

tyliec
Copy link
Member

@tyliec tyliec commented Mar 31, 2024

Adds a robots.txt file and it's related URL route.

Explanation: https://www.cloudflare.com/learning/bots/what-is-robots-txt/

#  __    __   __  .______      ___      
# |  |  |  | |  | |   _  \    /   \     
# |  |  |  | |  | |  |_)  |  /  ^  \    
# |  |  |  | |  | |   ___/  /  /_\  \   
# |  `--'  | |  | |  |     /  _____  \  
#  \______/  |__| | _|    /__/     \__\ 

@tyliec tyliec requested a review from a team as a code owner March 31, 2024 00:41
Copy link
Member

@russtoku russtoku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be OK but for deployment we should let a regular websever like Nginx or Apache serve static resources and robots.txt. In particular, robots.txt because bots like Google's will request it a lot. Then again, there are usually a lot of other door-knockers requesting other non-existent URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants