My company has content spread across several subdomains. Can Rozz index all of them into a single search experience?
**Can Rozz index all my subdomains into a single search experience?**
✅ YES — Rozz can index content across multiple subdomains and present it as a single, unified on-site search/chat experience.
How it works (brief)
- Rozz indexes site content into a vector store (Pinecone) and uses semantic retrieval (RAG) to answer visitors with content from across your site.
- For AI discoverability and unified delivery Rozz uses a combination of: a deployed chatbot/script, llms.txt to manage crawler access, DNS CNAMEs for the ROZZ subdomain, and a GEO mirror site (e.g., `rozz.yourdomain.com`) that aggregates optimized, canonical-marked content.
Typical setup steps
1. Add the Rozz script/component to your site (deployed on your domain) so the chatbot can surface aggregated results.
2. Configure the ROZZ mirror and DNS (CNAME for the `rozz` subdomain) so Rozz can host GEO-optimized mirror pages that point back to originals.
3. Publish a `llms.txt` file at your domain root to control AI-crawler discovery across subdomains.
4. Optionally provide API endpoints or access to each subdomain (sitemaps/JSON APIs) so Rozz can crawl/index pages programmatically.
5. Rozz’s GEO pipeline handles quality thresholds, deduplication, and indexing into Pinecone so results are unified and relevant.
Caveats and notes
- If your subdomains share the same apex domain, `llms.txt` and the `rozz` subdomain approach make aggregation straightforward.
- If content spans different top-level domains or has restricted crawler access, additional configuration (DNS, access permissions, or per-domain CNAMEs) may be needed.
- Rozz automates filtering/curation, but you’ll want to confirm crawl/access and canonicalization to avoid duplicate or stale content being surfaced.
Sources
- [Why is Website Search Broken and How Can We Fix It?](https://rozz.site/qna/why-website-search-is-broken-and-how-to-fix-it.html)
- [ROZZ GEO — Generative Engine Optimization (GEO) and AI Search Infrastructure](https://rozz.site/contact)
- [Content (Genymotion case / unified sources example)](https://rozz.site/about.html)
What domains/subdomains do you have (example list)? Are they all under the same apex domain or on different domains?