I'm working on migrating a static site to a new one based on Wordpress as a work platform. The old site contains static html pages and a separate folder for the blog. As a result I get the following URLs www.mysite.com / blog / category-name / post-number-one. On the new site, WordPress turns the URL into www.mysite.com / category-name / post-number-one, removing the blog/ part.
For the sake of SEO, I must keep these urls like the old site. Is there a way using Wordpress to maintain this structure for blog posts only?