I attempted to follow the AWS proxy method to host our help center under a subpath (/help) for SEO continuity. The current approach appears only possible if the whole site is hosted on AWS or fronted by a single proxy/CDN, because DNS for the main hostname must point to that proxy. In our case, www also needs to point to our website builder, which makes the subpath setup impossible under standard DNS rules. Using a subdomain (help.example.com) would harm SEO, as it splits authority from the main domain. Please clarify that a subpath requires moving the main site behind a proxy/CDN, and that without this, only the subdomain option is possible. The current documentation does not explain this at all (https://developers.intercom.com/docs/guides/help-center/custom-domains)