Hi
What is the correct way to set meta data like title, metadescription,
metakeyword?
I have several product lines each in their own category and I would like to set
title, description and keyword metadata for each catalog.
1 - I think the metadata is set in the "Edit Catagory properties" under name
and product description. Is this correct?
In my application the user selects the catalog from a menu at the top of the
page which loads the a page for the catalog. The screen action calls
main.groovy which calls CatalogWorker.java which returns the first catalog
listed, this is stored in the request and used by Category.groovy to load title
and other metadata.
2 - How do ensure the correct calalog is set in the request so Category.groovy
loads the correct information
Thanks
Rees