# Fox-112 Feuerwehrverwaltung Software Robots.txt
# https://fox112.de/robots.txt
User-agent: *
Allow: /
# Wichtige Seiten für Suchmaschinen hervorheben
Allow: /#funktionen
Allow: /#schnittstellen
Allow: /#vorteile
Allow: /#preise
Allow: /#faq
Allow: /#demo
Allow: /#kontakt
Allow: /impressum.html
Allow: /datenschutz.html
# CSS, JS und Bilder für Suchmaschinen erlauben
Allow: /styles.css
Allow: /script.js
Allow: /images/
Allow: /*.css
Allow: /*.js
Allow: /*.png
Allow: /*.jpg
Allow: /*.jpeg
Allow: /*.gif
Allow: /*.webp
Allow: /*.svg
# Sitemap Location
Sitemap: https://fox112.de/sitemap.xml
# Crawl-Delay für respektvolles Crawling
Crawl-delay: 1
# Spezielle Anweisungen für Google
User-agent: Googlebot
Allow: /
Crawl-delay: 1
# Spezielle Anweisungen für Bing
User-agent: Bingbot
Allow: /
Crawl-delay: 1
# Verhindern von unerwünschtem Crawling
Disallow: /admin/
Disallow: /private/
Disallow: /temp/
Disallow: /cache/
Disallow: /*.log
Disallow: /error/
Disallow: /test/
# Keine Archivierung von temporären Dateien
Disallow: /*?print=*
Disallow: /*?debug=*
Disallow: /*?test=*
---
# Fox-112 SEO-optimierte .htaccess
# Enable compression
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/json
# Enable browser caching
ExpiresActive On
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/webp "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType text/html "access plus 1 week"
# Security headers for SEO
# HTTPS enforcement
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
# Content Security Policy
Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://www.google-analytics.com https://www.googletagmanager.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self'; connect-src 'self' https://www.google-analytics.com;"
# Other security headers
Header always set X-Content-Type-Options nosniff
Header always set X-Frame-Options SAMEORIGIN
Header always set Referrer-Policy "strict-origin-when-cross-origin"
# URL Redirects for SEO
RewriteEngine On
# Force HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Remove trailing slashes
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [R=301,L]
# Clean URLs for better SEO
RewriteRule ^feuerwehrverwaltung-software/?$ /#funktionen [R=301,L]
RewriteRule ^feuerwehr-software/?$ / [R=301,L]
RewriteRule ^demo/?$ /#demo [R=301,L]
RewriteRule ^kontakt/?$ /#kontakt [R=301,L]
RewriteRule ^preise/?$ /#preise [R=301,L]
# Handle 404 errors gracefully
ErrorDocument 404 /index.html
# Prevent access to sensitive files
Order Allow,Deny
Deny from all
---
{
"name": "Fox-112 Feuerwehrverwaltung Software",
"short_name": "Fox-112",
"description": "Führende Feuerwehrverwaltung Software für deutsche Feuerwehren - DSGVO-konform und cookie-frei",
"start_url": "/",
"display": "browser",
"background_color": "#FFFFFF",
"theme_color": "#DC2626",
"orientation": "portrait-primary",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"categories": ["business", "productivity", "utilities"],
"lang": "de",
"scope": "/",
"screenshots": [
{
"src": "/images/fox112-dashboard-screenshot.png",
"sizes": "1200x800",
"type": "image/png",
"label": "Fox-112 Dashboard Übersicht"
}
]
}