|
Posted by Oli Filth on 10/13/84 11:28
Domestos said the following on 03/10/2005 23:34:
> having trouble getting a listing in google...
>
> if all my pages are (SSI) includes... i.e.
>
<...SNIP CODE...>
>
> Will it be more difficult/impossible for google to pick my page up?
No.
There is dispute, however, as to whether URLs with request strings, e.g.
http://example.com?this=that&that=this&e=mc2 are discrimated against by
search engines.
> What is the best way to structure a php file? should it be HTML with php
> bits in or PHP files with HTML inside echo's???
The best way to structure a site (or any programming endeavour, in
fact), is to separate business logic from presentation as much as is
possible. To this end, using HTML templates is IMO the best way to
structure your scripts, i.e. no PHP embedded in HTML or vice versa.
> Whats best for getting a listing in google?
None.
--
Oli
[Back to original message]
|