Just hoping to get some help ... I know basic HTML but not great with the programming backend stuff. I'm redesigning my website which is almost complete but I have changed about all the URL's to make them more search engine friendly and easier to understand. A number of these URL's are ranking well in Google so I don't want to lose that advantage. Can any recommend a great (and easy to understand) guide on how I do redirect the URL's properly? Speaking honestly I have a hard time understanding most programming terms. There are about 150 URL's in total so want to make sure I do it correctly from the start. In the past my URL's are terrible and there really isn't a pattern that can be following. Couple of examples:
www.EXAMPLE.com/stressgard-II-night-guard.html changing to
www.EXAMPLE.com/night-guards/stressgard-ii/
www.EXAMPLE.com/DenTek-Comfort-Fit-Dental-Guard.html
www.EXAMPLE.com/night-guards/dentek-comfort-fit-dental-guard/
If I'm needing to write 1 line per redirect for every URL, is this simply the correct coding?
RedirectMatch 301 /stressgard-II-night-guard.html /night-guards/stressgard-ii/
etc
Any help would be most appreciated.