Forum Moderators: open

Message Too Old, No Replies

Sessions - Do google take it?

How to make google crawl even in URLs with sessions?

         

dbansal

5:27 pm on Aug 12, 2004 (gmt 0)

10+ Year Member



I got a phpbb discussion board. It has got sessions and I can see that google is not going through those pages.

So many posts have been done by users but unfortunately, its not getting indexed and I have only 20 pages in google database.

How shall I make all pages indexed?

bnhall

8:28 pm on Aug 14, 2004 (gmt 0)

10+ Year Member



Make a sitemap without sessionids, perhaps.

peterdaly

8:45 pm on Aug 14, 2004 (gmt 0)

10+ Year Member



GoogleBot does not support sessions. You need to make your pages not require them if you want them crawled.

It's not just Google. Most crawlers don't support sessions.

sabai

12:03 am on Aug 15, 2004 (gmt 0)

10+ Year Member



peterdaly is right. You'll have to hack phpbb... it shouldn't be that hard.

sabai

3:15 pm on Aug 16, 2004 (gmt 0)

10+ Year Member



[phpbb.com ]

There's info about it on the phpbb site