Jump to content

Upgrade and SE Ranking


M. Smith

Recommended Posts

It is likely you will lose your SEO rank IF the new seo urls are different in your upgrade from what you currently have. I don't know enough to know if this can be avoided by some specific additions to the .htaccess code or not. Hopefully someone knowledgeable will be along soon to guide you on this.

PS: Please create your sig.

Link to comment
Share on other sites

  • 2 months later...

make a note of your original URLs when upgrading or changing your version, if you change URLs.

 

you will need to make 301 redirects in your .htaccess file pointing old page to new page (if applicable to you).

 

Doesn't hurt  to register with Google Webmaster tools, and submit your sitemap, too.

 

A 301 looks like this

 

Redirect 301 /store/original-store-page-item1345/ https://www.your-store.xyz/store/new-store-page-without-item-number*

 

*THESE ARE EXAMPLES ONLY

Link to comment
Share on other sites

  • 5 months later...

Hi Sim,

 

I recently upgraded my CC3 to CC5 and added 301 redirect rule as you suggested, but these are not working. can you please look into htaccess below and let me know what I am doing wrong,

 

<IfModule mod_rewrite.c>  
 
  RewriteEngine On
 
  redirect 301 /mainspressure/ http://www.hotwatercylinder.co.nz/mains-pressure.html
  redirect 301 solar-/-wetback/superheat/superheat-wetback http://www.hotwatercylinder.co.nz/superheat-nz.html
 
  RewriteCond %{HTTP_HOST} ^hotwatercylinder.co.nz [NC]
  RewriteRule (.*) http://www.hotwatercylinder.co.nz/$1 [L]  
 
   ErrorDocument 404 http://www.hotwatercylinder.co.nz/index.php?_a=document&doc_id=28
   ErrorDocument 301 http://www.hotwatercylinder.co.nz/index.php?_a=document&doc_id=28  
 
  RewriteRule ^sitemap.html$ index.php?_a=plugin&plugin=sitemap [L]

  ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
  RewriteCond %{QUERY_STRING} (.*)$
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$    index.php?_a=category&cat_id=$1&%1 [NC]

 

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...