# robots.txt für www.stahlbau-zeis.de User-agent: * # Erlaube Zugriff auf wichtige Seiten Allow: / Allow: /index.php Allow: /leistungen.php Allow: /unternehmen.php Allow: /kontakt.php Allow: /impressum.php Allow: /datenschutz.php Allow: /sitemap.xml Allow: /assets/images/ # Verbiete Zugriff auf interne Verzeichnisse Disallow: /includes/ Disallow: /assets/css/ Disallow: /assets/js/ Disallow: /assets/fonts/ # Verbiete Zugriff auf System- und Konfigurationsdateien Disallow: /.htaccess Disallow: /server.htaccess Disallow: /*.sql$ Disallow: /*.config Disallow: /*.json Disallow: /*.lock Disallow: /*.log # Verbiete temporäre oder Backup-Dateien Disallow: /*~ Disallow: /*.bak Disallow: /*.tmp # Sitemap Sitemap: https://www.stahlbau-zeis.de/sitemap.xml