Hi, I use x-map for the creation of maps xml site where I installed vehicle manager (latest version). All maps are created regularly except what must extract data from vehicle manager.
Before this post, I opened a discussion on the forum of the producers of x-map but in the end we came to the conclusion that perhaps the problem lies in vehicle manager.
In practice, the xml file is generated, but unfortunately WITH A LINE THAT SHOULD NOT BE, a HR tag that is not accepted by Google and this prevents provide Google with the correct map file.
This is part of the xml file:
Code: |
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://www.sitename.it/VehicleManager.html</loc>
<uid>itemid281</uid>
<itemid>281</itemid>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<hr style="width:50%; color: #555;background-color:#555;border:0px none;height:1px;clear:both;"/>
<url>.........
|
Please, I really need your help to solve this issue.
PS:I do not know if it is allowed to post the link to another forum, and so if you need let me know and I will I give willingly.