<%# app/views/sitemaps/index.html.erb %>

Sitemaps Index

<% @sitemaps.each do |sitemap| %> <% end %>
Filename Last Modified Size Actions
<%= sitemap[:key] %> <%= sitemap[:last_modified].strftime("%Y-%m-%d %H:%M:%S") %> <%= number_to_human_size(sitemap[:size]) %> <%= link_to "View", sitemap[:url], class: "btn btn-sm btn-primary", target: "_blank" %>

For Search Engines

Sitemap Index URL:

<%= sitemaps_url(format: :xml) %>