fuzu42
Expert
Friendly Neighbour
Member Likes (0)
It appears that all xml entries are appearing as follows for http://{mapped-domain.tld}/sitemap.xml
<url>
<loc>http://{blogname}.{root-domain.tld}/{path}/</loc>
<lastmod>{YYYY}-{MM}-{DD}T{HH}:{MM}:{SS}+00:00</lastmod>
<priority>{float priority}</priority>
</url>
when they should be appearing as
<url>
<loc>http://{mapped-domain.tld}/{path}/</loc>
<lastmod>{YYYY}-{MM}-{DD}T{HH}:{MM}:{SS}+00:00</lastmod>
<priority>{float priority}</priority>
</url>
AIO 1.4.7
Simple Sitemaps 1.0.3
Domain Mapping 3.0
Multi-Domains 1.0.8
WP 3.0.1

Responses (2)
Developer (joined June 2008) Likes (0)
Is it happening for all entries or are new entries correct and only older entries (pre the mapping being set up) that has the old domain information?
Member (joined October 2009) Likes (0)
Interestingly enough, it turns out it only happens on some mapped blogs, but not on others. When it happens, it happens to all entries.
In all cases:
<!-- Sitemap was loaded from a cached file -->
FIX:
I tried removing and re-adding the mapping, then went to the most recent post on the blog, added a trailing space, and hit update.
All better now.
Become a member