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?
meta tags for categories
meta tags for categories
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
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
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/
# 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/
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