Content Sitemap strategy

Hello,

I am trying to generate a sitemap from experience pages and document pages from Bloomreach Content. The best solution I can come up with is to use the content batch export api and then parse the response to pull out all of the urls. However, due to our folder and document structure this seems sub optimal to me – does anyone know of a better solution?

Thanks.

1 Like

Hi @Tim_McMahon check out Sitemap XML and let me know if that is what you’re looking for.

1 Like

Thanks Nicholas, this is what I am looking for.

Do you know where I can find information on rate limits as it relates to this integration?

Hey Tim,

The plugin uses the official Bloomreach APIs for your instance so you should not experience a rate limit within your contract. Rate limits also shouldn’t come into play if you are properly caching the response. You may also pull the example repository and host the solution yourself if that was an appealing solution to you.