Live website doesnt switch the URLs

What can be the issue and how can we fix it ?

Issue: Live website doesnt switch the URLs when clicking from one page to another.

Detailed describtion: When I navigate between different pages, the URL in my browser will remain stuck at one of the previous pages.
No matter which page I go to after it gets stuck, it will always show that original page’s url. When I refresh, the stuck page url is what loads.

An example:

Start by going on the https://www.maleradam.at/ site
Then scrool down to the title: WO WIR TÄTIG SIND
Click on any of the locations, for example: http://maleradam.at/maler/wien/hernals
The URL seems to remain as the previous page you came from.

Please let me know if you have any suggestions how to emprove this!

Viktória

Hi Viktoria,
The issue you’re experiencing, where the URL doesn’t update when navigating between pages, could stem from a variety of factors. It might be related to custom code or third-party apps interfering with page navigation, so checking for any such elements is a good starting point. Additionally, make sure all your page links are correctly set up, as broken or misconfigured links can prevent the URL from updating properly. Testing in incognito mode or clearing your cache can help rule out cached content as the culprit. Another possibility is misconfigured redirects or dynamic page settings, which could cause the URL to remain stuck. Finally, if your site uses a Single Page Application (SPA) setup, ensure it correctly manages browser history and updates the URL as users navigate between pages. Checking these areas should help resolve the issue.