|
|
#1 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
can anyone tell me how to remove the url from the search results in google?
im using a windows server so if the SEO mod does this, ill need another way. if i must , ill change each page individually. thanks |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2006
Location: Greer, SC
Posts: 670
Rep Power: 27 ![]() |
Add it to your your robots.txt:
Code:
Disallow: /page-to-remove.php http://www.google.com/webmasters/
__________________
Civ's Modules (____NOW v4 COMPATIBLE____): � Stop Incomplete Listings! (proven revenue booster!) � Scam Filter (Just say no to Nigerians!) updated � Similar Listings (keep visitors longer) � Feedback Mod (testimonial builder) � Listing Status Reminder free! |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
im sorry , could you explain this to me a little better?
i dont even have a robots.txt!! |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Mar 2006
Location: Greer, SC
Posts: 670
Rep Power: 27 ![]() |
No robots.txt? Oh my.
Add a file in the root of your site called robots.txt, and add this inside it: Code:
User-agent: * Disallow: /page-to-remove.php
__________________
Civ's Modules (____NOW v4 COMPATIBLE____): � Stop Incomplete Listings! (proven revenue booster!) � Scam Filter (Just say no to Nigerians!) updated � Similar Listings (keep visitors longer) � Feedback Mod (testimonial builder) � Listing Status Reminder free! |
|
|
|
|
|
#5 | |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
Quote:
thanks for that, it doesnt seem theres too much to it. so i guess i should disallow pages like thanks.php, viewmember.php? |
|
|
|
|
|
|
#6 |
|
Coder
Join Date: Mar 2006
Posts: 4,564
Rep Power: 111 ![]() ![]() |
Your whole admin directory, your images and thumbs directories etc. There is no reason for search engines to gobble up your images etc.
|
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Mar 2006
Location: Greer, SC
Posts: 670
Rep Power: 27 ![]() |
Be careful when listing things like admin directories and others that you don't want publicized in your robots.txt. If someone was interested in gaining unauthorized access to your site, the robots.txt file is one of the first places to look. Unless your admin directory is linked somewhere for spiders to find it, you don't really need to exclude it.
__________________
Civ's Modules (____NOW v4 COMPATIBLE____): � Stop Incomplete Listings! (proven revenue booster!) � Scam Filter (Just say no to Nigerians!) updated � Similar Listings (keep visitors longer) � Feedback Mod (testimonial builder) � Listing Status Reminder free! |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
ok, that makes sense, could you please tell me implicitly which folders/files should be in the robots.txt for exclusion? using ver3.1.1
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
can i specify a folder in robots.txt:
disallow: /admin/ or do i need to specify each file individually? thanks |
|
|
|
|
|
#10 |
|
Coder
Join Date: Mar 2006
Posts: 4,564
Rep Power: 111 ![]() ![]() |
here is a good overview.....
http://www.robotstxt.org/faq.html here is an online generator http://www.1-hit.com/all-in-one/tool...-generator.htm |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search not showing correct results | sbhkma | v3.1 Questions & Support | 2 | 12-11-2007 08:55 PM |
| Main Category search results - include subcategory listings | spaceboy | v3.1 Questions & Support | 0 | 12-10-2007 02:57 PM |
| How do you remove the Browse Categories Box? | goose | HTML, CSS, and Design Help | 4 | 09-06-2007 05:58 PM |
| Search results | deebee | v3.1 Questions & Support | 13 | 09-12-2006 04:14 PM |
| Remove Subcats from Homepage and Add Subcats to Browse | garysr | v3.1 Questions & Support | 2 | 06-07-2006 07:03 PM |