Set Page URLs

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.

For example, with this page: Starter Directory

Could I set the page URL to be "websitename.com/category/productName

2 Likes

At the moment I donā€™t think you can have that option unless you use a third-party service and manually configure each ā€œdeep linkā€ URL.

I havenā€™t done much with pages, but is this what you are looking for? I think thatā€™s what Page Slugs do.

2 Likes

I just tested and while it does add the slug in the URL it still has the deep link part at the end.

https://scarce-airport-7623.glide.page/dl/things-thinh-likes/s/6471c6
1 Like

Nice. The page slugs seems like it is the solution Iā€™m looking for.

The main goal is to get the URL into an SEO friendly format. I think this should do the trick?

1 Like

Does anyone know whether the deep link part would have a negative impact on 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.

May I know how youā€™re adding this? Can you reproduce it in a video?

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.

2 Likes

Thank you for your explanation. Can you please tell what you mean in the end with ā€œ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.

I guess I have to find a workaround this problem.

Can you explain more on this? Canā€™t you just control this from inside the app?