Skip to content

Add (infrastructure for) a robots.txt file #53

Description

@Potherca

Currently there is no way to tell bots that respect the robots.txt convention not to crawl the Solid Server.

The simplest solution would be to add a case "/jwks": to the existing routing (in the various index.php files) with:

User-agent: *
Disallow: /

That would provide a hook to replace the hard-coded content with something else, if such a need should arise.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions