I create a new website. In the old one I had the url to an article like:
www.mysite.com/article,{article_id},{article_title}.html
I want to change the structure of my url in cakephp without losing my SEO position in google. How can I do it ?
I use Cakephp 3.8 I haven't tried anything yet because I don't know where to start