Change URLs can affect to SEO ranking?

Maxoq

Member
Joined
Feb 25, 2015
Messages
45
Points
8
Hi,

I'm new to the forum, I want to know if I change more blog URLs to new URLs, it can affect to SEO or keyword ranking on search engine?
How to keep search ranking while change to a new ULR? Do i need to use htaccess or 301 redirection?

Pleas guide me.
 

nkthen

New member
Joined
Feb 17, 2015
Messages
26
Points
0
Yes, it does. You will have to use 301 permanent redirect and hopefully it works.
 

Nytshade

New member
Joined
Jan 22, 2015
Messages
743
Points
0
Yep, nkthen is right, you have to use a 301 redirect, but your rankings are never guaranteed to stay the same. Creating a 301 is just like adding a link to another site so the link juice that's on the original page won't be the same on the new url.

Meaning the link juice on the old url won't be the same as the link juice on the new url which you're redirecting to, you're going to loose some link juice.

Hope that helps.
 

malith

New member
Joined
Feb 25, 2015
Messages
14
Points
0
It's depend on your requirement. If your current URLs has good SEO values, then you must implement a permanent 301 redirection from your current URL to new URL.
 

elcidofaguy

Well-known member
Joined
Jan 13, 2015
Messages
1,281
Points
113
Hi Maxoq,

In addition to 301 redirect - make sure to use the canonicalization tag which consolidates the link juice for different URL variants of the same page. You need to add this tag within the <head> section of your code e.g.

Lets say your preference is to use the without "www" prefix - then you can consolidate the link juice which refers to the www. instance of that page/post as well as get parameter versions e.g. ?post_id=XX and other url variants of the same page/post to that of your preferred choice... E.g.

Code:
<link rel="canonical" href="http://yourdomain.com/your-page" />
For 301 redirect use this code in your htaccess file:

Code:
# This allows you to redirect your entire website to any other domain
Redirect 301 / http://newdomain.com/

# Redirect old file path to new file path
Redirect 301 /olddirectory/oldfile.html http://newdomain.com/newdirectory/newfile.html
Best of Luck!

Sid
 
Older threads
Replies
6
Views
2,892
Replies
4
Views
2,407
Replies
10
Views
4,288
Replies
17
Views
6,844
Newer threads
Replies
19
Views
6,603
Replies
12
Views
5,218
Replies
6
Views
2,973
Replies
6
Views
2,919
Latest threads
Replies
1
Views
119
Replies
0
Views
132
Replies
0
Views
179
Replies
5
Views
451
Recommended threads
Replies
2
Views
4,173
Replies
3
Views
4,326
Replies
8
Views
5,362
Replies
3
Views
4,532

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top