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

[Feature] Add support for sitemaps #4

Open
EchedelleLR opened this issue Jan 23, 2023 · 2 comments
Open

[Feature] Add support for sitemaps #4

EchedelleLR opened this issue Jan 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@EchedelleLR
Copy link
Contributor

EchedelleLR commented Jan 23, 2023

Would be ideal that, given a domain, the crawler was capable of detecting the sitemap or accepting a sitemap as parameter.

I would think in the following workflow:

  • A url is passed -> check for sitemap -> index everything on it
  • A url is passed + a no-sitemap parameter is passed -> index just that page
  • A url is passed + that url is not a path itself (it goes to html or a file instead -> index just that

This would be both for main urls or secondary urls (there are sub-sitemaps and specially if you are using routes and behind reverse proxy server).

@daoudclarke daoudclarke added the enhancement New feature or request label Jan 26, 2023
@daoudclarke
Copy link
Contributor

Another option would be to allow the initial URL to be the URL of the sitemap itself.

@ghost
Copy link

ghost commented Feb 20, 2023

This would be a good feature

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