I have a site that was built with PHP which I'm redesigning.
We are moving to wordpress for ease of updates. In regard to SEO planning, I had a question on how to best handle something:
Many of the same pages of information already exists on the current site, but the navigation structure will not be exactly the same. Some pages will be moved to second-level of navigation. Since there are several locations in different states, I want break each out onto a separate page so we can better target.
For pages that will remain similar in content, topic, etc - Is there a way to keep our page names? With permalinks, WP seems to give me domain.com/page/ as my URL..is there any way to keep domain.com/page.php?
If not, would there be any benefit to keeping the name as domain.com/page/ instead of domain.com/pageaboutxyz. I've read a single character will make search engines register this as a new page, so I'm thinking if I'm going to get reset either way, I'll do what I think will benefit the site long term.