On Sun, 4 Feb 2001, Chuck Gartland wrote:

> sites the way I use it to search on others.  Short of having code write the
> entire product index to a META tag any suggestions of making the contents of
> my catalogs google friendly?

I think we discussed on the list a long time ago.  The basic problem is that
Google (and most search engines) ignore everything in a url past the "?", so
the only page they every see is index.php3.  The solution is pass the
variables some other way (like in $PATH_INFO).

so www.yourstore.com/item/324/ displays item number 324.

hope that points you in the right direction.  you can search this list and
other php lists for more details too.

- isaac  =)

|----------------------------|\ | | | /|----------------------------|
  Isaac Reuben               | \| | |/ |           [EMAIL PROTECTED]  
                      -------------------------
    "Maybe she's just pieces of me you've never seen" - Tori Amos  
|-------------------------------------------------------------------|



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to