Double pages in website How to delete ?
Page 1 of 1
Double pages in website How to delete ?
In my site there are two types of site pages appeared. What happened is when google web crowler search they find following type page with same content and those page goes below ranking. Now google ranking prefer second one instead of 1. So, how can I remove 1. type of pages from my site ?1. http://www.egtours.com/index.php?pr=tibet_weather
2. http://www.egtours.com/tibet_weather.php
Re: Double pages in website How to delete ?
Add Following code in head section of your page which you want to remove from google's index- Code: Select all
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Page 1 of 1