On Fri, 5 Oct 2001, John A. Grant wrote:

> "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> >     I want to move away from
> >         file.php?var1=1&var2=2&var3=3
> >     ...and go to
> >         file.php/1/2/3
> [...]
>
>     Why?  What's wrong with ?var1=1&var2=2
>

That is actually a good idea to build dynamic web sites and be still
search engine friendly. You can take http://faqts.com as an example. Go
over Google.com and search for 'faqts' and you will see that Google
crawled the whole site structure because of how carefully the links were
laid out.

The same thing wouldn't happen (in most cases I guess) with a site of the
'?var=2&var2=4' method of doing links.

Cheers,
Joao

--
Joćo Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um jeitinho brasileiro
--
Precisando de consultoria em desenvolvimento para a Internet ?
Impleo.net - http://impleo.net/?lang=br


--
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