I know there is something in the Content part, specifically look for HtmlHead.ftl in CmsSiteDemoData.xml. But I doubt it's what you
are looking for except if you are ready to use the Content component...
Jacques
From: "Rees Watkins" <[email protected]>
Hi
Does anyone know how to set metadata like title for their ofbiz based web site. Please can you refer me to some information on how
this is done.
Cheers
Rees
----- Forwarded Message ----
From: Rees Watkins <[email protected]>
To: [email protected]
Sent: Thursday, 10 September, 2009 15:58:22
Subject: SEO meta data
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