Re: [PHP] Google and php

2002-12-13 Thread Timothy Luoma
On Sat, 14 Dec 2002 07:25:23 +0200, Heikki Kniivilä 
<[EMAIL PROTECTED]> wrote:

If i have made all my sub pages in my webpage by an include in index.php, 
like
http://example.com/index,php?page=subpage34
How can i make google to recognize my subpages allso?

The most reliable way is to make sure that you get rid of the ?page= stuff

with a little work you ought to be able to get it to look like this:

	http://example.com/index/subpage34

and that is a link Google will like much more than anything with a ?

--
Timothy Luoma <[EMAIL PROTECTED]>
30 Days to Becoming an Opera (6) Lover
http://tntluoma.com/opera/lover/
(an Opera7 version will follow once it is officially released)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Google and php

2002-12-13 Thread Timothy Luoma
On Sat, 14 Dec 2002 01:48:21 -0500, Kyle Gibson <[EMAIL PROTECTED]> 
wrote:

Long as there is a link *somewhere* that google can come across to get to 
each sub-page, it will index every page of your site, regardless of what 
the URL is unless you specifically state otherwise in the robots.txt 
file.

I'd say that's certain true of static pages, but many search engines (and I 
believe Google to be one of them)

Make a site with a clear hierarchy and text links. Every page should be 
reachable from at least one static text link.

If you decide to use dynamic pages (i.e., the URL contains a '?' character) 
, be aware that not every search engine spider crawls dynamic pages as well 
as static pages. It helps to keep the parameters short and the number of 
them small.

Source: http://www.google.com/webmasters/guidelines.html

TjL

--
Timothy Luoma <[EMAIL PROTECTED]>
30 Days to Becoming an Opera (6) Lover
http://tntluoma.com/opera/lover/
(an Opera7 version will follow once it is officially released)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php