Will this affect current rankings?

13 replies
  • SEO
  • |
Hello,

I have a site that is ranking very well for several keyword. However, it uses "ugly" urls e.g. example.com/?page=32 - you get the idea.

I'm having the site redesigned, and possibly use "SEO friendly" urls - e.g. example.com/post-title

Will this change affect the ranking negatively?

Thanks!

Jean Paul
#affect #current #rankings
  • Profile picture of the author edpudol1973
    I don't think so, as long as the pages will redirect well. If you're using wordpress nothing to worry
    {{ DiscussionBoard.errors[9715782].message }}
    • Profile picture of the author AdwordsMogul
      Originally Posted by edpudol1973 View Post

      I don't think so, as long as the pages will redirect well. If you're using wordpress nothing to worry
      Well, I'm not using Wordpress, but a custom CRM - so basically, I have to make sure that the old URLs redirect properly?

      Do I have to a 301 header and stuff like that?
      Signature
      "Those who can - DO IT. Those who can't, say it's impossible."
      Jean Paul a.k.a AdwordsMogul
      PHPDevelopers.net - Top of the range PHP developers

      Easy Link Saver - Are you tired of the pain of constantly searching for your affiliate links? ( Chrome extension - FREE )
      {{ DiscussionBoard.errors[9715807].message }}
      • Profile picture of the author SEO-Dave
        Originally Posted by AdwordsMogul View Post

        Well, I'm not using Wordpress, but a custom CRM - so basically, I have to make sure that the old URLs redirect properly?

        Do I have to a 301 header and stuff like that?
        If an Apache server easiest way to 301 redirect is via a root .htaccess file.

        One line for each URL like this:

        Code:
        RewriteEngine On
        Redirect 301 /?page=2 http://example.com/new-url-name-2/
        Redirect 301 /?page=32 http://example.com/new-url-name-32/
        See 301 Redirect Htaccess for more details and examples of redirects.

        David
        {{ DiscussionBoard.errors[9715828].message }}
  • Profile picture of the author SEO-Dave
    Originally Posted by AdwordsMogul View Post

    Hello,

    I have a site that is ranking very well for several keyword. However, it uses "ugly" urls e.g. example.com/?page=32 - you get the idea.

    I'm having the site redesigned, and possibly use "SEO friendly" urls - e.g. example.com/post-title

    Will this change affect the ranking negatively?

    Thanks!

    Jean Paul
    The way to do this right is setup 301 redirects of the old dynamic URLs to the new URLs to recover link benefit/PR. Some CMS's like WordPress automatically setup the 301s for WordPress posts, so check if you use a CMS if it's automated.

    This could have an impact on current SERPs, a 301 redirect costs ~15% of the pages incoming PR. Since you won't be 301 redirecting your home page any home page links will be unaffected (most backlinks tend to come in via a home page), but if you have articles with a decent link profile you'll loose 15% of their value.

    So how much PR benefit you'll loose will be based on how many backlinks you have directly to articles that the URLs will change. If most of your links go to the home page, you won't loose a great deal of PR, if most links are to deep content, you could loose around 15%.

    How much this will impact actual SERPs is hard to say. If you use WordPress and name your posts with relevant keywords like "Best SEO Advice about 301 Redirects" your new URLs will be keyword rich and URLs are a small ranking factor (not as important as backlinks/PR).

    You'll gain a little from the keywords in the URLs, loose a little more than you gain due to the redirects most likely.

    David
    {{ DiscussionBoard.errors[9715816].message }}
    • Profile picture of the author SEO Power
      Originally Posted by SEO-Dave View Post

      The way to do this right is setup 301 redirects of the old dynamic URLs to the new URLs to recover link benefit/PR. Some CMS's like WordPress automatically setup the 301s for WordPress posts, so check if you use a CMS if it's automated.

      This could have an impact on current SERPs, a 301 redirect costs ~15% of the pages incoming PR. Since you won't be 301 redirecting your home page any home page links will be unaffected (most backlinks tend to come in via a home page), but if you have articles with a decent link profile you'll loose 15% of their value.

      So how much PR benefit you'll loose will be based on how many backlinks you have directly to articles that the URLs will change. If most of your links go to the home page, you won't loose a great deal of PR, if most links are to deep content, you could loose around 15%.

      How much this will impact actual SERPs is hard to say. If you use WordPress and name your posts with relevant keywords like "Best SEO Advice about 301 Redirects" your new URLs will be keyword rich and URLs are a small ranking factor (not as important as backlinks/PR).

      You'll gain a little from the keywords in the URLs, loose a little more than you gain due to the redirects most likely.

      David
      Where did you get that 15% from? In my experience 301 redirects pass 100% of the link juice to the target site. Whenever I do redirects, rankings remain consistent, sometimes higher after the redirect.
      {{ DiscussionBoard.errors[9716039].message }}
      • Profile picture of the author SEO-Dave
        Originally Posted by SEO Power View Post

        Where did you get that 15% from? In my experience 301 redirects pass 100% of the link juice to the target site. Whenever I do redirects, rankings remain consistent, sometimes higher after the redirect.
        Matt Cutts.

        See the video and explanation at WordPress SEO Tutorial 2014 301 Redirects

        Consider 15% isn't that much and you'll change your internal links to the new URL, so it won't be that high. Would be 15% if all old links came in via a new 301 redirect.

        David
        {{ DiscussionBoard.errors[9716686].message }}
  • Profile picture of the author dannysimon
    I agree with what Dave said. Be sure to put the right 3013 redirect. This will make sure that your the url you are using before will be redirected to the new url.
    {{ DiscussionBoard.errors[9715819].message }}
  • Profile picture of the author Brown2
    If 301 redirection is done properly then it will not affect your ranking negatively.
    {{ DiscussionBoard.errors[9715984].message }}
  • Profile picture of the author alexjames212
    changing urls to static versions are going to help your site ranking rather than decreasing it. However, this is a small singal to ranking as compared to the rest of 200 signals
    {{ DiscussionBoard.errors[9716063].message }}
  • Profile picture of the author AdwordsMogul
    Thanks, I'm still digging into this, but it's helpful.

    I have one keyword that's been ranking #1 for months, and I'm scared to lose that ( we 58% of the traffic for that keyword)

    What I'll do is:
    - focus on the top 10 pages,
    - do 301 redirects for them,
    - use pretty URLs for new content
    - once everything is steady, I will then convert the URLs for the older content.

    If there are any more tips, I will appreciate them!
    Signature
    "Those who can - DO IT. Those who can't, say it's impossible."
    Jean Paul a.k.a AdwordsMogul
    PHPDevelopers.net - Top of the range PHP developers

    Easy Link Saver - Are you tired of the pain of constantly searching for your affiliate links? ( Chrome extension - FREE )
    {{ DiscussionBoard.errors[9717919].message }}
  • Profile picture of the author satvikpatel
    A proper 301 redirect will be the best option. But it will take some time to rank on same positions.
    {{ DiscussionBoard.errors[9718826].message }}
  • Profile picture of the author roysrooter
    Don't worry about this if you redirect 301 with webpages.
    Signature

    Link Dropping is a forum sin.

    {{ DiscussionBoard.errors[9718837].message }}
  • Profile picture of the author jackluter
    Banned
    The process which you have used will work but be patience and check 301 redirect format .
    {{ DiscussionBoard.errors[9718842].message }}

Trending Topics