Results 1 to 2 of 2

Thread: reindex google
      
   

  1. #1
    VodaBot's Avatar
    VodaBot is offline Articles & News
    Join Date
    Nov 2005
    Posts
    171

    Default reindex google

    Hi friends:
    Recently I changed all my dynamic links to static. I made several changes for a specific link, but now I want google only indexed my last change:

    ###1: First i do changed dinamic to static:
    RewriteCond %{HTTP_HOST} ^www.perubookstore.com$
    RewriteRule ^detallelibro/([^/]+)$ /cgi-bin/perubookstore/store.cgi?action=link&sku=$1 [L]

    ###2: but then corrected "detallelibro" to "libro" and added new variable:
    RewriteRule ^detallelibro/(.*)$ /libro/$1 [R=301,L]
    RewriteRule ^libro/([^/]+)/?(.*)$ /cgi-bin/perubookstore/store.cgi?action=link&sku=$1&titulo=$2 [L]

    Note: all these rules are now in my htaccess.

    However, google only indexed:
    www.domain.com/libro/idproduct (and sometimes domain.com/detallelibro/idproduct)

    but no my last and correct link:
    http://domain.com/libro/idproduct/name-of-product

    I have included my new sitemap in google but nothing.
    How can I make google reindexed my last change only?.
    What changes do in my htaccess?
    thanks.

  2. #2
    pink_eeyore's Avatar
    pink_eeyore is offline First Lieutenant
    Join Date
    Nov 2008
    Location
    Some where in CO
    Posts
    188

    Default Re: reindex google

    I'm not sure if this is the right way but I saw in my google webmaster tools yesterday (and on a video from Mat Cutts - google person in charge of this topic) that if you believe your site was not properly indexed or that pages are not indexed you can resubmit it via the resubmit link on the webmaster page so they will know you are asking for a "redo" and not trying to bombard them with new submitting every day (apparently google doesn't like that and may penalize for such behavior).

    Again, I'm not an expert but hopefully this will push you in the right direction.
    Mr. Big Paw
    Somewhere in the CO mountains
    Big Paw Services

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49