|
#1
|
|||
|
|||
|
Worpress Question
I am trying to conduct an experiment on a Wordpress installation and need some help. I would like to create the condition that when a visitor navigates to http://example.com/robots.txt they will be shown the contents of my blogs index page however it will be named http://example.com/robots.txt
I am on an Apache server and can use mode rewrite. Thanks so much for your help. |
|
#2
|
||||
|
||||
|
Re: Worpress Question
hard to do a redirect of the robots.txt file as the spiders need to see it
__________________
Grab a Halloween costume - marketing them can be fun too. |
|
#3
|
|||
|
|||
|
Re: Worpress Question
I don't think this could be possible, as AussieWebmaster told the Spiders won't be able to see it
|
|
#4
|
|||
|
|||
|
Re: Worpress Question
Apparently it is possible because I have seen it. I am wondering if it has something to do with keeping bad spiders out of your site?
|
|
#5
|
||||
|
||||
|
Re: Worpress Question
but what is the purpose of it? you would need to do some type of user recognition on the server to send all but spiders/bots to a different page when they are looking for domain.com/robots.txt
__________________
Grab a Halloween costume - marketing them can be fun too. |
|
#6
|
|||
|
|||
|
Re: Worpress Question
My thoughts is that this looks like a dangerous experiment. one worth taking a shot at, but id only do that on New sites, not an existing one.
|
|
#7
|
||||
|
||||
|
Re: Worpress Question
cloaking is dangerous
__________________
Grab a Halloween costume - marketing them can be fun too. |
|
#8
|
|||
|
|||
|
Re: Worpress Question
I think its not possible. And, clocking is not good.
|
|
#9
|
|||
|
|||
|
Re: Worpress Question
Agreed Aussie/Jess. Cloaking is bad stuff and it is surprising/shocking how many people still do it
|
|
#10
|
||||
|
||||
|
Re: Worpress Question
Quote:
You really don't want to keep spiders from reading robots.txt, or try to redirect them. What you can do, is read your log files and do a block in .htaccess of the IP Class 3 addresses (I use class 3 to block entire blocks of 256 addresses ... assuming they are from same server). You can block higher classes, or ranges of addresses, that are known to be from pesky bots. You should only do this if it is a REAL problem. Code:
order allow,deny deny from 192.168. deny from 10.0.0. allow from all I usually add this when I get hit by scrapers. They can come in and hit you hard. You really can't go by their "user-agent" element, for it changes. Better to nip the IP address in the bud. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i think important question ? Google Link operator related question | thenetspiders | Google Web Search | 3 | 10-28-2010 04:07 AM |
| Quick question about drop down menus and invisible text | Stemage | Search Engine Optimization | 3 | 02-06-2006 11:02 AM |
| The Million Dollar Question | Melwood | Search Engine Optimization | 4 | 11-22-2005 06:37 AM |
| Weekly SEO Quiz Question | dyn4mik3 | The Padded Room | 5 | 06-17-2005 09:30 PM |
| Question regarding spidering multiple parameters | DamienClothier | Dynamic Website and Technical Issues | 0 | 07-27-2004 10:58 AM |