config.py 458 B

123456789101112
  1. xml_header = """<?xml version="1.0" encoding="UTF-8"?>
  2. <urlset
  3. xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  4. xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
  7. http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  8. """
  9. xml_footer = "</urlset>"
  10. crawler_user_agent = 'Sitemap crawler'