Dynamic vs. Static Pages

  • UVBoy
  • Beginner
  • Beginner
  • User avatar
  • Joined: Sep 07, 2007
  • Posts: 50
  • Loc: London, Ontario, Canada
  • Status: Offline

Post September 24th, 2007, 8:04 am

My entire website is programmed in ASP and I need to get a consensus on if/how this negatively impacts seo with google as compared to static pages.

My gut feel is that static is better, but how much better?

I've added keywords into the query strings and this seems to be helping with google but I'm not sure if this is a viable approach with other major engines. Here's an example:

http://www.aquatell.com/articles.aspx?c ... 0MAX%20PRO

Thank you!

Reid
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 24th, 2007, 8:04 am

  • aira
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Aug 27, 2007
  • Posts: 129
  • Status: Offline

Post October 2nd, 2007, 8:25 am

It really depends on how you will use it..

Large sites usually use dynamic pages
while smaller sites use static pages

In some factors, static pages are better than dynamic because of these reasons:

static are simple pages made normally from plain html (and they can be seen by the spiders)
dynamic pages usually use scripts that are not detectable/readable by search engine spiders
  • idkwot
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Sep 30, 2007
  • Posts: 35
  • Status: Offline

Post October 2nd, 2007, 11:33 am

dynamic :]
  • twalters84
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Sep 27, 2007
  • Posts: 161
  • Loc: Mount Savage, MD
  • Status: Offline

Post October 2nd, 2007, 8:29 pm

Hey there,

I disagree with what aira stated.

The HTML that is generated from dynamic webpages is plain HTML just like static webpages. By the time this HTML is generated, spiders crawl it just like normal webpages.

I have created tons of dynamic websites for clients. If you are going to make a dynamic website, keep your URL small and do not use session IDs in the strings.

By the way, most search engines like to see keywords in the URLs. It does not matter if it is in the dynamic part.

For instance, you can have something like..

http://www.myDomain.com/baseball-caps.html

If baseball caps is a keyword phrase, that URL is going to do better in the search engines.

Hope this helps.

Sincerely,
Travis Walters
admin@codebuyers.com
  • aira
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Aug 27, 2007
  • Posts: 129
  • Status: Offline

Post October 3rd, 2007, 10:45 am

That's why i stated that dynamic pages usually have scripts (or programs that can't be read by spiders) and i did not say that i doesn't generate HTML.

BTW here's an additional info regarding dynamic pages:

The URL of the dynamic pages often contains symbols (i.e. '?' '%' '$' '&' or text 'cgi-bin') that could not read by the spiders after these symbols are used in query strings, however spiders now can detect and read few URL parameter containing it but having a hard time when there are too many parameters in URL. So it is suggested to make it shorter as possible.
  • Microsys
  • Novice
  • Novice
  • User avatar
  • Joined: Jul 25, 2006
  • Posts: 28
  • Status: Offline

Post October 4th, 2007, 2:59 pm

With dynamic pages (ASP, PHP, whatever) using mod_rewrite there will be absolutely no difference between static and "dynamic" pages. The crawler won't see anything but the generated HTML documents outputted and if using mod_rewrite the urls won't even have "?" etc. in them.

However, of course, if you are using some kind of framework that outputs AJAX etc. stuff in addition to HTML, yes, crawlers would have a hard time with that.
A1 Website Analyzer - Fix broken links, duplicate titles, custom search...
A1 Sitemap Generator - Create HTML/CSS, image, video and XML sitemaps...

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 47 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.