I’m in need of putting a static sitemap.xml file, because Liferay does not generate all of the desired links, and a few that shouldn’t be there. I think it’s because it’s heavily altered by my ext-plugin.
Question is, that is it possible to set up a static sitemap.xml(used by google robots) in the portal root, not being changed by Liferay itself?
Using: Liferay 6.0.6
Thanks in advance 🙂
The best solution was to create a SitemapServlet class in Liferay (as suggested by Johnny) which responses with the sitemap file. No changes in Tomcat were needed.