Note: Unique Title, Description, Keywords are available only in the PRO version of the module. The option can be activated in Control Panel > SEO Module > Premium settings > Unique Title, Description, Keywords .
1. To set unique Title, Description, Keywords for a section (available in all modules except for Blog and Site News), then go to Control Panel, select the desired module (where you want to create the section), click on Categories management and then on Add section in the top left corner of the page. After that, proceed to
Step 3 .
2. To set unique Title, Description, Keywords for a category (available in all modules), then go to Control Panel, select the desired module (where you want to create the category), click on Categories management and then on Add section in the top left corner of the page. After that, proceed to
Step 3 .
3. When you create a category/section, you can see an option called "SEO settings: unique Title, Description, Keywords." Click on it and you will be able to set the unique Meta properties of the category/section.
This way you can specify unique Title, Description, Keywords for a category or a section. However, for the entered meta tags to be displayed in the post, you need to make a one-time change to the website templates. See the guides for different modules below.
Go to Control Panel > Design customization > Site News > Page of the entries archive. Find the code:
Code
<title>$SITE_NAME$ - $TITLE_BAR$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$TITLE_BAR$<?endif?> – $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Blog > Page of the entries archive. Find the code:
Code
<title>$SITE_NAME$ - $TITLE_BAR$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$TITLE_BAR$<?endif?> – $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Publisher > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Publisher > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > File Catalog > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > File Catalog > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Site Catalog > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Site Catalog > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Ad Board > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Ad Board > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Online Games > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Online Games > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Photo Album > Page with section contents. Find the code:
Code
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>
Go to Control Panel > Design customization > Photo Album > Page with category contents. Find the code:
Code
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
And replace it with:
Code
<title><?if($SEO_TITLE$)?>$SEO_TITLE$<?else?>$CAT_NAME$<?endif?> <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title> <?if($SEO_DESCRIPTION$)?><meta name="description" content="$SEO_DESCRIPTION$" /><?endif?> <?if($SEO_KEYWORDS$)?><meta name="keywords" content="$SEO_KEYWORDS$" /><?endif?>