|
what is the difference static and dynamic sites
10-04-2010, 12:59 AM
|
what is the difference static and dynamic sites
|
Posts: 10
|
hello friends ,
I want to know what is static and dynamic sites and whts the diffrent in both sites . and which sites is better for seo ?
anybody know so plz pm .
Thankx
|
|
|
|
10-04-2010, 06:32 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 82
Name: Andrew
Location: SW Scotland
|
Static sites don't use scripts (php / asp / aspx etc.), dynamic sites do.
For seo, dynamic sites can run into a problem if they have dynamic urls; ie. if the page content varies depending on the result of server-side script + database queries.
Last edited by Kelpie; 10-04-2010 at 06:37 AM..
|
|
|
|
10-04-2010, 07:05 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
Originally Posted by Kelpie
Static sites don't use scripts (php / asp / aspx etc.), dynamic sites do.
|
"Static" site can be .asp, .php, .aspx, .pl etc or no extension at all AND "dynamic" sites can be .htm, .html, or no extension at all.
Quote:
Originally Posted by Kelpie
For seo, dynamic sites can run into a problem if they have dynamic urls; ie. if the page content varies depending on the result of server-side script + database queries.
|
Wrong and Wrong.
ALL pages on websites are HTML when served to ALL user agents and there is ABSOLUTELY NO DIFFERENCE between any of them for "SEO"!
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 08:11 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 5
|
Dynamic sites on the other hand can be more expensive to develop initially, but the advantages are numerous. A static site is one that is written in HTML only. Each page is a separate document and there is no database that it draws on.Static sites are meant for those sites that cant be changed or updates regularly and Dynamic sites are those sites that changes or update regularly.
|
|
|
|
10-04-2010, 08:27 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
So! If that is the case, HOW exactly can you tell what is a "dynamic" site and what is a "static" site?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 08:48 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 351
|
Quote:
Originally Posted by carenjones
which sites is better for seo ?
|
Static one is better in terms of SEO,but that is not absolutely true,pseudo-static is popular.
|
|
|
|
10-04-2010, 08:56 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
Originally Posted by cindyfowler
Static one is better in terms of SEO,but that is not absolutely true,pseudo-static is popular.
|
In that case why do so many people use Wordpress, Blogger, Joomla, Drupal. vBulletin, Invision Power Board, phpBB, SMF etc etc??
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 12:08 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
|
A static website doesn't have much meaning; it's a site that doesn't change content or feature dynamic coding. A static web page would be one that doesn't change - simple as that really.
A dynamic website can feature dynamic coding, server-side or client-side scripting, or dynamic content. The key being that the site's pages change as a result of some action or criteria. A website can feature dynamic coding but still be a static site if all the site serves is unchanging content pages.
As to whether dynamic or static sites are better for seo, I'd have to say that neither have any bearing on seo at all. Dynamically coded sites can have user friendly seo tools incorporated into them to make seo actions easier, that's about it.
Last edited by metho; 10-04-2010 at 12:11 PM..
Reason: lol 'sight' != 'site', time for bed...
|
|
|
|
10-04-2010, 12:28 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Anybody care to know how search engines decide what is a "dynamic" site and what is a "static" site and what they do about it?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 12:41 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
|
if modified since last visit, flag for indexing. if reindexed and found to have no changes compared to cached copy = search engine angry it just flagged a static page (naughty webmasters using always modified headers). if reindex shows changes to content = happy search engine with dynamic web page?
|
|
|
|
10-04-2010, 01:05 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Nope, none of those.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 01:14 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
|
querystring = dynamic?
|
|
|
|
10-04-2010, 01:27 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Correct!
And the only thing that changes when they encounter querystring parametered URLs is the rate at which they make multiple requests so the risk of overloading the sites database is reduced.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-04-2010, 07:08 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
|
Quote:
Originally Posted by chrishirst
the only thing that changes when they encounter querystring parametered URLs is the rate at which they make multiple requests so the risk of overloading the sites database is reduced.
|
So much for sites that use sef urls....
|
|
|
|
10-05-2010, 04:57 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 2
Name: Roly Rolo
|
With static web sites, requests for pages are handled by a web server delivering the content of these HTML files, "as is". They are called static because they don’t change very often.
|
|
|
|
10-05-2010, 05:50 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 3
Name: rose
Location: london
|
Hi..
Static means "constant--never changing".
dynamic is "changing". You can make dynamic changes to a database without having to shutdown the instance and restart for the changes to take effect. However, if you do not update the control file, when you shutdown and startup, the dynamic change is gone--it wasn't permanent.
Static sites are meant for those sites that cant be changed or updates regularly.
and Dynamic sites are those sites that changes or update regularly.
Dynamic websites can make the most of your site and either use it as a tool or create a professional, interesting experience for your visitors.
Last edited by varsha2010; 10-05-2010 at 05:53 AM..
|
|
|
|
10-05-2010, 06:00 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 4,264
Name: Sugarcane Gray
Location: Hell, Southern Spain
|
a dynamic site is a site that builds pages on the fly, fetching content ordinarily from a database.
A static site is a site that's pages are pre-built.
__________________
Please login or register to view this content. Registration is FREE - a project in video and sound.
Please login or register to view this content. Registration is FREE "Absolute Rubbish, an insult to the blues." - NME.
Please login or register to view this content. Registration is FREE - Come use our agency :)
Last edited by edgray; 10-05-2010 at 06:00 AM..
Reason: clarification
|
|
|
|
10-05-2010, 07:58 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
Originally Posted by edgray
a dynamic site is a site that builds pages on the fly, fetching content ordinarily from a database.
A static site is a site that's pages are pre-built.
|
That's true, BUT can you tell which is which?
All three sites in my signature have a mixture of static pages, scripted pages, pages built with includes and pages created from a database, some pages have a combination of the options.
Any one care to tell me which pages use which?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
10-06-2010, 08:16 AM
|
Re: what is the difference static and dynamic sites
|
Posts: 5
Name: afonsokurt
|
A static site is one that is written in HTML. Each page is a separate document and there is no database that pulls on.A dynamic site is written using more complex code and can do much more. For example, spam removed you can create a space where you can go in and change various parts of the site, such as adding information or products.
Last edited by chrishirst; 10-06-2010 at 01:31 PM..
|
|
|
|
10-06-2010, 01:32 PM
|
Re: what is the difference static and dynamic sites
|
Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
|
A static site is one that is written in HTML.
|
EVERY single website is HTML!!
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
|
« Reply to what is the difference static and dynamic sites
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|