I am looking for a method to add custom page title and meta description to Magento defaults catalog/seo_sitemap/category/
& catalog/seo_sitemap/product/
pages.
I have done this before on the built-in contacts page by updating the contacts.xml file with:
<reference name="head">
<action method="setDescription"><title>my description here</title></action>
<action method="setTitle"><title>My title here</title></action>
</reference>
This works absolutely fine. However, I currently do not know how I can apply this or a similar technique to the 2 pages I've outlined.