Forum Moderators: open
My current site has its URLs created with mod_rewrite like so:
/article1.html
/article2.html
etc.
but the new CMS has SEF URLs with the keywords included, i.e.
/category/section/article-title-with-keywords/
Option 1:
Should I modify my new CMS to use the same page names (articleXX.html?) so that as far as Google is concerned, nothing has changed on my site? I lose the cool functionality of having keywords in the URL, and I'm hobbled with the bland URLs for the rest of the site's life.
Option 2:
Keep the new SEF URLs with the new CMS, and also edit my .htaccess file so that mod_rewrite redirects all my old articleXX.html URLs to the updated page. Google will index all my articles under two different URLs, the old one, and the new one.
Any ideas out there? Is there a third option I'm missing? Thanks!
1. Do you have a significant number of deep links coming in?
2. Do your old pages need updating/maintenance?
3. Do your old pages rank well on relevant terms?
If yes to these questions you might want to consider leaving them as is and running your CMS "in parallel" as it were.
WBF
I guess Google will eventually pick up these changes as it reindexes the inbound links (the articleXX.html URLs).
So Option #2 is the better way to go?