- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How do you stop Internet search engines from seein...
Operating System - Linux
1819882
Members
2564
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 08:56 PM
тАО10-30-2002 08:56 PM
I'm running an Apache web server on Red Hat Linux 6.1 and I don't want some of the web pages to show up on any search engines (like Yahoo or Google). How can I prevent this from happening? Is there a configuration parameter in Apache that blocks the search engine query from finding all of the web pages on my web server?
Thanks,
Paul Mancillas
Thanks,
Paul Mancillas
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 06:51 PM
тАО10-31-2002 06:51 PM
Solution
Hi,
I think there is a meta tag you can put in your html which will block the robot crawlers from indexing your site. Here is a link to some information about it on Google:
http://www.google.com/webmasters/3.html#B3
JP
I think there is a meta tag you can put in your html which will block the robot crawlers from indexing your site. Here is a link to some information about it on Google:
http://www.google.com/webmasters/3.html#B3
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2002 02:56 AM
тАО11-01-2002 02:56 AM
Re: How do you stop Internet search engines from seeing your web site?
Another method is to create a file called "robots.txt".
More information you can find here:
http://httpd.apache.org/docs/misc/howto.html#stoprob
More on the syntax of the "robots.txt" file is here:
http://www.searchengineworld.com/robots/robots_tutorial.htm
The only problem is that there might be search engines that do not obey the rules in your "robots.txt" file or do not care about it at all, in this case the only way out is to check which browser id string these search engines use and block access for them individually.
Michael
More information you can find here:
http://httpd.apache.org/docs/misc/howto.html#stoprob
More on the syntax of the "robots.txt" file is here:
http://www.searchengineworld.com/robots/robots_tutorial.htm
The only problem is that there might be search engines that do not obey the rules in your "robots.txt" file or do not care about it at all, in this case the only way out is to check which browser id string these search engines use and block access for them individually.
Michael
Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2002 09:52 AM
тАО11-01-2002 09:52 AM
Re: How do you stop Internet search engines from seeing your web site?
You can use the "Allow" and "Deny" directives in the
config file to restrict access. If you're trying to keep
out all interlopers, use:
Allow from my_domain.com
Allow from my_customers_domain.com
All the major search engines will obey robots.txt,
so if those are the concern then robots.txt is the
answer. If you don't trust robots.txt or get hit by a
rogue search engine that doesn't obey it, use the
"Deny" directive:
Deny from some_search_site.com
Deny from some_other_site.com
HTH
config file to restrict access. If you're trying to keep
out all interlopers, use:
Allow from my_domain.com
Allow from my_customers_domain.com
All the major search engines will obey robots.txt,
so if those are the concern then robots.txt is the
answer. If you don't trust robots.txt or get hit by a
rogue search engine that doesn't obey it, use the
"Deny" directive:
Deny from some_search_site.com
Deny from some_other_site.com
HTH
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP