Forum Moderators: mack

Message Too Old, No Replies

PHP madness & Supplemental pages

How do I get out of google supplemental pages?

         

guzie

6:08 pm on Dec 26, 2006 (gmt 0)

10+ Year Member



I use php to list some items that my viewers may want to purchase on my website.

The site files are based on the following:
[somewebsite.com...]

All the php files are now in google's supplemental pages.
No one will ever see them nor will anyone query the kw listed in the meta tags, etc...

Does anyone know how to get these files out of the google's supplemental pages?

Thanks from
Paul Guzman

Karma

1:53 am on Dec 28, 2006 (gmt 0)

10+ Year Member



Hi guzie,

You need to place a robots.txt file in the root of domain:

[somewebsite.com...]

Containing:

User-agent: *
Disallow: /phpfiles/

Have a read through these for more info:

[robotstxt.org...]
[webmasterworld.com...]