I am planning an informational site on php with mysql.
I have read about google sitemap and webmaster tools.
What i did not understand is will google be able to index dynamic pages of my site using any of these tools.
For example if i have URLs like http://www.domain.com/articles.php?articleid=103
Obviously this page will be having same title and same meta information always but the content will change according to articleid. So how google will come to know about the article on the page to display in search.
Is there some way that i can get google rankings for these pages
You could alternatively make the url SEO friendly with mod_rewrite
www.domain.com/articles/103I do suggest you give each individual page relevant meta tags no more then 80 chars and dont place the article content within a
tabletag as googles placement algorithm is strict, random non related links will also do harm to the rank.