My company has content spread across several subdomains. Can Rozz index all of them into a single search experience?
**Can Rozz index content from multiple subdomains into a single unified search experience?**
✅ YES — Rozz can unify content from multiple subdomains into one search/chat experience.
Short explanation
- Rozz indexes site content into a unified vector store (Pinecone) and retrieves semantically relevant passages to power a single RAG-powered chatbot/search box ([Why is Website Search Broken...](https://rozz.site/qna/why-website-search-is-broken-and-how-to-fix-it.html)).
- The platform includes AI crawler management, llms.txt rules, API endpoints, and a GEO Mirror (deployed at a rozz.yourdomain.com subdomain) to make content across your site machine-readable and discoverable by the system ([ROZZ GEO — Generative Engine Optimization](https://rozz.site/contact); [Content / Genymotion case](https://rozz.site/about.html)).
- Typical setup touches DNS (CNAME for the rozz subdomain) and requires an `llms.txt` file at your domain root so Rozz can discover and mirror/ingest the pages you want indexed. Rozz also applies deduplication and quality filters via its GEO pipeline so multiple sources don’t create noisy results.
What you’ll likely need to do
- Add the Rozz script where you want the on-site chat/search to appear (single script tag deployment).
- Ensure crawl discovery across the subdomains (llms.txt + crawler rules) or use Rozz’s API ingestion if you prefer programmatic pushes.
- Add the CNAME/DNS record required for the GEO Mirror and canonical/tagging rules if you want mirror pages served for AI discovery.
- If any subdomains are behind authentication or blocked from crawlers, plan for secure connectors or API ingestion (private content typically needs explicit integration).
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 (contact / product overview)](https://rozz.site/contact)
- [Content (Genymotion case study)](https://rozz.site/about.html)
Do you host those subdomains under the same root domain (example: docs.example.com, help.example.com), and are any of them behind login/authentication?