Google Clarifies Dynamic URLs Vs. Static URLs Issue
As far as my views are concerned, it’s Static URLs that I would say are better than Dynamic URLs. Here are some reasons to clarify my point:
- 1.Static URLs rank better in search engines than Dynamic URLs.
- 2.It has been said ( Not sure) that, dynamic pages are indexed slowly in search engines as compared to static pages.
- 3.Static URLs are user friendly.
Here is what the Official Google Webmaster Central Blog says regarding the issue:
What is a static URL?
A static URL is one that does not change, so it typically does not contain any url parameters. It can look like this:http://www.example.com/archive/january.htm. You can search for static URLs on Google by typing filetype:htm in the search field. Updating these kinds of pages can be time consuming, especially if the amount of information grows quickly, since every single page has to be hard-coded. This is why webmasters who deal with large, frequently updated sites like online shops, forum communities, blogs or content management systems may use dynamic URLs.
What is a dynamic URL?
If the content of a site is stored in a database and pulled for display on pages on demand, dynamic URLs may be used. In that case the site serves basically as a template for the content. Usually, a dynamic URL would look something like this:http://code.google.com/p/google-checkout-php-sample-code/issues/detail?id=31. You can spot dynamic URLs by looking for characters like: ? = &. Dynamic URLs have the disadvantage that different URLs can have the same content. So different users might link to URLs with different parameters which have the same content. That’s one reason why webmasters sometimes want to rewrite their URLs to static ones.
Should I try to make my dynamic URLs look static?
Following are some key points you should keep in mind while dealing with dynamic URLs:
- 1.It’s quite hard to correctly create and maintain rewrites that change dynamic URLs to static-looking URLs.
- 2.It’s much safer to serve us the original dynamic URL and let us handle the problem of detecting and avoiding problematic parameters.
- 3.If you want to rewrite your URL, please remove unnecessary parameters while maintaining a dynamic-looking URL.
- 4.If you want to serve a static URL instead of a dynamic URL you should create a static equivalent of your content.
Which can Googlebot read better, static or dynamic URLs?
We’ve come across many webmasters who, like our friend, believed that static or static-looking URLs were an advantage for indexing and ranking their sites. This is based on the presumption that search engines have issues with crawling and analyzing URLs that include session IDs or source trackers. However, as a matter of fact, we at Google have made some progress in both areas. While static URLs might have a slight advantage in terms of clickthrough rates because users can easily read the urls, the decision to use database-driven websites does not imply a significant disadvantage in terms of indexing and ranking. Providing search engines with dynamic URLs should be favored over hiding parameters to make them look static. – Blog (Google Webmaster Central Blog) by Juliane Stiller and Kaspar Szymanski, Search Quality Team
Now, I would like to summarize the above blog:
- 1.Search engines generally have certain difficulties in creating links to dynamic content.
- 2.However, if you identify these problems yourself, it would be easier for your dynamic content to get indexed.
- 3.Try to use Static URLs to reference dynamic content.
- 4.Again, if you are not using, make sure that your dynamic URL is attached to by content referenced with the help of static URLs.
- 5.You can also make use of paid-inclusion programs.

September 24th, 2008 at 10:50 pm
[...] Google has come up to clarify the issue that concerned the Static URLs Vs. Dynamic URLs, better to say further guidelines for us in using these URLs. More… [...]