jhakasseo
BANNED
- Mar 1, 2012
- 2,380
- 764
Hello BHW,
I have portal website that is hosted in amazon with apache.
I want to block some urls from Google so I have included those into robots.txt
User-agent: *
Disallow: /load_cal_ajax/
Disallow: http://prod.example.com
Disallow: http://example.com/search/get_cat_by_city/
Disallow: http://example.com/search/get_cat_by_city/Goa
Disallow: http://example.com/search/load_venue_by_cat/Bangalore
Disallow: http://example.com/search/load_venue_by_cat/Hyderabad
Disallow: http://example.com/search/load_venue_by_cat/Goa
Disallow: http://example.com/search/load_venue_by_cat/Mumbai
Disallow: http://example.com/welcome/load_cities
Disallow: http://example.com/welcome/load_cities/Bangalore
Disallow: http://example.com/welcome/load_cities/Goa
Disallow: http://example.com/welcome/load_cities/Pune
Disallow: http://example.com/pagenotfound
Disallow: http://example.com/m/
Is it right way to block urls to be index. I uploaded this file a month ago but these urls keep indexing in google.
I have portal website that is hosted in amazon with apache.
I want to block some urls from Google so I have included those into robots.txt
User-agent: *
Disallow: /load_cal_ajax/
Disallow: http://prod.example.com
Disallow: http://example.com/search/get_cat_by_city/
Disallow: http://example.com/search/get_cat_by_city/Goa
Disallow: http://example.com/search/load_venue_by_cat/Bangalore
Disallow: http://example.com/search/load_venue_by_cat/Hyderabad
Disallow: http://example.com/search/load_venue_by_cat/Goa
Disallow: http://example.com/search/load_venue_by_cat/Mumbai
Disallow: http://example.com/welcome/load_cities
Disallow: http://example.com/welcome/load_cities/Bangalore
Disallow: http://example.com/welcome/load_cities/Goa
Disallow: http://example.com/welcome/load_cities/Pune
Disallow: http://example.com/pagenotfound
Disallow: http://example.com/m/
Is it right way to block urls to be index. I uploaded this file a month ago but these urls keep indexing in google.