# robots.txt för kingcrafteu.se # kingcrafteu.com redirectar till kingcrafteu.se med 301 redirect User-agent: * Allow: / # Sitemap location (endast för huvuddomänen .se) Sitemap: https://kingcrafteu.se/sitemap.xml # Blockera potentiellt känsligt innehåll Disallow: /admin/ Disallow: /api/private/ Disallow: /.git/ Disallow: /config/ Disallow: /backup/ Disallow: /_private/ # Tillåt viktiga resurser för SEO Allow: /assets/ Allow: /css/ Allow: /js/ Allow: /images/ Allow: /fonts/ # Crawl-delay för att vara snäll mot servern Crawl-delay: 1 # Specific instructions för olika bots User-agent: Googlebot Allow: / Crawl-delay: 0 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: facebookexternalhit Allow: / # Block spam bots User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # Host directive (viktigt för redirect-hantering) Host: kingcrafteu.se