module Sitemap

Defined in:

sitemap.cr

Constant Summary

FOOTER = "</urlset>"
HEADER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset\n xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\"\n xmlns:xhtml=\"http://www.w3.org/1999/xhtml\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9\n http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\">"

Class Method Summary

Class Method Detail

def self.noindex?(path) #

[View source]
def self.render #

[View source]