A section may be referred to by viewers, or may be linked to or from another site or application, if preferred, instead of the homepage or a specific subpage. However, grabbing the URL of a specific section is not straightforward.
While multiple URLs can be created for a single site in the platform, the web address of a section uses the unique ID assigned to it. Unfortunately, the interface does not provide a means to view, edit, or customize the section ID.
β
One way to see the section ID is to use the web inspection utility found in most browsers. The section ID can then be added to the URL of the subpage to link to the target section. The section URL can then be shared with the audience or linked to another site or application.
To grab the section URL of a published site:
Preview or view the site.
Navigate to the subpage where the target section is.
Right-click on any space within the section.
Select Inspect Element from the menu.
Click the element selector from the web inspection console.
Hover over the target section until you see the div tag with the section ID attribute, in the format section-id-xxxxx;
Add the ID to the subpage URL.
The section ID format to be added is /section/section-id. As an example, if the ID of the target section is if the subpage URL is pmb98, while the subpage URL is
Then the URL of the section is,
As you may notice, based on the given examples, the subpage URL brings you to the top of the page, while the section URL loads the top of the subpage and quickly scrolls to the target section.