Website Builder Settings

In this topic, you will learn about the settings available for the Website Builder. To access settings, click the settings icon in the editor.


Overview

The Overview settings allow you to configure the basic information for your Website Builder experience.

  • Experience Title (Internal Only) — The name of your experience as it appears in the Gallery module. This is for internal reference only and is not visible to viewers.
  • Experience Description (Internal Only) — A description of your experience for internal reference.
  • Experience Language — Select the language for your experience from the dropdown menu.
  • Use metadata's language as default — Check this option to use the video metadata language as the default language for your experience.
  • Use multi-lingual audio — Check this option to enable multi-lingual audio support.

Player

The Player settings allow you to configure the video player used in your experience.

  • Select Player — Choose the Brightcove player to use for video playback in your experience. Use the dropdown to select from your available players. Click Preview Player to preview the selected player.
  • Change account-wide default player — Click this link to change the default player for your entire account.
  • Lead Form — Lead forms are only available through Campaign. Contact your account manager for more details.

Access and URL

The Access and URL settings allow you to control who can access your Website Builder experience and configure the URL.

To configure the Access and URL settings, follow these steps:

  1. Edit the experience.
  2. Click the settings icon in the editor.
  3. Click Access and URL in the left navigation.

Restrict Public Access

  • Access Control — Select an access control profile for your site. By default, sites are set to Public, meaning anyone with the URL can access the experience. To restrict access, select a custom access control profile from the dropdown. You can manage access control profiles in Account Settings.

URL

Your current site's URLs are displayed in a table showing the Active status and Initial Domain for your experience. Each experience is assigned a default domain in the format site-XXXXXXXX.bcvp0rtal.com.

To use a custom domain for this site, create one in Account Settings. For more information, see Configuring Custom Domains and SSL.


SEO

The SEO settings allow you to configure how your Website Builder experience is indexed by search engines and how it appears when shared on social media.

To configure the SEO settings, follow these steps:

  1. Edit the experience.
  2. Click the settings icon in the editor.
  3. Click SEO in the left navigation.

The following settings are available:

  • Site Details — Configure the site description, image, keywords, and meta tags
  • Site Map — Configure site map settings

Configuring the site details

  • Use site description in search engine results and when site is shared — When checked, the site description will be used in the <meta> description tags, including Facebook and Twitter meta tags. If not checked, the description for the featured video is used instead.
  • Site Description — The description of your site that appears in search engine results and when the site is shared on social media. Click Edit Description to modify the text.
  • Site Image (recommended size: 1200px × 630px) — The image that will be shown when the home page of your site is shared on Facebook or Twitter. Drag and drop an image, click browse to select a file, or paste an image URL and click Add.
  • Keywords — Meta keywords that will be added to all site pages. For example, adding "videos,training,product demos" will result in a corresponding <meta> keywords tag being added to the page HTML.
  • Meta Tags — Used to add additional meta tags for the site. These tags will be added to all site pages. For example:
    <meta name="myCustomTag" content="myCustomValue">
    Click Learn More for additional information on supported meta tag formats.
  • Include custom video fields in page metadata — When checked, custom video fields will be added as meta tags. For example, a custom field of year with a value of 2024 will add:
    <meta name="year" content="2024">
  • Include canonical URL in page metadata — When checked, a rel=canonical meta tag will be added to the page source. This tells search engines to treat pages with different URL parameters as a single entry, which helps improve SEO. For example, mysite.com/video/mypage.html is treated the same as mysite.com/video/mypage.html?username=foobar. Click Learn More for additional information.

Configuring the site map

  • Include video tags in site map — When checked, video tags will be included in your site map. Note that only the first 32 tags for each video are included. Adding tags to the site map exposes them to search engine web crawlers, allowing visitors to find videos based on video tags.

Preventing a site from being indexed

There may be times when you want to prevent a site from being indexed by search engines. This can be done by adding a noindex meta tag in the Meta Tags field:

<meta name="robots" content="noindex,nofollow">

Third-Party Tracking

The Third-Party Tracking settings allow you to integrate third-party analytics and marketing automation platforms with your Website Builder experience. This enables you to track visitor behavior and page views using your existing analytics tools.

To configure the Third-Party Tracking settings, follow these steps:

  1. Edit the experience.
  2. Click the settings icon in the editor.
  3. Click Third-Party Tracking in the left navigation.

Google Analytics

  • Tracking ID — Enter your Google Analytics tracking ID (e.g., UA-XXXXX-X or G-XXXXXXXXXX) to enable Google Analytics tracking on your experience. Once configured, page view and event data will be sent to your Google Analytics account.

Google Tag Manager

Google Tag Manager allows you to manage and deploy marketing tags on your site without modifying code.

  • Google Tag Manager <head> — Copy and paste the <head> portion of the Google Tag Manager container snippet. This code should be copied from your Google Tag Manager account.
  • Google Tag Manager <body> — Copy and paste the <body> portion of the Google Tag Manager container snippet. This code should be copied from your Google Tag Manager account.

For more information on setting up Google Tag Manager, see the Google Tag Manager documentation.

Eloqua Page Tracking

  • Site ID — Enter your Eloqua Site ID to enable Oracle Eloqua page tracking on your experience. This allows you to track visitor activity and integrate with Eloqua marketing automation workflows. The Site ID can be found in your Eloqua account settings.

Marketo Page Tracking

  • Account ID — Enter your Marketo Account ID (also known as the Munchkin ID) to enable Marketo page tracking on your experience.

Custom Code

The Custom Code settings allow you to add custom CSS, JavaScript, and HTML to your Website Builder experience. This is useful for advanced customization beyond what the built-in style options provide, or for adding custom functionality.

To configure the Custom Code settings, follow these steps:

  1. Edit the experience.
  2. Click the settings icon in the editor.
  3. Click Custom Code in the left navigation.

JavaScript & CSS

  • Custom CSS file (styles.css) — Add a custom CSS file to style your experience. Paste a file URL or click Upload file to upload a CSS file. The CSS will be applied across your entire experience, allowing you to override default styles or add custom styling.
  • Custom JavaScript file (script.js) — Add a custom JavaScript file to your experience. Paste a file URL or click Upload file to upload a JavaScript file. The script will run across your entire experience.

Header & Footer

  • Custom Header — Paste custom HTML code to replace or extend the header of your experience. This allows you to add custom navigation, branding elements, or other HTML content to the top of your site.
  • Include default header below custom header — When checked, the default header will be displayed below your custom header code. When unchecked, only your custom header HTML will be displayed.
  • Custom Footer — Paste custom HTML code to replace or extend the footer of your experience. This allows you to add custom links, copyright notices, or other HTML content to the bottom of your site.

Comments

The Comments settings allow you to enable commenting on your Website Builder experience using Disqus, a third-party commenting platform.

To configure the Comments settings, follow these steps:

  1. Edit the experience.
  2. Click the settings icon in the editor.
  3. Click Comments in the left navigation.
  • Disqus Shortname — Enter your Disqus shortname to enable comments on your experience. To enable comments using Disqus community forums, enter your Disqus shortname. The shortname can be found in your Disqus account under Admin > Settings > General.

Once configured, a comments section will appear on video detail pages within your experience, allowing viewers to leave comments and engage in discussions.


Next: Publishing a Website Builder Experience