From eddbda5443192d078a21ec42b7632a3bd9659881 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 15 Jul 2024 19:41:58 -0400 Subject: [PATCH] robots --- frontend/src/routes/view/+page.svelte | 253 ++++++++++++++++++++++++++ frontend/static/robots.txt | 10 + 2 files changed, 263 insertions(+) create mode 100644 frontend/src/routes/view/+page.svelte create mode 100644 frontend/static/robots.txt diff --git a/frontend/src/routes/view/+page.svelte b/frontend/src/routes/view/+page.svelte new file mode 100644 index 0000000..9ec9a9a --- /dev/null +++ b/frontend/src/routes/view/+page.svelte @@ -0,0 +1,253 @@ + + +
+
+
+
+
+ Trip +
+
+
+
+

Maui, Hawaii

+
+ +
+ + + + + + + + + + + + + + + + 4.3 +
+
+
+
+ + + + + Public +
+
+ + + + + + + June 1 - June 10, 2024 +
+
+ + + + + Maui, Hawaii, USA +
+
+ + + + Snorkeling, Hiking, Relaxing +
+ +
+
+

+ Enjoy the beautiful beaches, lush tropical forests, and stunning waterfalls of Maui. + This trip is perfect for those looking to relax, explore, and create lasting memories. +

+
+
+
+
+
+
+

Trip Details

+
+
+
+

Trip Type

+

Beach Vacation

+
+
+

Collection

+

Summer Getaways

+
+
+
+
+

Latitude

+

20.7984° N

+
+
+

Longitude

+

156.3319° W

+
+
+
+
+
+
+
+ +
diff --git a/frontend/static/robots.txt b/frontend/static/robots.txt new file mode 100644 index 0000000..b5b4c80 --- /dev/null +++ b/frontend/static/robots.txt @@ -0,0 +1,10 @@ +User-agent: * +Allow: / + +# Google adsbot ignores robots.txt unless specifically named! +User-agent: AdsBot-Google +Allow: / + + +User-agent: GPTBot +Disallow: / \ No newline at end of file