![]() |
|
| |||||||
| Notices |
| Search Engine Topics and VodaHits Discussions and articles relating to search engines, SEO (Search Engine Optimaization), search engine submission, keywords, Metatags, other search engines and directories, etc... |
![]() |
| | Thread Tools |
|
#1
| ||||
| ||||
|
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. More... |
|
#2
| ||||
| ||||
|
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |