google is showing an error
« on: September 16, 2009, 09:36:12 AM »
when i uploaded the sitemap.xml into the webmaster tools its showing an error
the error being shown is
Invalid URL
This is not a valid URL. Please correct it and resubmit. URL: http://<!--xml version="1.0" encoding="utf-8"?%3EProblem detected on: Sep 15, 2009
 2 Invalid URL
This is not a valid URL. Please correct it and resubmit. URL: http://<urlsetProblem detected on: Sep 15, 2009
 3 Invalid URL
This is not a valid URL. Please correct it and resubmit. URL: [ External links are visible to forum administrators only ]"http//www.sitemaps.org/schemas/sitemap/0.9"Problem detected on: Sep 15, 2009
what should  i do ???
Re: google is showing an error
« Reply #2 on: September 17, 2009, 10:57:09 PM »
[ External links are visible to forum administrators only ]
Re: google is showing an error
« Reply #3 on: September 18, 2009, 03:14:24 PM »
You have the following as the first line:
Code: [Select]
<!--xml version="1.0" encoding="UTF-8"?>it should be:
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>