DubBot Integration
Overview
The integration between Cascade CMS and the DubBot platform provides users with an efficient and time-saving workflow to address website issues, such as accessibility, broken links, web governance, spelling, SEO, and more.
DubBot offers deep linking to Cascade CMS from DubBot reports to your page assets in Cascade CMS.
Deep linking in DubBot
To make correcting issues in your content easier, DubBot offers CMS Deep linking. Deep linking creates links to your page assets in Cascade CMS from within reports in your DubBot account. To do this, the Cascade CMS ID of your page assets needs to be included in the page's published source.
You can include a page's ID in your Template(s) with a simple region and Velocity format:
-
Create a Velocity Format containing the following:
<meta name="id" content="${currentPage.identifier.id}"/>
-
Create a new region within the
<head>
tags of your Template(s). Example:<!-- Page ID for DubBot deeplinking. --> <system-region name="PAGE_ID"/>
- Attach your Format to this new region in your Template(s).
- Publish all pages that use the Template(s) to ensure that your page ID
<meta>
tag gets included the pages on your web server.