Meta-Tags
Posted: Tue Jan 27, 2009 5:40 am
I've been looking at implementing and controlling meta-tags, and from what I've seen, its a bit of a mess..
I've implemented the product meta-tag aspx page provided by the wiki http://wiki.ablecommerce.com/index.php/ ... ta_tags%3F - I've even extended the code in the wiki to remove the default title tag for products - I've edited the pagehelper.cs and various other pages and controls (product.aspx, conlib/categorygridpage2.ascx) to call a simple function to append some text onto the end of the page title for SEO purposes..
But implementing changes for meta tags for the homepage (and other static pages) is proving to be a bridge too far - its just so difficult and time-consuming to make this user-friendly for non-IT people.
Has anyone any useful tips for customising meta tag implementation across the site, rather than allowing some types of pages to control meta tags through bespoke controls, while others use the scriptlet functionality? Or is that the only solution - telling a client that pages with dynamic content (e.g. products) can have there meta tags controlled THIS way, while other pages have to be edited THAT way?
I've implemented the product meta-tag aspx page provided by the wiki http://wiki.ablecommerce.com/index.php/ ... ta_tags%3F - I've even extended the code in the wiki to remove the default title tag for products - I've edited the pagehelper.cs and various other pages and controls (product.aspx, conlib/categorygridpage2.ascx) to call a simple function to append some text onto the end of the page title for SEO purposes..
But implementing changes for meta tags for the homepage (and other static pages) is proving to be a bridge too far - its just so difficult and time-consuming to make this user-friendly for non-IT people.
Has anyone any useful tips for customising meta tag implementation across the site, rather than allowing some types of pages to control meta tags through bespoke controls, while others use the scriptlet functionality? Or is that the only solution - telling a client that pages with dynamic content (e.g. products) can have there meta tags controlled THIS way, while other pages have to be edited THAT way?