# TripTiqStory — robots.txt # Public marketing + pSEO pages are crawlable. # Authenticated app routes are excluded. User-agent: * Allow: / Allow: /pack/ Allow: /blog/ Allow: /login Allow: /signup Allow: /terms Allow: /privacy Allow: /disclaimer # Exclude authenticated app routes Disallow: /dashboard Disallow: /trip/ Disallow: /profile Disallow: /memories/ Disallow: /api/ # Exclude internal/dev routes Disallow: /demo Disallow: /playground Disallow: /_next/ Sitemap: https://www.triptiq.app/sitemap.xml