views:

200

answers:

3

Hi -

I'm planning on having a website where the links aren't set HTML pages (ex. mypage.com/contact_me.html) but dynamic (profile.php?uid=32320&mode=2).

How can I get Google to index a website like this, so that every profile (much like facebook has done) is indexed separately on google?

Thanks!

+5  A: 

Google finds dynamic pages like that just fine (assuming it can find them via links).

You can always provide an XML sitemap if you're paranoid.

ceejayoz
A: 

Use URL-rewriting to make the pages more meaningful to search engines. There are limits as to the number and depths of dynamic URLs with querystrings that Google will follow (but it will follow some).

cdonner
Do you have a reference for your last statement about the limit?
Gumbo
+2  A: 

google has a site to help webmasters get their pages indexed better as well as some analytics facilities you might find of value also

Scott Evernden