summaryrefslogtreecommitdiff
path: root/resources/views/robots-txt.phtml
blob: 77e479294895ddbcc9776163b19328c943da1801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# robots.txt for <?= $base_url ?>

<?php if ($base_path !== '') : ?>
# CAUTION!  This robots.txt needs to be copied to the root folder.
<?php endif ?>

User-agent: *
Disallow: <?= $base_path ?>/admin
Disallow: <?= $base_path ?>/manager
Disallow: <?= $base_path ?>/editor
Disallow: <?= $base_path ?>/account
Crawl-delay: 10

<?php if ($sitemap_url !== '') : ?>
Sitemap: <?= $sitemap_url ?>
<?php endif ?>