Author Topic: Advice on an old website/domains URL structure  (Read 1680 times)

Revlis

  • Newbie
  • *
  • Posts: 2
    • View Profile
Advice on an old website/domains URL structure
« on: June 17, 2018, 02:38:56 AM »
Hi guys,

I have a very old website that has some very nice backlinks over the years, as with everything things do get old and the design of my website is no different. So I am currently in the middle of refreshing the design on wordpress.

Now to my question..

Most of the pages end with .htm and am wondering whether it's best to stick with these or remove them completely and redirect with more SEO friendly urls bearing in mind many years ago it already has one set of redirect from an even older url structure.

I really do not wish to share the website and I do realise that might cripple any answers a bit but some general opinions would be much appreciated.

Thanks

aaron

  • Inner Core
  • Full Member
  • *
  • Posts: 229
    • View Profile
Re: Advice on an old website/domains URL structure
« Reply #1 on: June 17, 2018, 06:43:58 AM »
You can customize Wordpress to use a URL pattern which keeps the old extensions in place.

That's your best bet.

Unneeded change = unneeded risk.

The more things that change at once the greater the chance of an algorithmic rescoring that may not go in your favor.

This change is quite easy to do. Example shows .html, but you could do the same for .htm
https://premium.wpmudev.org/blog/how-to-add-html-to-the-end-of-a-wordpress-url/

If you do the above & it doesn't work...then depending on your server configuration & what Wordpress plugins you use, you may also need to have your server process .htm files as .php
Code: [Select]
   <FilesMatch "\.htm?$">
        SetHandler application/x-httpd-php
    </FilesMatch>
of course, always back up your .htaccess file before making any such changes to it.

littleman

  • Administrator
  • Hero Member
  • *****
  • Posts: 6558
    • View Profile
Re: Advice on an old website/domains URL structure
« Reply #2 on: June 17, 2018, 06:32:24 PM »
Quote
I really do not wish to share the website

That's alright.  We're a suspicious bunch here who tend not to post our sites publicly most of the time. 
Welcome to the Core.

Quote
Unneeded change = unneeded risk.

Seems like sound advice to me.

ergophobe

  • Inner Core
  • Hero Member
  • *
  • Posts: 9325
    • View Profile
Re: Advice on an old website/domains URL structure
« Reply #3 on: June 17, 2018, 08:17:13 PM »
I'll spare you the sad tale of a site relaunch gone bad in the last year or two (not a site I worked on, but I was asked to take a quick look a few months after the fact).

The key problem was that they had changed so many things that when they tried to figure out what was causing the huge traffic drop, it was essentially impossible to disentangle one change from the other. It was compounded by the fact that they had not archived ranking data (then Search Console went back only 90 days and they didn't have any other rank tracker).

Moral: the more things you change, the harder it will be to bounce back from a bad launch. Even if changing the URL doesn't *cause* a drop, it will make it that much harder to disentangle the real cause from the multiple possible causes.

Sometimes you don't have a choice because of CMS architecture (which was true in the case above with respect to URL structure), but even then, you might be able to phase things in.
« Last Edit: June 17, 2018, 08:18:49 PM by ergophobe »

Revlis

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Advice on an old website/domains URL structure
« Reply #4 on: June 18, 2018, 12:08:22 AM »
Thanks for the advice guys, I'm going to have to think really give this a lot more thought..at the very least I think I will leave it be for now, update the site to wordpress then wait at least 6 months before changing the URLs, this way I'll be able to understand any fluctuations better.

Rumbas

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2106
  • Viking Wrath
    • MSN Messenger - rasmussoerensen@hotmail.com
    • AOL Instant Messenger - seorasmus
    • View Profile
Re: Advice on an old website/domains URL structure
« Reply #5 on: June 18, 2018, 08:13:23 AM »
Welcome to th3Core Revlis! Good to have you on board!

I'd would go pretty far in terms of keeping the old structure and if that includes .htm so be it. Google doesn't care about your URL's anyway and keeping a bunch of redirect rules up to date can be a hazzle. With Wordpress it's pretty easy to create the exact stucture you like - eg- keeping the old one.