|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Application developers can seamlessly integrate the Advantage Database install with their application install. Learn the best practices used when setting up silent installs with this seminar. |
|
#1
|
|||
|
|||
|
Robot.txt and Dynamic Pages...
I have a 301 redirect set up on
/index.php?page=signup&sid=eaace6f74f82579cdeeae49120ba5629&key=y6YdmCZrUFxyaiiGBbiGdHHjTooSQeae It is redirecting fine but the variable information is staying on the end of the URL and Yahoo and MSN are indexing it twice. Can I safely create a robots.txt file to disallow /index.php?page=signup There are other redirects based on the "sid" variable so I want to disallow all links that have "page=signup". |
|
#2
|
||||
|
||||
|
Yes you can.
|
|
#3
|
|||
|
|||
|
Sweet...
That is perfect... so would this work?
Disallow: /index.php?page=signup* |
|
#4
|
|||
|
|||
|
Do not put a * at the end. You should use:
Code:
Disallow: /index.php?page=signup This means that robots should not crawl URL's starting with /index.php?page=signup. Jean-Luc
__________________
AWStats Support : add-on's, extra sections, forum, installation assistance Get AWStats without the trouble of installing it Checking redirects is now as easy as 1 2 3, even if you are not a HTTP-header guru ! |
|
#5
|
|||
|
|||
|
Right... but there may also be a variable at the end...
/index.php?page=signup&a-bunch-o-crap-i-don't-want-indexed So the * should eliminate it all, correct? |
|
#6
|
|||
|
|||
|
The * as a special character is not part of the robots.txt standard.
Quote:
In other words, the line I wrote disallows access to: - /index.php?page=signup - /index.php?page=signup&sid=acdefgh...xyz - /index.php?page=signup_followed_by_any_characters Jean-Luc |
|
#7
|
|||
|
|||
|
Perfect. Thanks Jean-Luc
|
|
#8
|
||||
|
||||
|
Sorry
Last edited by Dart SHop : November 9th, 2007 at 03:17 PM. Reason: Unintentional post, meant to be new thread. |
![]() |
| Viewing: SEO Chat Forums > Search Engine Strategies > Search Engine Spiders > Robot.txt and Dynamic Pages... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|