I am trying to create blog pages for the site. I have Collection pages set up. The idea is to have a URL structure for the blog like this:
site/real-estate
site/real-estate/topic-1
site/real-estate/topic-2
Currently, I only managed to create a structure like this
site/ai-hub/real-estate
site/ai-hub/real-estate/topic-1
site/ai-hub/real-estate/topic-2
Plus some tag pages
site/tag/real-estate
I am wondering if there is a possibility to omit the “ai-hub” in the slug. If I rename the “ai hub” page to “real estate” it gives me
site/real-estate/real-estate/topic-1