Adding blogs to my Saas for SEO purpose

I want to include blogs in my SaaS, but how will the database display them if I keep them there as each blog has a different layout and content? Additionally, if I only save the blog’s title and image, I may display these as RG and when clicked, a group containing the blog is displayed. However, would it improve my SaaS Webapp’s SEO if each blog is in a hidden group?

You want to create a page, then set that page as your blog posts “thing”.

So you’ll have a page to list your repeating group of blog posts, and when they click the repeating group item (likely a button inside of it or something), then use the “Go to page” action and then “Send data to page: current cells thing”.

That will take you to the page you made with the Post selected as the page’s “thing”.

Inside that page is where you add your layout, and your dynamic content like title, description, image, etc…

You’ll also be able to modify and edit your SEO info within the pages settings when you refer to the “current pages thing”.

To answer your question, as long as the content is visible on before the user physically loads the page (data loads from the server), then the SEO data will not be affected.

Hope that helps!

1 Like

Thanks, but in the page that contains my blog content, there will be let’s say 20 blogs so I will make them hidden by default and just unhide the one that is selected from the RG, will that help for SEO as all the blogs content are hidden by default?

no. It won’t matter. that’s just an uneccessary step

1 Like

Thanks a lot