What's the best practice to make Tilda Feed posts start indexing

NomixGuy

Regular Member
Jr. VIP
Joined
Nov 20, 2025
Messages
249
Reaction score
110
I'm using Tilda for the landing page and Tilda Feed for some blog posts. I've realized that the blog posts are not indexed at all, because on my /blog page Tilda creates not real links, but just buttons to open my posts. So pages are rendered in JS instead of having completely separate HTML pages with links to them.

ChatGPT suggested to write a JS script to artificially add links to the posts as a separate invisible block at the /blog page.

Any better suggestions?
 
For Google indexing, the best method is generating real HTML links to posts, not hiding links with scripts or fake blocks.
You can try adding a sitemap, enabling server side rendering if possible. Or you can create a separate static blog page with direct URLs.
Avoid artificial, invisible links. Just focus on proper structure because search engines prefer clean, crawlable page architecture.
 
Back
Top