My company has content spread across several subdomains. Can Rozz index all of them into a single search experience?
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..., Content).
- 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...).
- 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...).
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...).
Sources
- Why is Website Search Broken and How Can We Fix It?
- ROZZ GEO — Generative Engine Optimization (contact / product details)
- Content (Genymotion case / multi-source indexing example)
Would you like me to check specific requirements for your setup — how many subdomains you have and whether any are behind authentication?