Issue with Dynamic Page Indexing and SEO

0
I am currently experiencing issues with indexing dynamic pages of our website for Google SEO. The pages appear to have redirects that prevent proper indexing, which is negatively impacting the search engine visibility.   I have tried using the SEO Sitemap module provided by Mendix, but unfortunately, it did not resolve the issue. Additionally, I attempted to expose a sitemap via a custom REST service, but it only indexes the homepage and not the dynamic content. I also noticed that when navigating to dynamic pages, the URL structure changes. Specifically, the character p is replaced by #, which triggers a redirect at the browser level. This behavior seems to interfere with how search engines crawl and index our pages.   Do you have any ideas?     SITEMAP example: <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>###APP_URL###/p/news-Test%20news</loc> <lastmod>2025-07-30</lastmod> </url> <url> <loc>###APP_URL###/p/news-Per%20la%20qualit%C3%A0%20del%20servizio%20idrico%20integrato%20in%20termini%20di%20efficienza, %20capacit%C3%A0%20d%E2%80%99investimento%20e%20sinergie%20industriali</loc> <lastmod>2025-07-30</lastmod> </url> <url> <loc>###APP_URL###/p/news-Un%20passo%20importante%20per%20il%20servizio%20idrico%20integrato%20nell%E2%80%99ATO%20di%20Mantova</loc> <lastmod>2025-07-30</lastmod> </url> </urlset>  
asked
0 answers