php and Googlebot
- From: "somaboy mx" <nosuch@xxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 13:13:19 +0200
I've created a php page which is optimized for search engine indexation: no
images, tables or css, just plain html with relevant meta tags etc.
The page contains a list records pulled from a database, and for each record
there is a link to the detail view for that record in this form: <a
href="<?=$_SERVER['PHP_SELF'] ?>?rec=<?=$recordId ?>">
I've made sure the urlstring doesn't contain a variable called 'id' or
something, since I heard some bots will assume that is a session id and not
follow the link.
>From my server stats I can see that the "master view" page is being indexed
fine by Google, but the bot apparently doesn't follow the links to the
detail pages.
Does anyone have any idea why?
..soma
.
- Follow-Ups:
- Re: php and Googlebot
- From: ECRIA Public Mail Buffer
- Re: php and Googlebot
- From: Yttrium
- Re: php and Googlebot
- Prev by Date: Re: Moving to a modified URL
- Next by Date: Re: php and Googlebot
- Previous by thread: How to customize Phpinfo
- Next by thread: Re: php and Googlebot
- Index(es):