Posts Tagged ‘rename page’

Mod Rewrite for Better Living

March 13th, 2009
  Comments Off

I have written before about never deleting or renaming a page, but there are times when it is unavoidable. Restructuring a site, removing obsolete products and changing scripting languages (moving to shtml from php, or php from html) make this a common problem.

I am in the middle of two large projects that will involve changing the names of many pages. These are both Joomla-based sites, so I am mitigating some of the problems by using sh404sef. It does a great job of helping you control page names, maintain legacy extensions, etc. But there are still pathing and page name changes that will need to be addressed, for these mod-rewrite is the tool.

Stephan Spencer has recently posted an excellent two-part article on the subject, see:

Past articles on the subject include:

SEO Huntsville , , , , ,

Never Delete or Rename a Page

September 14th, 2007
  Comments Off

Well, almost never… I talk about the importance of page names on my SEO page. The trick is to design your site so that your  page names and content are tuned for the top phrases in your industry. But what happens if you inherit a poorly designed site, the content becomes obsolete, or a generic term like “MP3 player” is suddenly secondary to a more popular phrase like “iPod”?

In those cases, you create new content and use a 301 redirect (moved) to ensure any traffic to the old page is redirected to the new page. This is critical. Unless the page has no traffic and no incoming links, you should never just delete (or rename) a page and move on.

Here’s a good article on 301 redirects and how to implement them.

Good 301/410 discussion here

SEO Huntsville , ,