Re: Any suggestion to deal with web crawler?
From: Alex Shi (chpshi_at_stonix.com)
Date: 03/16/04
- Next message: cyril: "PHP et MSSQL probleme de connexion"
- Previous message: Sandman: "Re: undefining functions"
- In reply to: Jeffrey Silverman: "Re: Any suggestion to deal with web crawler?"
- Next in thread: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Reply: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Mar 2004 16:48:17 -0500
Sorry I failed to express myself clearly.
I'm told that pure html page with carefully arranged keywords and
page content can be very much search engine friendly. However
the reason we go with PHP is that we need to generate intensive
dynamic content with templates/frames. Usually my page script is
layouted like following:
<?
// processing
// processing
....
// read html template file into a buffer/string
// insert dynamic contents into the template buffer
// send the buffer as a page by print or echo
?>
To my understanding, this approach might be very much not
friendly to search engine. I'd assume that some one may have
expreriences do deal with such kind of issue and can share
them with me. Thanks in advance.
Alex
>
> > Any good idea or a reference link to deal with search engine
> > for php web pages? Thanks in advance!
> >
> > Alex
>
> Huh? That is not nearly enough information for me to know what you are
> trying to ask.
>
> --
> Jeffrey D. Silverman | jeffrey AT jhu DOT edu
> Website | http://www.wse.jhu.edu/newtnotes/
>
- Next message: cyril: "PHP et MSSQL probleme de connexion"
- Previous message: Sandman: "Re: undefining functions"
- In reply to: Jeffrey Silverman: "Re: Any suggestion to deal with web crawler?"
- Next in thread: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Reply: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|