# xml.url do # create the url entry, with the specified location and date # xml.loc “http#{@use_ssl}://#{@domain_name}#{article.public_url}” # xml.lastmod article.updated_at.strftime('%Y-%m-%d') # xml.priority 0.5 # end