Skip to content

feat: add robots.txt to public directory#24

Merged
lobovit merged 1 commit into
lobovit:mainfrom
Ai-chan-0411:feat/add-robots-txt
Apr 14, 2026
Merged

feat: add robots.txt to public directory#24
lobovit merged 1 commit into
lobovit:mainfrom
Ai-chan-0411:feat/add-robots-txt

Conversation

@Ai-chan-0411

Copy link
Copy Markdown
Contributor

Summary

Add public/robots.txt with minimal configuration to guide web crawlers.

Closes #21

Changes

  • Created public/robots.txt with:
    User-agent: *
    Allow: /
    

Why

Without robots.txt, search engine crawlers have no instructions on what to index, potentially accessing internal or API paths that shouldn't appear in search results. This adds the standard permissive configuration as requested.

Add robots.txt to allow all user agents to crawl the site.
Without this file, search engine crawlers had no instructions
on what to index, potentially accessing internal paths.

Closes lobovit#21

@lobovit lobovit left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thank you for your contribution, @Ai-chan-0411! This is a clean and well-scoped fix — exactly what a good first issue should look like. The robots.txt gives crawlers clear instructions and keeps internal API paths out of search results. The commit message is also well-structured and the Closes #21 keyword is correctly placed. Much appreciated, looking forward to seeing more contributions from you!

@lobovit lobovit merged commit bdb79d0 into lobovit:main Apr 14, 2026
2 checks passed
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.

feat: adicionar robots.txt em public/

2 participants