Skip to content

feat: add robots.txt to public directory#24

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

feat: add robots.txt to public directory#24
scovl merged 1 commit intoscovl: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 scovl#21
Copy link
Copy Markdown
Owner

@scovl scovl left a comment

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!

@scovl scovl merged commit bdb79d0 into scovl: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