What is Static & Dynamic URL?

Started by Hogward, 08-26-2011, 04:39:10

Previous topic - Next topic

sreelavanya

There are a couple of good reasons why static URLs score better than dynamic URLs.
1. Dynamic URLs are not always there – i.e. the page is generated on request after the user performs some kind of action (fills a form and submits it or performs a search using the site's search engine). In a sense, such pages are nonexistent for search engines, because they index the Web by crawling it, not by filling in forms.

2. Even if a dynamic page has already been generated by a previous user request and is stored on the server, search engines might just skip it if it has too many question marks and other special symbols in it. Once upon a time search engines did not index dynamic pages at all, while today they do index them but generally slower than they index static pages.
  •  


james1

Dynamic database-driven Web site URL or the URL of the Web site to run scripts on the other hand, the search results do not change the URL of a static URL page address that is, doesn 'is not a variable string.
newbielink:http://"http://www.citycabshk.com/tours-and-sightseeing/" [nonactive] | newbielink:http://"http://sysdo.net/" [nonactive]
  •  


tevez

From SEO point of view Static URLs are beneficial but if the website is Dynamic then Dynamic URLs are the key URLs otherwise it can make a website bulky and also take much time in loading... so if a website is dynamic try to avoid long URL otherwise it will create a problem in indexing a webpage in search engines...

Torafox

Dynamic URLs don't contain keywords which makes it hard to optimize, thus, harder to get indexed. Whereas static URLs is probably a search engine's best friend. A lot easier to handle and optimize.

salty143

static url is hard coded,
 
dynamic url come into being against request at run time.


stella

Hello Everyone,

A dynamic URL is a page address that results from the search of a database-driven web site or the URL of a web site that runs a script.

And the static URLs, is  in which the contents of the web page stay the same unless the changes are hard-coded into the HTML...



  •  

onlinemotorcycle

Search engines has always been able to spider powerful URLs, the problem has been that googlebot will not spider a powerful web page from a powerful web page, but would spider a fixed web page from a powerful web page, and viceversa.

nichetech

Quote from: Hogward on 08-26-2011, 04:39:10
Can someone explain me about Static URL & Dynamic URL? Which one is Good?

Mate! Do you think that the query you had fired in here is what exactly you don't have any idea about. Because as you had included signature which is static URL.


johnbblack423

Quote from: a3web on 08-28-2011, 11:46:22
Static URL: http://www.mydomain/inner-page.html

Dynamic URL: http://www.mydomain/?UserNamesCategory=HELO&ShowUserNames=true

Static URLs are always good in terms of search engine placements.

this is really  a great answer...

i would like to add in deep link with static url will always helpful...
like a >> b >> c >> d >>
a home page
b category page
c inner category page
d last page (if possible)


elly.elly86

There are two types of URLs: dynamic and static. A dynamic URL is a page address that results from the search of a database-driven web site or the URL of a web site that runs a script. In contrast to 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. The dynamic page is basically only a template in which to display the results of the database query. Instead of changing information in the HTML code, the data is changed in the database.