A page is a web page that's linked to your site and adopts its header, footer, and domain for consistency across site content. You can use pages to expand on the purpose of your site with related topics and resources.
Tip:
If your site's layout contains several sections and items, consider using pages to organize supporting content. This helps to maintain loading and performance for your site and gives site visitors the opportunity to peruse content at their own pace.Key workflow
Before you get started, review this recommended workflow for creating and sharing pages as part of a site.
- Add a page to a site by creating a new page or by using an existing page.
- Include a page summary and, if necessary, modify the slug for your page's URL.
- Add content to the page, if necessary.
- Adjust the page's sharing controls.
- Add a menu link for the page to your site's header.
Create a page
You can create unlimited pages and add the same page to more than one site so that relevant content is available in multiple places.
- Open a site in edit mode.
- On the side panel, click the pages button .
- Click New Page, type a name for the page, and click Next.
Note:
The name you provide is also used to automatically generate the page URL. Spaces are replaced with hyphens and all special characters are removed. Each page URL is preceded with /pages/. To edit the URL, see Edit page URL.
- Click Save.
Use an existing page
You can add a page that you've created for another site or a page that has been shared with your core team or portal. You can also add publicly shared pages.
Note:
Pages added to more than one site are not automatically shared with the current site's content group and core team group, so they will not appear in your site's search results or when using your default groups to populate a gallery card.
- Open a site in edit mode.
- On the side panel, click the pages button .
- Click Link Page, click the page's name, and choose Select.
- Optionally, update the page's slug.
- Click Link Page.
To view the page, click its name in the side panel listed under Home.
Include a page summary
A page's summary appears in search results and when sharing a link to the page on social media.
Note:
Pages are discoverable in a site's search results in the Documents collection. Only people who have access to pages (members of the core team, your organization, or the public) can view pages in search results.
- In edit mode for a site, click the pages button .
- In the list of pages, click the page you want to edit.
- Click Page Info.
- Type a summary in the Page Summary text box.
- Click Save.
Edit page URL
The text at the end of your page's URL is called a slug. It can be modified to help you achieve a consistent web experience that aligns with your organization's existing standards.
The full page URL is in the following format: https://webadaptorhost/webadaptorname/apps/sites/#/your-site-name/pages/your-new-page.
- In edit mode for a site, click the pages button .
- In the list of pages, click the page you want to edit.
- Click Page Info.
- Type a slug in the Page Slug text box.
- Click Save.
Add content to a page
To add content to a page, ensure that the item or items that you want to display on the page have been added to your site's content library. For more information on adding content, see How do I add content.
Once you've confirmed that your content has been added to the content library, you can use drag-and-drop cards to design the layout of a page in the same way that you can design the layout of a site.
Note:
You cannot edit the header or footer of the page because these are inherited from the page's site.
- In the side panel, click the pages button in the upper right corner.
- In the list of pages, click the page you want to edit.
- In the page editor, drag a row card onto the page's layout to start designing your page.
Tip:
Certain cards, including the gallery card, automatically populate with applicable items shared to the site's content group or core team group (content library). If you want to add additional items to a page, use manual selection if the card supports it or add the item or group using the site's content library. Note, however, that only items shared in the site's content library are discoverable in a site's search results. - Ensure that the content displayed on the site is shared with the appropriate audience. For more information, see Adjust sharing controls.
- Click View to preview the page.
- Click Save.
Sharing pages
Each page has its own sharing controls so that you can share your page with specific groups, including your core team, other ArcGIS Enterprise members, and the public. For more information, see Adjust sharing controls.
Note:
You can share a page differently than how its site is shared. For example, you can add a private page to a public a site. Only members with whom the page is shared can view the page when signed in to ArcGIS Enterprise. Content shared on the page, such as web maps and datasets, must also be shared privately.
Add menu links
Add links to a page from a site or other pages using menu links or HTML.
Use menu links
You can add a link for a page to a site using menu links in the site's header. For more information, see Configure global navigation and menu links.
Use HTML
To create a hyperlink to a page, use the HTML <a> syntax to insert the link. If you use a relative path in the <a> tag instead of the absolute path, you will prevent a full page refresh when you click the link.
- Add a text card or open an existing card on the page layout and click Code View on the toolbar.
- Insert an <a> tag where you want the link to be.
- Paste the slug for the page you want to add between the href="" attribute of your <a> tag—for example, <a href="#/mysite/pages/target-page">Visit the linked page</a>.
- Click Save on the edit navigation bar to confirm your changes, and click View to test the new link.
Tip:
To open the link on a new tab, append target="_blank" directly after your href attribute on the <a> tag.
Unlink a page or delete it permanently
To unlink a page from a site, click the remove button next to the page's name on the side panel. The page will remain linked to other sites if it has been added in multiple places.
Note:
Removing a page does not delete it. If you want to delete a page, click the delete button . The Site Page item will be permanently deleted from ArcGIS Enterprise and any groups to which it was shared.