Experience with html text rendering and SEO

Does anyone have experience with getting indexed properly on Google etc? I have already been using the HTML tutorial that renders selectable html text, but will that PC-compiled text be picked by the seo-robots?

I don’t have direct experience to offer, though I do know that google is indexing Javascript generated HTML. But the question remains if their robots wait during the Playcanvas loading time, especially for projects that take time to load.

I’ve just used google to search for part of the text rendered in the HTML/CSS - Live updates tutorial and good news is that Google has indexed it (observe the text in bold):

ok, thanks - will give the post some time, though (and/or try it myself with public published project alongside)

1 Like

Yes, I’ve worked with HTML text rendering and SEO. If the text is rendered as actual HTML (not as images or canvas), then Google’s bots can crawl and index it. Just make sure the content is visible in the page source and not hidden behind JavaScript without proper rendering. Using semantic HTML tags (like <h1>, <p>, etc.) also improves SEO.