meta tags for categories

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
tazilein
Regular
Posts: 56
Joined: Sun Apr 30, 2006 11:44 pm
Contact:

meta tags for categories

Post 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?
my S9Y-Blogs: my personal brainbackup | [url=http://www.viennacityflats,at]Vienna Apartments Rental[/url] | Kasperls Geschichten | various other Sites using S9y as CMS
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: meta tags for categories

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
tazilein
Regular
Posts: 56
Joined: Sun Apr 30, 2006 11:44 pm
Contact:

Post by tazilein »

Thanks Garvin - looks like another thing on my todo list :)
my S9Y-Blogs: my personal brainbackup | [url=http://www.viennacityflats,at]Vienna Apartments Rental[/url] | Kasperls Geschichten | various other Sites using S9y as CMS
Post Reply