Skip to main content
Question

Removing "Docebo" branding from Google Search

  • May 5, 2026
  • 1 reply
  • 3 views

Hi Docebo community! I'm working on two issues with our white-labeled Docebo instance and would love some guidance.

Issue 1: Google search snippet showing "Browse Docebo's courses and learning paths" When users Google our learning portal, the search result shows Docebo's default language instead of our brand name. I've tried updating the text via the English translation settings, but the change isn't reflecting in the Google snippet — it's only adding text beneath our header on the page itself. I've also tried clearing the field and adding a tab space (as suggested previously), but the old text is still appearing in Google.

  • Is there a specific translation key that controls what Google indexes?
  • Since we are using a white-labeled Docebo domain (not a registered custom domain), does Google re-crawl need to be triggered through Docebo directly?
  • Any tips on getting our logo to populate in the Google search result as well?

Issue 2: Sign-out redirect When a user signs out of our Learning Center, they're currently redirected our core company homepage. Is there a way to configure the sign-out redirect to return users to the Learning Center homepage instead?

Thanks in advance — happy to share screenshots or jump on a call if helpful!

1 reply

Moshe.Machlav
Helper III
Forum|alt.badge.img+1

Hey ​@Courtney Sembler , welcome to the community!

In organizations I've worked with, trying to fix Google indexing via Docebo's Localization Tool is a really common trap. The translation keys only change the visible HTML text, but search engines are looking at the platform's backend Meta Tags.

Here is how to tackle both of your issues:

Issue 1: Google Search Snippet & Logo You don't need a specific translation key. That "Browse Docebo's courses..." text is actually the default platform meta description.

  1. Go to Admin Menu > Advanced Settings > SEO settings.

  2. Look for the Link preview for platform home page section.

  3. Update the Title and Description to reflect your brand.

  4. To fix the logo issue, click Upload file in this same section to set your thumbnail image.

Regarding the re-crawl: Because you are on a white-labeled docebosaas.com domain rather than a custom domain, you cannot verify the property in Google Search Console to manually force a re-crawl. You just need to save these SEO settings and wait for Google's bots to naturally re-index the page (which usually takes a week or two). Official Documentation: SEO settings for the platform

Issue 2: Sign-out Redirect Before digging through general advanced settings,are your users logging in via Single Sign-On (SSO)? Docebo doesn't have a native "logout redirect" setting for standard native logins. If users are being kicked to your company homepage upon logout, it is almost certainly configured in your SSO integration.

  1. Go to your SSO configuration (e.g., Admin Menu > SAML or OpenID Connect).

  2. Look at the SSO Behavior or Logout behavior sections.

  3. If you have "Automatic redirect to identity provider" enabled, or a custom logout endpoint defined, look for the Logout landing page field. Update this URL to point to your Learning Center homepage instead of the corporate site. Official Documentation: General guidance for SSO configuration

Hope this helps clear things up!