Mobile app version of vmapp.org
Login or Join
Welton855

: Redirecting URLs when launching a new website - how to avoid dropping page rank i have over 100 urls in my website which i need to redirect: E.g. /page/how-to-bake-chocolate-cookies/ will redirect

@Welton855

Posted in: #Htaccess #Indexing #SearchEngines #Seo #UrlRewriting

i have over 100 urls in my website which i need to redirect:

E.g.


/page/how-to-bake-chocolate-cookies/ will redirect to /cookies/how-to-bake-chocolate-cookies/
/page/contact/ will redirect to /contact-us/


and so on...

I want to make sure search engines will catch the new url without affecting my site's quality, ranking, etc...

How can I best accomplish this and avoid users experiencing 404 errors and make sure Google will correctly index my new pages?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

2 Comments

Sorted by latest first Latest Oldest Best

 

@Shelley277

With regard to speeding along the respidering and re-caching of the site consider running Google Adwords to the new pages (even if it’s a small budget 0/0) – effective, usually cuts revisit time 50% or more.

10% popularity Vote Up Vote Down


 

@Samaraweera270

The best way is to use 301 redirects in your .htaccess file, the 301 code signals to google that the url has been permanently redirected.

I'd also recommend signing up for Google Webmaster Tools and submitting a sitemap to them, if you haven't already, as this will help them to understand the changes you're making to your site.

redirect 301 /old-url www.yoursite.com/path-to/new/page.html

This article from teknocrat and this query should give you some more information

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme