middleman-search_engine_sitemap
middleman-search_engine_sitemap copied to clipboard
Tell search engines which pages are most important in your Middleman site.
Results
2
middleman-search_engine_sitemap issues
Sort by
recently updated
recently updated
newest added
Hello again. :) Just found another side-effect. Redirects created in `config.rb` like: ``` redirect 'tags/peperoni.html', to: 'tags/pepperoni.html' ``` do get included in sitemap (which is probably fine?), but the Middleman...
I just stumbled on an interesting (but minor) problem. I think there is no fundamental way for **middleman-search_engine_sitemap** to update the sitemap `last_mod` attribute of a page, that has NOT...