Configuring SEO Tags

The SEO Tags settings page provides you with powerful tools to control how your help center pages are presented in search engine results (like Google) and when shared on social media. By customizing HTML meta tags, you can optimize your content for better visibility and engagement. 🔍

Accessing SEO Settings

You can find the SEO configuration panel by navigating to Admin > Settings > SEO from the sidebar.

How It Works

The SEO page is built around two main components: the page selector and the code editor. This allows you to create unique SEO rules for different types of pages across your help center.

1. Select a Page Type

First, use the Page dropdown menu to choose which page template you want to edit. BeDesk allows you to set custom SEO tags for the following page types:

2. Edit HTML Tags in the Editor

Once you've selected a page type, the editor below will populate with the default HTML tags for that template. You can directly add, edit, or remove tags here. This includes common and essential tags like:

3. Use Dynamic Variables

The editor uses the powerful Laravel Blade templating engine. This allows you to insert dynamic data into your SEO tags using a simple syntax.

You'll see placeholders wrapped in double curly braces, such as {{ article['title'] }} or {{ settings['branding.site_name'] }}. These are dynamic variables that automatically pull data from your BeDesk instance. For example, on an article page, {{ article['title'] }} is replaced with the actual title of that specific article.

This lets you create a consistent, optimized template for all pages of a certain type without having to edit each one manually.

4. Save or Reset Your Changes