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:
(http://monosnap.com/image/UErglS9lXoWkeGnU0Sbc1BozZmCuNB.png)