WRInaute impliqué
bonjour,
j'ai fait plus de 30 redirection soit vers un page intrene soit vers un page externe
pour les pages interne j'ai des pages PR=1 qui redireger vers un page mais cette derniere est encore PR=0 et google n'indexe pas ?
pour les pages externes j'ai aussi le même chose j'ai redireger plusieurs pages vers un sous domaine mais toujour google n'indexe pas ?
Merci d'avance
j'ai fait plus de 30 redirection soit vers un page intrene soit vers un page externe
pour les pages interne j'ai des pages PR=1 qui redireger vers un page mais cette derniere est encore PR=0 et google n'indexe pas ?
pour les pages externes j'ai aussi le même chose j'ai redireger plusieurs pages vers un sous domaine mais toujour google n'indexe pas ?
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.katcar-marrakech\.com [NC]
RewriteRule (.*) http://www.www.katcar-marrakech.com/$1 [QSA,R=301,L]
RewriteRule location-voitures.html http://www.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule marrakech-maroc.html http://www.katcar-marrakech.com/partenaires.html [R=301]
RewriteRule tariff.html http://www.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule tarif2.html http://www.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule tarif3.html http://www.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule reservation1.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation2.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation3.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation4.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation5.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation6.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation7.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation8.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation9.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation10.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation11.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservation12.html http://www.katcar-marrakech.com/reservation.html [R=301]
RewriteRule car-rental.html http://car-rental.katcar-marrakech.com/ [R=301]
RewriteRule tarifa.html http://car-rental.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule tarif11.html http://car-rental.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule tarif22.html http://car-rental.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule tarif33.html http://car-rental.katcar-marrakech.com/tarif1.html [R=301]
RewriteRule reservationa1.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa2.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa3.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa4.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa5.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa6.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa7.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa8.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa9.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa10.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa11.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule reservationa12.html http://car-rental.katcar-marrakech.com/reservation.html [R=301]
RewriteRule service2.html http://car-rental.katcar-marrakech.com/service1.html [R=301]
RewriteRule plan2.html http://car-rental.katcar-marrakech.com/plan1.html [R=301]
RewriteRule contact2.html http://car-rental.katcar-marrakech.com/contact1.html [R=301]
Merci d'avance