# VV360 robots.txt — AI Revenue Operating System for Small Businesses # https://viralvid360.com/ # # robots.txt controls CRAWLING, not INDEXING. # Pages that need deindexing use meta robots noindex (via CanonicalRouteRobots or NoIndexRoute) # and MUST remain crawlable so search engines can see the noindex directive. # Only genuinely internal/auth-protected crawl paths are Disallowed here. User-agent: * Allow: / # ── Private / Internal / Auth-Protected crawl paths ── # These are behind ProtectedRoute or admin auth. Disallow is an additional # crawl-layer control; authentication remains the actual protection. Disallow: /VV360Studio Disallow: /VV360StudioDesktop Disallow: /VV360StudioMobile Disallow: /VV360Audio Disallow: /dashboard Disallow: /autopilot Disallow: /social-connections Disallow: /business-intelligence Disallow: /business-intent Disallow: /admin Disallow: /Admin # ── Sitemap ── Sitemap: https://viralvid360.com/sitemap.xml