I have an installation of TYPO3 and an installation of Wordpress and want to have a sitemap.xml for search engines which includes sites from both systems.
Currently the sitemap of the TYPO3 installation is generated with typoscript (I basically use this generator). In Wordpress there is no extension installed to generate a sitemap yet.
Edit: TYPO3 is installed in domain.tld/ and Wordpress is in a subdirectory domain.tld/blog.
I am open to use any way to merge sites from both systems in one sitemap. That could either be extensions for one or both CMS or a script running separately. Or maybe there is a way to parse the sitemap.xml from Wordpress in typoscript.
Does anyone know a way to merge the sitemaps?