When building pages with the AI Website Builder in GoHighLevel, each section is automatically assigned a random ID such as:
#section-V53-VJtx-P
These IDs are used when linking navigation items (About, Services, Contact) to sections on the same page.
This is not just a cosmetic issue. When building websites for clients, random anchors like this appear in URLs and navigation links, which looks unprofessional and undermines the quality of client-facing websites.
The issue is that these section IDs cannot be edited, which removes an important level of control when building landing pages or one-page websites.
For agencies, clean and readable anchors are important for maintainability and professionalism. Instead of random IDs, developers should be able to define simple section IDs like:
about
services
contact
This would automatically create clean anchors such as #about or #services for navigation.
Allowing editable section IDs in the AI Website Builder would significantly improve the ability to build professional one-page websites and landing pages.