Skip to content

🧹 Add robots.txt to prevent indexing of log/todo files #11

Description

@fusion94

Description

Files like server.log, todo.md, and any other internal files should not be indexed by search engines. A robots.txt file should either already exist and disallow these, or be created.

Recommended robots.txt

User-agent: *
Disallow: /server.log
Disallow: /todo.md
Disallow: /CLAUDE.md
Allow: /

Sitemap: https://collectorsplaybook.com/sitemap.xml

Acceptance Criteria

  • robots.txt exists at site root
  • Internal files disallowed from indexing
  • Sitemap URL referenced

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions