Go Back   Webmaster Forum > Development > Search Engine Optimization
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Senior Geek
Posts: 591
Join Date: Jan 2008
iTrader: (0)
Location: Craiova
Robots.txt - 02-06-2008

Examples

This example allows all robots to visit all files because the wildcard "*" specifies all robots:
Code:
User-agent: *
Disallow:
This example keeps all robots out:
Code:
User-agent: *
Disallow: /
All HERE
Quote:
Questions ? ask me
Reply With Quote
  # 2 (permalink)
Old
Web Developer
Posts: 2,250
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
02-10-2008

The very basics of the robots.txt file.
Thanks for posting.

At GP, i used this :
Code:
User-agent: *
Disallow: /archive/
to de-index the archived posts from Google.


My periodic table contains only 1 element : the element of Surprise.
Reply With Quote
  # 3 (permalink)
Old
Senior Geek
Posts: 591
Join Date: Jan 2008
iTrader: (0)
Location: Craiova
02-11-2008

why you don't wanna add /archive/ to google?
Reply With Quote
  # 4 (permalink)
Old
Web Developer
Posts: 2,250
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
02-11-2008

Because it doesn't exist anymore!
As I renamed it to /sitemap/

So, i used that code to remove the 'old' non-existent content from the Google Index.


My periodic table contains only 1 element : the element of Surprise.
Reply With Quote
  # 5 (permalink)
Old
Senior Geek
Posts: 591
Join Date: Jan 2008
iTrader: (0)
Location: Craiova
02-12-2008

yes, i understand
Reply With Quote
Reply


Thread Tools




vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com