I have set up sitemaps on a few of my websites, but when I try to look at it on this site http://rayhollandplasterer.com/sitemap.xml it's coming up with an error message that I am unsure on how to solve. Does anyone know a solution to this?
You have a malformed XML-file - you need to escape your &: This is what you have: <loc>http://rayhollandplasterer.com/?post_type=wpcf7_contact_form&p=39</loc> This is what you need to have: <loc>http://rayhollandplasterer.com/?post_type=wpcf7_contact_form&p=39</loc>
Well, you either have to change the url-structure on your site, or change how the sitemap is parsing it - or just go in manually and do a search and replace "Find all, search for & and replace with &"
See this help page: http://www.microsystools.com/products/sitemap-generator/help/xml-sitemap-file-amp/ Your sitemapping solution should handle this automatically