| What is wrong with my sitemap? | Ivyblom | 6/29/12 2:25 AM | Hi, I got a sitemap that looks like this : <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0"> <url> <loc>http://www.MyApp.se</loc> <lastmod>2012-06-29</lastmod> <changefreq>daily< |
| Re: What is wrong with my sitemap? | dyoc | 6/30/12 3:25 PM | It looks like you're missing a closing tag </url> on the first address and further down you have a duplicate </url>. You may want to clean that up first and re-run the report. On the robots.txt issue, you might look to see if any of the pages return |
| Re: What is wrong with my sitemap? | webado | 6/30/12 3:44 PM | You have incorrectly matched tags. Also the homepage url needs to end in a trailing slash. Don't use upper case characters in the domain part of a url. Check that all urls are OK. This one http://myapp.se/Ad/Edit gives a 404 error. In the robots.txt |
| Re: What is wrong with my sitemap? | Ivyblom | 7/2/12 1:23 PM | Thanks! No the website is not on http://myapp.se but else its the same url. I have updated the missmatch tags(did miss that) and now it workes great according to webmaster tool. Should I still fix the other pointers that you gave? Or is it okay as long as w |
| Re: What is wrong with my sitemap? | webado | 7/2/12 1:39 PM | Yes, I mean this needs to be acted on: |