Question

My company has content spread across several subdomains. Can Rozz index all of them into a single search experience?

Answer Medium Confidence (71%)

**My company has content spread across several subdomains. Can Rozz index all of them into a single search experience?**

✅ YES — Rozz can index content from multiple parts of your website into one unified, RAG-powered search experience.

Short explanation:

- Rozz indexes website content into a vector store (Pinecone) and does semantic retrieval across your site, so content from documentation, help centers, marketing pages, etc., can be searched together rather than as isolated silos ([Why is Website Search Broken...](https://rozz.site/qna/why-website-search-is-broken-and-how-to-fix-it.html), [Content](https://rozz.site/about.html)).

- Deployment uses a GEO mirror (rozz.yourdomain.com), llms.txt, sitemaps / discovery APIs and a small DNS/CNAME setup so AI crawlers and the Rozz pipeline can discover and index your pages ([ROZZ GEO — Generative Engine Optimization...](https://rozz.site/contact)).

- Rozz also provides crawler/llms.txt management and programmatic endpoints to ensure all allowed pages are discoverable and curated into the index ([ROZZ GEO — Generative Engine Optimization...](https://rozz.site/contact)).

Things you’ll likely need to confirm or configure:

- Make sure each subdomain is discoverable to Rozz’s crawler (sitemaps, llms.txt, or APIs) and not blocked by robots/ACLs.

- If content is behind logins or on separate root domains, additional setup (auth-enabled crawlers, APIs, or export feeds) may be required.

- The deployment involves a CNAME for the Rozz subdomain and a file (llms.txt) at the domain root as part of the standard setup ([ROZZ GEO — Generative Engine Optimization...](https://rozz.site/contact)).

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 details)](https://rozz.site/contact)

- [Content (Genymotion case / multi-source indexing example)](https://rozz.site/about.html)

Would you like me to check specific requirements for your setup — how many subdomains you have and whether any are behind authentication?