Dynamic URL vs. Static URL
Posted by admin | Posted in Uncategorized | Posted on 22-07-2010-05-2008
0
It has been an everlasting issue among the webmasters that which type of URL will be better from the SEO point of view. Generally, static URL is preferred by the webmasters.
What is a static URL?
A static URL is the URL that links to a target without calling a script. It does not change and does not contain any URL parameters.
The static URLs are having web-pages in which the content remains the same unless the changes are hard-coded into the HTML. The users can easily interpret the relevancy of the content on the web page from the ULR itself.
Example: http://www.mbs-massage.com/wellness.html
Advantages of Static URL:
- It is easily indexed by the search engines
- Better click-through rates in SERPs, emails, web contents as compared to dynamic ones
- Easier to use and share on and off line
- Simpler to remember and increased branding
- Higher keyword relevancy and prominence
- More friendlier to the end users
Disadvantages of Static URL:
- Updating the website is a tedious process and requires hard coding
- Difficult to maintain
What is a Dynamic URL?
A dynamic URL is the one that that works on a script to connect to a target. A dynamic URL is an address of the page that results from the search of a database-driven web site or the URL of a web site that runs a script. The dynamic page is simply a template which displays the results of the database query. The changes are made in the database instead of the HTML code.
The kind of websites which generally suffer from the problem of having dynamic URLs are e-commerce stores, forums, sites employing content management systems and some types of blogs like Mambo or WordPress, or any other database-based website.
Example: http://www.solarsecurity.com/commercialview.aspx?Pid=1
Advantages of Dynamic URL:
- Customer friendly as it offers better CMS
- Simple to maintain and update the web-pages and the content
- Better option in case of portals and large websites
- Better if it does not contains more than 3 parameters
- Google(1 of the 4 major search engines) can now easily crawl through the web-pages
Disadvantages of Dynamic URL:
- Not liked by the search engines, they cannot easily index them
- Low click-through rates
- Do not have any keywords in the URL
- Can’t be indexed by the search engines if it contains 4+ variables
Eventually I would say that whatever kind of URL you go for, just make sure it’s compatible to what your website actually requires and the search engines copes with.
