Before publishing my website, I’m trying to optimize it SEO-wise and I’m starting to freak out, as I realize by inspecting the code that google will index, that some content seems to be simply invisible.
As my app is not published, I looked in the Bubble Showcase and find a similar problem.
On this page:
You can see the list of Amenities
In code visible indexable by Google, this Amenity list looks like:
Please tell me there is a settings to change so that the code will print the content and not just id
Subsidiary SEO questions:
Is it possible to replace the IDs in url by a readable version? Like replacing /listing/1511231049847x851865164542115800 by /listing/office-soho
I dug an old post where Emmanuel said they may look into it soon but I don’t know if it has been implemented
Actually, using Chrome, there is a big difference between “Right Click on an element > Inspect” and “View source” (cmd+alt+U on macs). I always thought it was the same, but it’s not! It is for HTML, but not javascript related content. Don’t ask me why ^^