Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Search engines caching php and html pages

Reply
Thread Tools

Search engines caching php and html pages

 
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      11-15-2004
I wonder whether and how search engines can index php pages. Or can they
only save a cache for html pages?
Please compare

http://www.scaiecat-spa-gigi.com/it/...embre-2004.php
with

http://www.scaiecat-spa-gigi.com/it/...mbre-2004.html


-- Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/
http://www.scaiecat-spa-gigi.com/de/schweden.html



 
Reply With Quote
 
 
 
 
Chris Hope
Guest
Posts: n/a
 
      11-15-2004
Luigi Donatello Asero wrote:

> I wonder whether and how search engines can index php pages. Or can they
> only save a cache for html pages?
> Please compare
>

http://www.scaiecat-spa-gigi.com/it/...embre-2004.php
> with
>
>

http://www.scaiecat-spa-gigi.com/it/...mbre-2004.html

Search engines read HTML pages. What your PHP page creates is an HTML page.
So yes, search engines can read PHP pages.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
 
Reply With Quote
 
 
 
 
Dave Patton
Guest
Posts: n/a
 
      11-16-2004
"Luigi Donatello Asero" <> wrote in
news:41bmd.8843$:

> I wonder whether and how search engines can index php pages.


They can do it, and quite easily, because there is no such thing
as a "php page". Presuming a properly configured server, an
HTTP request for a resource that is a '.php' file will result
in that file being parsed by the PHP preprocessor, which will
output (x)HTML, which is also what happens when a resource is
requested that is a '.html' file.

> -- Luigi ( un italiano che vive in Svezia)


Please fix your signature block. It should start
with "-- "(two dashes and a space, without the quotes)
on a line by itself.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      11-16-2004

"Dave Patton" <> skrev i meddelandet
news:Xns95A2AC041CA05mrzaphoddirectcaold@24.71.223 .159...
> "Luigi Donatello Asero" <> wrote in
> news:41bmd.8843$:
>
> > I wonder whether and how search engines can index php pages.

>
> They can do it, and quite easily, because there is no such thing
> as a "php page". Presuming a properly configured server, an
> HTTP request for a resource that is a '.php' file will result
> in that file being parsed by the PHP preprocessor, which will
> output (x)HTML, which is also what happens when a resource is
> requested that is a '.html' file.
>
> > -- Luigi ( un italiano che vive in Svezia)

>
> Please fix your signature block. It should start
> with "-- "(two dashes and a space, without the quotes)
> on a line by itself.



Is the signature block ok now?
--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/
http://www.scaiecat-spa-gigi.com/de/schweden.html






 
Reply With Quote
 
Dave Patton
Guest
Posts: n/a
 
      11-16-2004
"Luigi Donatello Asero" <> wrote in
news3dmd.121997$:

>> > -- Luigi ( un italiano che vive in Svezia)

>>
>> Please fix your signature block. It should start
>> with "-- "(two dashes and a space, without the quotes)
>> on a line by itself.

>
>
> Is the signature block ok now?


Yes, it is

When you use a proper signature block delimiter, good newsreader
software will automatically trim the signature block when someone
replies to your postings.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
 
Reply With Quote
 
Michael Fesser
Guest
Posts: n/a
 
      11-16-2004
.oO(Luigi Donatello Asero)

>I wonder whether and how search engines can index php pages. Or can they
>only save a cache for html pages?


A SE indexes whatever it can get, it doesn't matter how the pages are
generated. But there's a caching issue with PHP by default (affecting
proxy and browser caches).

Cacheable (HTML):
<http://www.web-caching.com/cgi-web-caching/cacheability.py?query=http%3A%2F%2Fwww.scaiecat-spa-gigi.com%2Fit%2Ftemperature-in-svezia-novembre-2004.html>

Not cacheable (PHP):
<http://www.web-caching.com/cgi-web-caching/cacheability.py?query=http%3A%2F%2Fwww.scaiecat-spa-gigi.com%2Fit%2Ftemperature-in-svezia-novembre-2004.php>

Have a look at

Caching Tutorial
http://www.mnot.net/cache_docs/

Micha
 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      11-16-2004

"Michael Fesser" <> skrev i meddelandet
news:...
> .oO(Luigi Donatello Asero)
>
> >I wonder whether and how search engines can index php pages. Or can they
> >only save a cache for html pages?

>
> A SE indexes whatever it can get, it doesn't matter how the pages are
> generated. But there's a caching issue with PHP by default (affecting
> proxy and browser caches).
>
> Cacheable (HTML):
>

<http://www.web-caching.com/cgi-web-c...ery=http%3A%2F
%2Fwww.scaiecat-spa-gigi.com%2Fit%2Ftemperature-in-svezia-novembre-2004.html
>



Well, the time which is shown is the one which is valid on that page is the
one which is valid in Italy and not in Greenwich.
(Greenwich Mean Time)
The Time is written in Italian. Should I write "ora italiana" (italian
time)?

> Not cacheable (PHP):
>

<http://www.web-caching.com/cgi-web-c...ery=http%3A%2F
%2Fwww.scaiecat-spa-gigi.com%2Fit%2Ftemperature-in-svezia-novembre-2004.php>
>
> Have a look at
>
> Caching Tutorial
> http://www.mnot.net/cache_docs/
>
> Micha




--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/
http://www.scaiecat-spa-gigi.com/sv/boendeisverige.html





 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Training Institute In Delhi, Live Projects on PHP. Short TermPHP Courses, PHP Scripts, PHP Training with Live Projects. Rajive Narain Java 0 09-18-2009 10:47 AM
How is a PHP (.php) or JavaScript web site spidered by search engines? eastcoastguyz Javascript 1 07-11-2006 03:52 AM
stop Caching at Cisco engines for certain html pages Harry ASP .Net 3 10-14-2005 04:45 PM
"Add engines"... how can I "remove engines" ? Jude Barnes Firefox 4 08-19-2004 11:02 PM
Dynamic pages and search engines only_me ASP General 0 01-03-2004 12:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57