I am changing my CMS. The old CMS urls are not seo-friendly for example

mysite/modules.php?name=News&new_topic=8

the new is using nice-urls or seo-friendly urls

mynewsite/Support/Books/my-nice-urls

Now, I have accumulated/achieved nice position in the search engins.

My questions are:

  1. How can I keep this position; I am afraid my indexed urls with search engines will give 404 error
  2. How can I redirect all mysite/* to /mynewsite

Thank you

OOzy

link|improve this question
feedback

closed as off topic by Bill the Lizard Apr 27 '11 at 3:34

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

My advice to keep your position high in search engins

to calculate SEO Score for each page, and handle content to raise your score for example try using websites like http://www.domaintools.com/seo-score/

also monitor compititors because if they push more pages and content with details about some subject and become have details more than you, that they may come higher than you in this subject if they also try to make SEO.

read more for robots, because you can control the visits of search engine spider to your content if that content is changed faster

for redirect from oldsite to newsite, find in your hosting control panel tools for redirect.

My Regards

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.