News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

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
  •