Page 1 of 1
meta tags for categories
Posted: Mon Aug 18, 2008 3:30 pm
by tazilein
I use the plugin to enter individual meta tags for each blog entry I write. I recently recognized that I cannot do that for categories or the start page.
Is it possible to add individual meta tags for categorypages and the startpage?
Re: meta tags for categories
Posted: Mon Aug 18, 2008 3:41 pm
by garvinhicking
Hi!
Not through a plugin, since the s9y backend has no place to enter such details there.
You could edit the index.tpl template file and insert the metatags there, by querying the $view variable if it's "category" or "start", and then emit your own metatags. You could even distinct on which category you are viewing through $category_info.
Regards,
Garvin
Posted: Mon Aug 18, 2008 6:06 pm
by tazilein
Thanks Garvin - looks like another thing on my todo list
