Difference Between Dynamic Url And Static Url

Started by RichardSmith, 12-17-2012, 06:52:16

Previous topic - Next topic

RichardSmithTopic starter

Hello Guys,

A dynamic url can be done with php script and keeps changing with variables. But a static url doesn't change and its good for SEO.

Thanks and Regards
reputationhead.com

Online Reputation Management


vingler

Please look example of static url and dynamic url:
static url : somesites.com/forums/thread.php
dynamic url : somesites.com/forums/thread.php?threadid=12345&sort=date
Vingler.com : Free Facebook Likes [nofollow] - Free Twitter Followers - Free Youtube Subscribers - Google + - LinkedIN Links
  •  


Smith Jones

Hello friends

A dynamic url structure means that the url are search in the databese and can change based on what database led the reader to the targeted website.The static url means that can not be changed unless the html code is re-write.Dynamic url is a page address the result from the search of a database driven of website or url of website that run on script.Static url in which the content of the web page as a same unless the changes are hard coded in a html.

Thanks a lot
Smith Jones

judyhenry646

Glad to listen to your battle this post these days. once reading it i used to be terribly confused by the post. Going together with what your location it's nearly like Google "expects" U.S. to be incompetent and screw up computer address Aliasing to static URLs that is fine if individuals do this and do not use keyword wealthy static URLs as a result of "google told them it's ok"... well it's fine as a result of it means that i will rank higher for the keywords i am targeting.

siyajoshi

Hello...
Static URLs, in which the contents of the web page stay the same unless the changes are hard-coded into the HTML, dynamic URLs are generated from specific queries to a site's database. Static URLs are typically ranked better in search engine results pages, and they are indexed more quickly than dynamic URLs.Static URLs are also easier for the end-user to view and understand what the page is about....
Thnx...:)


Shikha Singh

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.

If the content of a site is stored in a database and pulled for display on pages on demand, dynamic URLs maybe used.

TomClarke

A static website is a websiet that displays the same content for all th eusers viewing the website at the same time.  Simply a static website is a fixed website, and the content does not change from user to user.
In contrast to static webpages, the dynamic webpages obtain their names due to the dynamic content available. That is the content displayed on the website may change from user to user and from time to time.

SEO.Ninja

Dynamic URL:
A dynamic URL is the address - or Uniform Resource Locator (URL) - of a Web page with content that depends on variable parameters that are provided to the server that delivers it. The parameters may be already present in the URL itself or they may be the result of user input. A dynamic URL can often be recognized by the presence of certain characters or character strings that appear in the URL (visible in the address bar of your browser). The following are representative:
& $ + = ? % cgi

Static URL:
A static URL is a URL that does not change depending on input from a remote database or server, but stays the same with each page load. Static URLs are the norm for pages that do not contain interactive elements based on the results of a web administrator's remote data.


emodafinil

URLs that contain "?" are called dynamic URLs. It's dynamic because the page is normally generated by using data from a database. The part after "?" is database row identifier which is used to retrieved the specified data from one or more database tables. Dynamic web page gives us the advantage of reusing a web page for different data when we issue a different ID to it.