[wp-hackers] How to automatically combine sitemaps from Joomla + WP?

Frank Bueltge frank at bueltge.de
Fri Dec 9 08:46:10 UTC 2011


You have current 2 XMLs as result, parse this via PHP and write an new
xml for this two sitemaps. For parse use the default of PHP5 or the
core of WP with SimplePie and to write the sitemap maybe use one of
this libraryies:http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators
or https://github.com/MyHammerOpenSource/LargeXMLSitemap

On Fri, Dec 9, 2011 at 5:23 AM, Mike Schleif <wordpress at helices.org> wrote:
> Hi!
>
> I have inherited a Joomla website on which I've attached a WordPress blog.
>
> I can get Joomla to give me a sitemap.xml for the Joomla portion of the
> site.
>
> I can get WordPress to give me a sitemap.xml for the WordPress portion of
> the site.
>
> How can I combine these before submitting them to search engines?
>
> Bottom line, I want one sitemap.xml that covers the entire domain, including
> both Joomla website and WordPress blog.
>
> Please, advise.
>
> Thank you.
>
> Best Regards,
>
> helices
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list