Search engines assume URLs with ? in them are dynamic and not worth indexing
as the info will change too fast.

Don't submit URLs with ? in them.  Don't use ? in URLs you want search
engines to index.

Do use $PATH_INFO instead.  There's an old article from Zeev (?) on
http://PHPBuilder.com (?) about how to do it...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Georgie <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 4:34 PM
Subject: Dynamic Pages and Search Engines


> Ok, i have a script that creates a page that will be submitted to search
> engines. I had originally planned on having one line of code on the search
> engine page:
> include(http://localhost/freelance.php3?id=1);
>
> But for some reason, it doesnt work. I've tried everything, changing the
> php3 to php and include("freelance.php3?id=1")
>
> The only thing that works is
> header location("balh balh...
> but that redirects to the freelance.php3?id=1 page and *i think* thats bad
> for search engines (isnt it?)
>
> So what I'd like some info on is why my include() function doesnt work and
> does a header lcoation command make any difference to the search engines.
>
> THANKS IN ADVANCE
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to