Re: Any suggestion to deal with web crawler?
From: Alex Shi (chpshi_at_stonix.com)
Date: 03/17/04
- Next message: Alex Shi: "Re: PHP under CGI Directory"
- Previous message: CountScubula: "Re: PHP blamed for security problems"
- In reply to: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Next in thread: somaBoy MX: "Re: Any suggestion to deal with web crawler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Mar 2004 22:36:45 -0500
Thanks!
That was really confusing me a lot :(
I did guess it should be working as what you described but I thought
I might be wrong :)
You make me happy and relaxed :))
Alex
> Hi Alex,
>
> You don't need to worry about commenting your code. In fact, you don't
need
> to worry about anything between <?PHP and ?> - search engines deal with
the
> final output, in HTML, of your PHP code, not the code itself. "View
Source"
> from any web browser on a page and you will see what the search engine
cares
> about.
>
> Cheers,
>
>
> On 3/16/04 1:48 PM, in article PyK5c.96551$Wz2.4601@nntp-post.primus.ca,
> "Alex Shi" <chpshi@stonix.com> wrote:
>
> > 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/
> >>
>
> --
> Robert Peake | Peake Professional Consulting
> Robert@PeakePro.com | http://www.peakepro.com/
>
- Next message: Alex Shi: "Re: PHP under CGI Directory"
- Previous message: CountScubula: "Re: PHP blamed for security problems"
- In reply to: Robert Peake: "Re: Any suggestion to deal with web crawler?"
- Next in thread: somaBoy MX: "Re: Any suggestion to deal with web crawler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|