xref: /webtrees/resources/views/robots-txt.phtml (revision ce42304a0e3b715b5830d587f136ecd5ca69f11b)
1# robots.txt for <?= $base_url ?>
2
3<?php if ($base_path !== '') : ?>
4# CAUTION!  This robots.txt needs to be copied to the root folder.
5<?php endif ?>
6
7User-agent: *
8Disallow: <?= $base_path ?>/admin
9Disallow: <?= $base_path ?>/manager
10Disallow: <?= $base_path ?>/editor
11Disallow: <?= $base_path ?>/account
12Crawl-delay: 10
13
14<?php if ($sitemap_url !== '') : ?>
15Sitemap: <?= $sitemap_url ?>
16<?php endif ?>
17