Loading...

How to create a source code exclusion

Introduction

The Source Code Exclude function lets you configure custom exclusions to website scans. The exclusions target particular elements and stop the contents from being flagged as issues.

Add exclusions to accessibility, readability, and misspelling checks on a customer level and then apply them to specific domains.

This article provides advanced instructions on how to configure a source code exclude for a website scan.

Add a source code exclusion to the Accessibility module

This section provides instructions on how to add a source code exclusion to the module on a customer level and then apply it to a domain.

  1. Click Admin Settings (gear icon) on the top menu bar. The Domain Settings page opens.

  2. Select Source Code Excludes from the menu on the left side of the page.

    The Source Code Excludes page opens.

  3. Click Add Source Code Exclude.

    The Source Code Excludes page opens.

  4. Click to select Accessibility.

  5. The Source Code Exclude details page opens.

  6. Short Description (required): Click in the text field and type in a short description for this excluded snippet.
  7. Default for CMS: Click in the field and identify the CMS from the drop-down menu, if applicable.

  8. Type (required): Click in the field and select the exclusion type from the drop-down menu.
    • Exact: Identifies and filters out all instances where the complete and exact HTML snippet appears. For example, the snippet https://www. example.com/ is an exact match for:

      • https://www.example.com/

      While these HTML snippets are NOT a match:

      • https://www.example.com
      • http://www.example.com/
      • https://example.com/
      • https://example.com/?something=1
      • https://example.com/#something=1
    • Regex: Identifies and filters out specific patterns of HTML through the use of regular expressions.
    • Contains: Identifies and filters out all snippets that contain the HTML values entered. For example, the snippet example.com is a match for these HTML values:
      • https://www.example.com/
      • https://www.example.com
      • http://www. example.com/
      • https://example.com/
      • https://example.com/?query=1
      • https://example.com/subpage
      • https://example.com/subpage/product_page
  9. Value (required): Click in the text input field and type or paste in the HTML snippet to be excluded.
  10. Identify specific HTML snippets for the filter and enter them into the value field.
  11. See the section Locate HTML snippets to use in a Source Code Exclude for instructions on how to find the snippets.

Add a source code exclusion to the Readability module

This section provides instructions on how to exclude a segment of the webpage from the spellcheck.

  1. Click Admin Settings (gear icon) on the top menu bar. The Domain Settings page opens.

  2. Select Source Code Excludes from the menu on the left side of the page.

    The Source Code Excludes page opens.

  3. Click Add Source Code Exclude.

    The Source Code Exclude page opens.

  4. Click Readability.

    The Source Code Exclude details page opens.

  5. Description (required): Click in the text field and type in a short description for the excluded snippet.
  6. Default for CMS: Click in the field and select the CMS from the drop-down menu, or select None if there is no CMS. 
    If your CMS is not on the list, contact the Support Team to see if it can be added.
  7. CSS Target Selector (required): Click in the field and select an existing CSS selector pattern from the drop-down menu, or click + to add a new one.

    The scan identifies elements that match the entered CSS selector patterns and omits them from the results.

    For more information, visit Configure Source Code Exclusions with CSS Selectors.

  8. Click Save to save the source code exclusion. The Details page closes and the Source Code Excludes list page is visible. The new source code exclusion is on the list.
  9. Add the updated script to the website HTML code.

For more information, visit:

Add a source code exclusion to Spellcheck

This section provides instructions on how to exclude a segment of the webpage from the spellcheck.

  1. Click Admin Settings (gear icon) on the top menu bar. The Domain Settings page opens.

  2. Select Source Code Excludes from the menu on the left side of the page.

    The Source Code Excludes page opens.

  3. Click Add Source Code Exclude.

    The Source Code Exclude page opens.

  4. Click Misspellings.

    The Source Code Exclude details page opens.

  5. Description (required): Click in the text field and provide a short description for the excluded snippet.
  6. Default for CMS: Click in the field and select the CMS from the drop-down menu, or select None if there is no CMS. If your CMS is not on the list, contact Support to see if it can be added.
  7. CSS Target Selector (required): Click in the field and select an existing CSS selector pattern from the drop-down menu, or click + to add a new one.

    Once they are added, subsequent scans will identify elements that match the entered CSS selector patterns and omit them from the results.

  8. Click Save to save the source code exclusion. The Details page closes and the Source Code Excludes list page is visible. The new source code exclusion is on the list.

For more information, visit:

Apply the source code exclusion to a domain

This section provides instructions on how to apply a source code exclusion to a domain.

  1. Click Admin Settings (gear icon) on the top menu bar. The Domain Settings page opens.

  2. Click Action on the same row as the domain to scan.

  3. Select Edit Domain from the drop-down list.

    The Edit Domain pane opens.

  4. Locate the Features section.
  5. In the Source Code Excludes field: Click the drop-down arrow and select the domain that contains the source code.

  6. Click Save at the bottom of the page.

Locate HTML snippets to use in a source code exclusion

This section provides instructions on how to locate HTML snippets that can be used to set up a source code exclusion.

Locate snippets with FastTrack:

HTML snippets that affect the website compliance level can be found in FastTrack, along with a list of the checks the snippets are flagged for.

How to find HTML snippets that affect website compliance levels:

  1. Click the domain URL on the domain list. The domain dashboard opens.
  2. Click Accessibility (icon of a person standing with arms outstretched) on the menu bar at the top of the domain dashboard. The Accessibility page opens.

  3. Click FastTrack, from the menu on the left side of the page.

    The Accessibility FastTrack pane opens.

  4. Locate and copy the HTML snippets to include and paste them into the form for Source Code Excludes.

Locate snippets in Accessibility Page Details:

  1. Click Accessibility (icon of a human with outstretched arms) on the top menu bar.

  2. Snippets with potential errors are listed on the right side panel of the page.

  3. Copy the HTML snippets to include and paste them into the form for Source Code Excludes.

For more information, visit FastTrack.

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation
Back to Site navigation