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