User Login    
   Register now!

Howtodude.NET / How to remove module name "SmartSection" from title

howtodude 5/11 22:34
2
Howtodude.NET > Computers > Internet > CMS > XOOPS

Aim:

SmartSection is a great module for content management that can be used in XOOPS, XOOPS Cube or ImpressCMS. Unfortunately, it shows the module name "SmartSection" in your page title. This has negative impact on the ranking of your site in search engine ranking for relevant keywords. Read how to get rid of the module name in the title tag.

How to remove module name "SmartSection" from title:

Look for these lines in ../modules/smartsection/class/smartmetagen.php :

     if ($moduleName) {
     $titleTag['module'] = $moduleName;
     }


Comment one line like this:

 

     if ($moduleName) {
//   $titleTag['module'] = $moduleName;
     }

 

 

Disclaimer: this howto reflects the personal opinion of the writer.
The comments are owned by the poster. We aren't responsible for their content.
Add YOUR own howtos today!

It's fun, it's free, increase your productivity! Archive your own howtos on Howtodude.NET so that you can access these from everywhere at every time!

Register now!