sitemap
sitemap copied to clipboard
Sitemap is the easiest way to generate Sitemaps in Elixir.
@ikeikeikeike I'd like to help with maintenance of this package. Could you add me to GH & Hex? I'm @iloveitaly on hex as well.
I have been using this library for more than a year and thank you for maintaining. :) As my sites are growing, there are a few million entries, so it...
When I follow the docs and make a `generate` method, it calls `write` on my adapter from within the `create` call. But `create` returns only `:ok`. My sitemap is pretty...
In the example in the README, the sitemap is exposed under the folder `/sitemaps`. This also seems to be the default. However, according to [the information here](https://webmasters.stackexchange.com/questions/29564/does-sitemap-xml-have-to-be-in-the-root-directory), the sitemap should...
Hello. First of all, thank you for your work on this library. It makes my life way easier :) I was wondering if there's any way to customize how sitemap...
I tried an option 'create_index: false' or 'create_index: auto' on mix config, use statement and create but it always generates index files. Could you check and update it?
Hey there, Thanks a lot for bringing sitemaps to elixir! I was trying to generate a `PageMap` and validate it in the google search console but faced the infamous error...