There is a requirement for a sitemap to be served from the same domain and a parent URL for all content listed inside.
We do it automatically for all setups we can support, except for custom SDK setups, as this requires backend access.
This is only needed if the community is public and should be indexed by search engines.
Those customers should implement it themselves using our prepared content.
To do that, https://peerboard.com/sitemap-{YOUR_COMMUNITY_ID}.xml
should be proxied as https://{YOUR_DOMAIN}/sitemap-peerboard.xml
(or some other file name if needed).
Then there are two ways to make it automatically listed:
- More general solution is to create a new record
Sitemap: https://{YOUR_DOMAIN}/sitemap-peerboard.xml
to your robots.txt
file.
- If you already have a root sitemap and it is a sitemap index file, you can just add the new sitemap URL as a record there.
You may notice that not all content is listed in the sitemap.
We do this intentionally, we skip all content we think is of low value to share: half-empty profiles, very short posts without comments, etc.