From 2b2894749da09e77622da92b8330b07abe075e33 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 12 Nov 2025 14:18:21 +0000 Subject: [PATCH] Merged in feat/sw-3551-robots (pull request #3139) feat(SW-3551): added a robots.txt file * feat(SW-3551): added a robots.txt file * Added to sas page as well Approved-by: Bianca Widstam --- apps/partner-sas/robots.txt | 12 ++++++++++++ apps/scandic-web/robots.txt | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 apps/partner-sas/robots.txt create mode 100644 apps/scandic-web/robots.txt diff --git a/apps/partner-sas/robots.txt b/apps/partner-sas/robots.txt new file mode 100644 index 000000000..5c6eb18c0 --- /dev/null +++ b/apps/partner-sas/robots.txt @@ -0,0 +1,12 @@ +User-agent: * +Allow: */hotelreservation/get-booking +Disallow: */ImageVault/Account/ +Disallow: */api/ +Disallow: */membercard/ +Disallow: */hotelreservation/ +Disallow: /*?s= +Disallow: /*&s= +Disallow: /*&filter= +Disallow: /*?filter= +Disallow: /*&sort= +Disallow: /*?sort= \ No newline at end of file diff --git a/apps/scandic-web/robots.txt b/apps/scandic-web/robots.txt new file mode 100644 index 000000000..61a57be53 --- /dev/null +++ b/apps/scandic-web/robots.txt @@ -0,0 +1,13 @@ +User-agent: * +Allow: */hotelreservation/get-booking +Disallow: */ImageVault/Account/ +Disallow: */api/ +Disallow: */membercard/ +Disallow: */hotelreservation/ +Disallow: /*?s= +Disallow: /*&s= +Disallow: /*&filter= +Disallow: /*?filter= +Disallow: /*&sort= +Disallow: /*?sort= +Sitemap: https://www.scandichotels.com/sitemap \ No newline at end of file