 |
|
 |
|
Next: Online Conversion of Graphics?
|
| Author |
Message |
External

Since: Jul 07, 2003 Posts: 12
|
(Msg. 1) Posted: Mon Oct 20, 2003 2:04 am
Post subject: Indexing dynamic web pages Archived from groups: alt>internet>search-engines, others (more info?)
|
|
|
I have a client who has a site with lots of dynamic pages in PHP.
Does anyone have experience with indexing the following kinds of links:
a href="../chisiamo/index.php?f_id=10#id10-0-0"
and if the spider CAN follow it will the creature be able to differentiate
between the above page and the below page: (note: after the 'id' the number
changes)
a href="../chisiamo/index.php?f_id=20#id20-0-0"
I know Google and other search engines will follow a php extension but will
they be able to grab the info from the database? In short, can they follow
the above links and index 2 separate pages? >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 2) Posted: Mon Oct 20, 2003 2:04 am
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Bobby" <bobby.RemoveThis@goldnet.it> wrote in message
news:z0Dkb.10907$uv4.3927@news.edisontel.com...
> I have a client who has a site with lots of dynamic pages in PHP.
> Does anyone have experience with indexing the following kinds of links:
>
> a href="../chisiamo/index.php?f_id=10#id10-0-0"
>
> and if the spider CAN follow it will the creature be able to differentiate
> between the above page and the below page: (note: after the 'id' the
number
> changes)
>
> a href="../chisiamo/index.php?f_id=20#id20-0-0"
>
> I know Google and other search engines will follow a php extension but
will
> they be able to grab the info from the database? In short, can they
follow
> the above links and index 2 separate pages?
In short, yes, but from my recent experience they don't like "id". It may
well not list your "f_id" pages.
I called mine something else, it was for property listings, so I changed
"id=1234" to "house=1234". Google picked this up no problem, visited my
database for each link, I now have 450 exrta pages listed on Google!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Sep 27, 2003 Posts: 2
|
(Msg. 3) Posted: Mon Oct 20, 2003 2:04 am
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Charles Sweeney" <me.DeleteThis@charlessweeney.com> wrote in message
news:bmuup0$qp3tc$1@ID-162618.news.uni-berlin.de...
>
> In short, yes, but from my recent experience they don't like "id". It may
> well not list your "f_id" pages.
>
Google will not follow "id=" links due to the fact that they are often
session id's. You are correct to change them.
--
John Merrell
Gateway Farm Alpacas
<a style='text-decoration: underline;' href="http://www.gateway-alpacas.com" target="_blank">http://www.gateway-alpacas.com</a>
Alpaca, a natural elegance...<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2003 Posts: 12
|
(Msg. 4) Posted: Mon Oct 20, 2003 2:24 am
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> > I have a client who has a site with lots of dynamic pages in PHP.
> > Does anyone have experience with indexing the following kinds of links:
> >
> > a href="../chisiamo/index.php?f_id=10#id10-0-0"
> >
> > and if the spider CAN follow it will the creature be able to
differentiate
> > between the above page and the below page: (note: after the 'id' the
> number
> > changes)
> >
> > a href="../chisiamo/index.php?f_id=20#id20-0-0"
> >
> > I know Google and other search engines will follow a php extension but
> will
> > they be able to grab the info from the database? In short, can they
> follow
> > the above links and index 2 separate pages?
>
> In short, yes, but from my recent experience they don't like "id". It may
> well not list your "f_id" pages.
>
> I called mine something else, it was for property listings, so I changed
> "id=1234" to "house=1234". Google picked this up no problem, visited my
> database for each link, I now have 450 exrta pages listed on Google!
> --
> Charles Sweeney
<font color=purple> > <a style='text-decoration: underline;' href="http://www.CharlesSweeney.com</font" target="_blank">www.CharlesSweeney.com</font</a>>
Thanks for answering so quickly Charles.
Wouldn't Google see the "f_id" part of the link the same as "fid" because of
the underscore joining the characters? I know a hyphen "-" will separate
words but I was under the impression that an underscore "_" would unite them
into 1 word. If Google doesn't like "id=1234" that's fine by me (although
I'd like to know if somebody else can verify that such a link has been
indexed by our friendly spider), but it should interpret "f_id" as another
word just like your "house=1234" as opposed to "id=1234".
Does that make sense?<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 5) Posted: Mon Oct 20, 2003 2:24 am
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Bobby" <bobby RemoveThis @goldnet.it> wrote in message
news:pjDkb.10914$uv4.9792@news.edisontel.com...
> Thanks for answering so quickly Charles.
>
> Wouldn't Google see the "f_id" part of the link the same as "fid" because
of
> the underscore joining the characters? I know a hyphen "-" will separate
> words but I was under the impression that an underscore "_" would unite
them
> into 1 word. If Google doesn't like "id=1234" that's fine by me (although
> I'd like to know if somebody else can verify that such a link has been
> indexed by our friendly spider), but it should interpret "f_id" as another
> word just like your "house=1234" as opposed to "id=1234".
>
> Does that make sense?
It sure does make sense Bobby, but I for one wouldn't rely on it. When I
last checked it, I got the impression Google didn't like any variation of
"...id=".
To save me re-writing my scripts, I just made one simple script using
"house=" that pulled everything from the database, and put it on the site
somewhere for Google to follow, which it did.
You may have no option but to try it and see.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Jul 14, 2003 Posts: 10
|
(Msg. 6) Posted: Mon Oct 20, 2003 2:36 pm
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Gateway Farm Alpacas" <johnwmerrell RemoveThis @earthlink.net> wrote in message
news:vp62en5klc015e@corp.supernews.com...
>
> "Charles Sweeney" <me RemoveThis @charlessweeney.com> wrote in message
> news:bmuup0$qp3tc$1@ID-162618.news.uni-berlin.de...
>
> >
> > In short, yes, but from my recent experience they don't like "id". It
may
> > well not list your "f_id" pages.
> >
>
> Google will not follow "id=" links due to the fact that they are often
> session id's. You are correct to change them.
>
>
I have a Snitz forum on one of my sites and some 250 pages are spidered,
even with 'topic.asp?TOPIC_ID=104' type links used on the forum.
Session id's aren't spidered because at any one time you may have several
spiders on the site, each would have a different session id even for the
same page.
Seems some id's are spidered though.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Aug 13, 2003 Posts: 257
|
(Msg. 7) Posted: Mon Oct 20, 2003 2:36 pm
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 20 Oct 2003 11:36:15 +0100, Adi wrote:
> "Gateway Farm Alpacas" <johnwmerrell.DeleteThis@earthlink.net> wrote in message
> news:vp62en5klc015e@corp.supernews.com...
>>
>> "Charles Sweeney" <me.DeleteThis@charlessweeney.com> wrote in message
>> news:bmuup0$qp3tc$1@ID-162618.news.uni-berlin.de...
>>
>>>
>>> In short, yes, but from my recent experience they don't like "id". It
> may
>>> well not list your "f_id" pages.
>>>
>>
>> Google will not follow "id=" links due to the fact that they are often
>> session id's. You are correct to change them.
>>
>>
>
> I have a Snitz forum on one of my sites and some 250 pages are spidered,
> even with 'topic.asp?TOPIC_ID=104' type links used on the forum.
>
> Session id's aren't spidered because at any one time you may have several
> spiders on the site, each would have a different session id even for the
> same page.
>
> Seems some id's are spidered though.
How does the Google spider know if an ID is a real session ID or an ID used
for a certain page? Length of ID?
--
Karim
Recommended host: <a style='text-decoration: underline;' href="http://www.cheapesthosting.com" target="_blank">http://www.cheapesthosting.com</a> - Affordable hosting since
1998<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
External

Since: Jul 14, 2003 Posts: 10
|
(Msg. 8) Posted: Mon Oct 20, 2003 8:56 pm
Post subject: Re: Indexing dynamic web pages [Login to view extended thread Info.] Archived from groups: alt>www>webmaster (more info?)
|
|
|
"Karim" <karim3411@!!yahoo!!.com> wrote in message
news:14505w1gbfcaw.10h1ql4mbp4bz.dlg@40tude.net...
> On Mon, 20 Oct 2003 11:36:15 +0100, Adi wrote:
>
> > "Gateway Farm Alpacas" <johnwmerrell RemoveThis @earthlink.net> wrote in message
> > news:vp62en5klc015e@corp.supernews.com...
> >>
> >> "Charles Sweeney" <me RemoveThis @charlessweeney.com> wrote in message
> >> news:bmuup0$qp3tc$1@ID-162618.news.uni-berlin.de...
> >>
> >>>
> >>> In short, yes, but from my recent experience they don't like "id". It
> > may
> >>> well not list your "f_id" pages.
> >>>
> >>
> >> Google will not follow "id=" links due to the fact that they are often
> >> session id's. You are correct to change them.
> >>
> >>
> >
> > I have a Snitz forum on one of my sites and some 250 pages are spidered,
> > even with 'topic.asp?TOPIC_ID=104' type links used on the forum.
> >
> > Session id's aren't spidered because at any one time you may have
several
> > spiders on the site, each would have a different session id even for the
> > same page.
> >
> > Seems some id's are spidered though.
>
> How does the Google spider know if an ID is a real session ID or an ID
used
> for a certain page? Length of ID?
>
Maybe. I would guess that id's for departments, topics etc. would generally
be single figure numbers whereas session id's may be larger to account for
the number of people on a site at any one time. Maybe they discriminate in
that manner.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Indexing dynamic web pages |
|
| Back to top |
|
 |  |
| Related Topics: | Dynamic pages, static URLS in PHP. - Any pointers to handy bits of PHP or whatever for this one would be much appreciated: Google seems to dig up lots of snake-oil merchants. Being lazy, I'd rather re-use code; being *very* lazy I thought I would ask <ingrate> the experts </ingra...
Link Indexing Script - I am looking for a script to index links. The thing that makes finding one difficult is that I want one that has a submission page that includes a button graphic so that the poster can put a graphic link up on the site. <font color=purple>&...
Dynamic menu help - Hi , Trying to get a menu working for sometime now have wasted money on stupid software etc.Now have been trying out a freebee from www.dynamicdrive.com, but have one or two question. It's properly better if I was to show you it so have uploaded it to..
How to create this dynamic menu - Please see the main menu at top of http://www.everyone.net/ How do I write such an animated drop-down menu (or something similar/simpler)? I do not know JS. Is there a software that I can use? I have searched around but could not find any. Thanks
dynamic to static url using mod_rewrite in.htaccess - I am trying to use a module for an ecommerce site that uses the mod_rewrite in .htaccess. The .htaccess is working when I use it for an "error 404", but not when I uncomment the rest of the file to change the dynamic to static urls. It gives me... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|