Is it possible to set what the URLs should be for each page?
I know it is possible to set a custom domain, but I am wondering whether I can customize the URLs for each specific product/listing page to optimize for SEO.
I am also wondering if the page URL is connected to the Row ID. This does not seem to be the case because when I add a row for a new product/listing, all the products/listings that are beneath it in the list shift to the next page URL, instead of staying the same.
This is problematic if people want to send a URL to a specific product/listing and it changes if I add products/listings.
Here it is reproduced in a video. I added a row with a new activity and the page changed. Meaning, before I reloaded the page it briefly changed the activity to the newly added (wrong) activity.
Then I was surprised to see that when I reloaded the page it shows the right activity again, so not sureā¦
I would suggest not adding new rows in the middle of your table unless you are sure that nobody is using the app at that time. Glide is is displaying the physical location of that row. If it moves, then itās going change whatās seen in the app. In Glideās eyes, the content of that row changed, not that it moved. Data in a database should not be reliant on where the data is located in the table. If you are trying to control sorting of your data, you should use Glideās sorting options for lists.
This type of sorting I already use for the lay-out. The reason I also have my GSheets sorted is because I otherwise lose track of what listings I already added.
In other words:
If I just add below my table instead of in the middle of my table (where it makes sense), I lose track of what listings I already have added to the table.