2 different URL's to my Home page

Discussion in 'Search Engine Optimization' started by nadavbentor, Oct 19, 2008.

  1. #1
    my site's pagerank suddenly dropped to 0, and the home page does not have cache. My URL ending is : /UI/Site/Pages/Home.aspx

    When icheck the cache without the addition (just .co.il/) i see there is cache.

    My home page lost all its ranking, but the other pages still have normall traffic - so i dont think the site is banned or something.

    Should i redirect the URL or something?
     
    nadavbentor, Oct 19, 2008 IP
  2. seopositions

    seopositions Guest

    Messages:
    195
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should 301 redirect the other sites to point to the one you would like to use.
     
    seopositions, Oct 19, 2008 IP
  3. SEO Programmer

    SEO Programmer Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    For best results it may be best to use the root index as index for your website, and if that isn't possible, redirect the root index to the index location using a 301 redirect.

    You can use the following code for it:

    <%@ Language=VBScript %>
    <%
    Response.Status="301 Moved Permanently"
    Response.AddHeader "Location", "/UI/Site/Pages/Home.aspx"
    %>

    or alternatively via .htaccess

    
    RewriteEngine On
    
    RewriteRule ^$ /UI/Site/Pages/Home.aspx [R=301,NC]
    
    Code (markup):
     
    SEO Programmer, Oct 19, 2008 IP
  4. Chios

    Chios Well-Known Member

    Messages:
    1,740
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    195
    #4
    posting the URL might help us help you !!!
     
    Chios, Oct 19, 2008 IP
  5. nadavbentor

    nadavbentor Peon

    Messages:
    194
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Its a sex site....
    i dont know if i am allowed to write the url
    it is sex-center.co.il
     
    nadavbentor, Oct 19, 2008 IP