Auto-fill page title with keywords

CS-Cart defaults to page titles like



Product :: Category Name :: Bla ::



Not the best for SEO… I used this little SQL line to automatically set my page titles to my product description… Can’t really get more precise with keywords than that… If anyone is interested in doing this, the SQL code I ran was:



update cscart_product_descriptions

set meta_description = product, page_title = product

Hello racingsolution,



Your trick is very interesting, however, CS-Cart runs on Smarty. Smarty templating engine is a very powerful tool:



[url]Search Results for "[" | Smarty



You can do same with Smarty code without touch your database. Much more, it’s easier to maintaining Smarty code than database core…





Lee Li Pop