News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Custom title tags in categories?

Started by romagromov, 10.02.2015 18:11:47

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romagromov

Hi!

Is it possible to add custom title tags for each category (not based on category name)?
Or I can do it only using third-party components?
Best free windows software for your PC at bestwinsoft.com
  •  

ColinM

Hi
Support for Tags is intended after we have a stable release
Colin
Colin M
  •  

romagromov

Quote from: ColinM on 11.02.2015 08:53:40
Hi
Support for Tags is intended after we have a stable release
Colin

Ok, we will waiting.
But I'd like to point you in right direction :)

Title tags is VERY important for SEO.

I have builded my titles for downloads pages by editing file /com_jdownloads/views/download/view.html

So, if native title tags for download with title "Chrome" will displays "Chrome"
after this manipulations I have more correct for SEO title tag:

$this->document->setTitle($title.' download for free - '.$title.' '.$this->item->release.' - '.$this->item->custom_field_6);

In this case title tags will displays as

Chrome download for free - Chrome 32.321 - Text from custom filed

instead simply

Chrome

So, It will be great, if you create download page title constructor with placeholders:




Best free windows software for your PC at bestwinsoft.com
  •  

ColinM

Hi  Romagromov
Thanks for input - will move to suggestions
Colin
Colin M
  •