- Alle URLs in HTML-Dateien aktualisiert - Canonical URLs angepasst - Open Graph und Schema.org URLs aktualisiert - Sitemap.xml und robots.txt aktualisiert
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
User-agent: *
|
|
Allow: /
|
|
|
|
# Sitemaps
|
|
Sitemap: https://gutteneberger.traidendorf.de/sitemap.xml
|
|
|
|
# Disallow admin pages if any
|
|
User-agent: *
|
|
Disallow: /admin/
|
|
Disallow: /*.pdf$
|
|
|
|
# Allow all search engines
|
|
User-agent: Googlebot
|
|
Allow: /
|
|
|
|
User-agent: Bingbot
|
|
Allow: /
|
|
|
|
# Crawl-delay
|
|
Crawl-delay: 0 |