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

Multiple hostnames/host profiles #143

Open
cincauhangus opened this issue Oct 27, 2023 · 1 comment
Open

Multiple hostnames/host profiles #143

cincauhangus opened this issue Oct 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cincauhangus
Copy link

cincauhangus commented Oct 27, 2023

Feature request

Summary

Ability to have different sitemaps for different hostnames within a single strapi instance.

Why is it needed?

We have multiple frontends for a single strapi instance. The way we use strapi is by filtering content-type by a special "Website" relation in each content-type. However when generating a sitemap, the plugin only supports a single hostname.

While we have not implemented the sitemap plugin, we foresee that we would have to configure the hostname every time we would generate the sitemap manually.

Suggested solution(s)

  1. A content filter - where we can define a property to filter by (e.g. Website)
    Likely [FEAT] Allow for queries/filters on collections when generating the sitemap #109 would do the trick
  2. "Host profile" where we can define configurations for different hostnames.
@boazpoolman
Copy link
Member

Great feature request.

This will definitely be implemented somewhere in the future.

@boazpoolman boazpoolman added the enhancement New feature or request label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants