]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/robotstxt/settings.py
Implemented 'report user' feature
[osqa.git] / forum_modules / robotstxt / settings.py
index 634eab7ba44a189a7b4acd3caf610969985b3fb8..44d576aea5f29029884970cd4a91ed18854878b7 100644 (file)
@@ -1,15 +1,21 @@
 from forum.settings.base import Setting, SettingSet
 from django.forms.widgets import Textarea
+from django.core.urlresolvers import reverse
+from forum.settings import APP_URL
 
 ROBOTS_SET = SettingSet('robots', 'Robots txt', "Set up the robots.txt file.", 3000)
 
 ROBOTS_FILE = Setting('ROBOTS_FILE',
-"""
+"""Sitemap: %s/sitemap.xml
+
 User-Agent: *
 Disallow: /accounts/
 Disallow: /users/
 Disallow: /revisions/
-""", ROBOTS_SET, dict(
+Disallow: /search
+Disallow: /matching_tags
+Disallow: /*sort=
+""" % APP_URL, ROBOTS_SET, dict(
 label = "Robots.txt file",
 help_text = """
 The robots.txt file search engine spiders will see.