forked from slackero/phpwcms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.robots.txt
34 lines (32 loc) · 1.02 KB
/
example.robots.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# http://www.robotstxt.org/
# https://www.google.com/support/webmasters/bin/answer.py?answer=156449
# https://support.google.com/webmasters/answer/35769
User-Agent: *
# Be careful with these settings related to phpwcms
# =================================================
#
# exclude downloadable files from indexing
#Disallow: /download.php*
#
# The system store several temporary stuff in this dir
Disallow: /content/form/
Disallow: /content/rss/
Disallow: /content/tmp/
Disallow: /content/pages/
#
# This will exclude resized images from indexing
#Disallow: /content/images/
# And some resizing is done by files here especially cmsimage.php
#Disallow: /img/
#
# phpwcms keeps uploaded files here, better let it as is
# in general there is no direct access from the frontend to this
Disallow: /filearchive/
#
# Better let search engine index everything from this directory
# Have a look from where your system delivers CSS, JS, and so on
#Disallow: /template/
#
# Block indexing backend files
Disallow: /login.php
Disallow: /phpwcms.php