0
votes

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?

1
Obviously there is no way to achieve directly what I asked for. Thanks Merec for that piece of information. Luckily I found a solution that caters my needs: A sitemap index where one can link multiple sitemaps: en.wikipedia.org/wiki/Sitemap_indexjustfortherec

1 Answers

0
votes

There is not direct way to handle this. Typoscript can not parse external files. The only way to get a merge is creating a new simple extension which gives you the output of both sitemaps merges.