Multiple Filters on Blog with pagination

Hi,

I have a blog with multiple filters and over 800 blog articles in multiple languages.

my current solution to work with multiple filters: ajax request to a serverless function and internally via the blog API.

but this solution has a big seo problem: google and sistrix cannot reach all blog posts. according to google index only about 300 out of 890 blog posts are indexed.

so my question. has anyone found a solution to use the blog_recent_tag_posts feature with pagination?
It is currently possible to query the first 100 posts. but how do I get the next 100 (ie page 2)

PS: I have already searched the hubspot forum, but all the options here always work without pagination or with a small number of blog posts

Hey, @SJaeger :waving_hand: Thanks for the details and context. Let’s see if the community has any thoughts — @Teun @CMcKay @alyssamwilie @Anton do you have any thoughts you can share with @SJaeger?

Best,

Jaycee

If it’s just one blog and on a blog template you can use {% for content in contents %} to get all blog posts and if you’re wanting to use HubL to do filtering you can use filters like |select and |reject to filter contents. Otherwise there’s no getting past the limits if you’re using functions or the API.