If we want the cat description but not the main page one then what? pulling the template tag drops it all, correct? not really a valid solution, IMO.
well that is a different request altogether

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If we want the cat description but not the main page one then what? pulling the template tag drops it all, correct? not really a valid solution, IMO.

I think i might of mentioned it before, but the ability to add individual descriptions & keywords to custom pages would be nice.
![]()
Seo plugin works as should.
)Its jjust a update check, its not updating automaticI thought you guys did, for some reason i am not able to successfully update a plugin through the admin panel even though it says everything is fine and ready, therefore i was under the assumption that i updated to the latest version.
if ($TMPL['cat_exist']) {
$TMPL['cat_name'] = $TMPL['cat_exist'];
$TMPL['cat_desc'] = $CONF['categories'][$TMPL['cat_exist']]['cat_desc'];
$TMPL['category_welcome'] = base::do_plugin_skin('./plugins/Seo','category_welcome');
}
elseif (!$TMPL['cat_exist'] && !isset($FORM['a']) && $TMPL['meta_description'] != '') {
$TMPL['category_welcome'] .= "<h1 id=\"seo_main_h1\">{$TMPL['list_name']}</h1>";
$TMPL['category_welcome'] .= "<p id=\"seo_main_p\">{$TMPL['meta_description']}</p>";
}
else {}
Mark could you please give us small info what this changes into plugin?
I would recommend seo_main_p to be h2 tag
the meta description is NOT a heading, it makes zero sense to use an h1 or h2 tag here. Given that meta descriptions are usually 200 characters, this constitutes a paragraph <p> not a heading. Furthermore with that much text in a heading all you are doing is diluting the keywords to the point of uselessness. 
