I know this is off topic, but the support team at MoleEnd are down on numbers and can;t help me until next week at the earliest. I'd like this resolving earlier than that.
I'm hoping somebody here has more experience with the Mole End plug-in than we do (it won't take much!)
I'm using Product Mash v4.0.0.3 and have a query with the XML Site Map generator within it.
How do I change the mash generated "location address" for each of the sitemap xml entries?
Right now, the Mash generates a location address that reads
<loc>http://our_website_address.com/acatalog/index.html</loc>
but I would like it to read
<loc>http://www.our_website_address.com/acatalog/index.html</loc>
instead.
My current Mash code for the sitemap generator reads:-
<url>
<lastmod>2012-11-23</lastmod>
<loc>Your filename here</loc>
<changefreq>Monthly</changefreq>
<priority>0.5</priority>
</url>
What do I need to change to make this happen? This is obviously effecting all of my sitemap entries and the change I make needs to effect all sitemap entries for this site.
Is it an Actinic setting I need to change or is it a Product Mash setting change required?
Has anybody got any ideas?
I'm hoping somebody here has more experience with the Mole End plug-in than we do (it won't take much!)
I'm using Product Mash v4.0.0.3 and have a query with the XML Site Map generator within it.
How do I change the mash generated "location address" for each of the sitemap xml entries?
Right now, the Mash generates a location address that reads
<loc>http://our_website_address.com/acatalog/index.html</loc>
but I would like it to read
<loc>http://www.our_website_address.com/acatalog/index.html</loc>
instead.
My current Mash code for the sitemap generator reads:-
<url>
<lastmod>2012-11-23</lastmod>
<loc>Your filename here</loc>
<changefreq>Monthly</changefreq>
<priority>0.5</priority>
</url>
What do I need to change to make this happen? This is obviously effecting all of my sitemap entries and the change I make needs to effect all sitemap entries for this site.
Is it an Actinic setting I need to change or is it a Product Mash setting change required?
Has anybody got any ideas?
Comment