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

Support deployment-specific robots.txt files #2564

Closed
ciyer opened this issue Jun 2, 2023 · 2 comments
Closed

Support deployment-specific robots.txt files #2564

ciyer opened this issue Jun 2, 2023 · 2 comments

Comments

@ciyer
Copy link
Contributor

ciyer commented Jun 2, 2023

Motivation

Deployments should be able to control how the content gets indexed.

Proposal

It seems natural to support configuring the robots.txt file via helm/k8s

@ciyer ciyer added the status/triage Issue needs to be triaged label Jun 2, 2023
@lorenzo-cavazzi lorenzo-cavazzi removed the status/triage Issue needs to be triaged label Aug 9, 2023
@lorenzo-cavazzi
Copy link
Member

Could you please expand a bit on this with more context and an example?
Currently, we create a robots.txtfile that contains just a pointer to the local sitemaps. Is the proposal to have a section in the values files listing all the content that should go there?

E.G.

client:
    robots-txt:
        enabled: true
        data:
            - "Sitemap: {{localUrl}}/sitemap.xml"

Or is it intended to work in a different way?

@lorenzo-cavazzi lorenzo-cavazzi added the status/waiting-on-response Waiting on response from author label Nov 6, 2023
@lorenzo-cavazzi
Copy link
Member

@ciyer please let me know if what I asked here makes sense ☝️
It's not totally clear to me what should be implemented to close this issue

@lorenzo-cavazzi lorenzo-cavazzi removed the status/waiting-on-response Waiting on response from author label May 28, 2024
@lorenzo-cavazzi lorenzo-cavazzi closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
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

No branches or pull requests

2 participants