Crawled but not Indexed. Issues with SEO

Google seem to have just stopped indexing my pages though it is crawling. When I asked ChatGPT it says it could be because my pages are rendered on client side and not serverside and google is not seeing any html on my pages - here is one of my page - newslyfeed | Full Page News

more context you provide with your questions (screenshots, link to an open app, etc.), the more likely you’ll get good help quickly :slight_smile:

Google can crawl Bubble pages, but it struggles with pages that load everything through JavaScript. If the page has no real HTML on first load (because all the content is dynamic, API-driven, or charts), Google basically sees an empty page — so it crawls it, but doesn’t index it.

It’s not really a Bubble issue… it’s more about what the page is showing.
If Google can’t see any stable text or structure on load, it won’t index it.

Quick fix:
Add some static text or headings to the page (not hidden, not inside conditionals). Give Google something real in the initial HTML. Then resubmit the page in Search Console.