go-sitemap-generator icon indicating copy to clipboard operation
go-sitemap-generator copied to clipboard

Feature to add additional links to index files

Open byungjikroh opened this issue 6 years ago • 4 comments

I have been using your Elixir sitemap library(https://github.com/ikeikeikeike/sitemap) and trying to use Go version this time.

But there is no add_to_index feature like Elixir version. It is a very important feature to me. Do you have an any plan to add the feature 'add_to_index' soon?

Thanks. :)

byungjikroh avatar Jul 06 '18 17:07 byungjikroh

I'm looking for this too

piotrkochan avatar Oct 24 '18 13:10 piotrkochan

This is not possible without code changes

piotrkochan avatar Oct 25 '18 11:10 piotrkochan

Each time you call Finalize() a sitemap will be added to sitemap index.

zoli avatar Oct 28 '18 09:10 zoli

In my situation, I have some static site files to be merged into index file. Everytime I call Finalize(), it will only save the local sitemap (newly saved) to index file, not an existing one.

boxsnake avatar Mar 23 '19 11:03 boxsnake