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.

Note: The DubBot service is separate from Cascade CMS and is not included with the cost of your Cascade CMS subscription.

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:

  1. Create a Velocity Format containing the following:

    <meta name="id" content="${currentPage.identifier.id}"/>
  2. Create a new region within the <head> tags of your Template(s). Example:

    <!-- Page ID for DubBot deeplinking. -->
    <system-region name="PAGE_ID"/>
  3. Attach your Format to this new region in your Template(s).
  4. Publish all pages that use the Template(s) to ensure that your page ID <meta> tag gets included the pages on your web server.