954,355 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to optimize Dynamic sites(Portals)?

Hi,

I've good experience in optimising static pages but now i'm going to optimise dynamic pages ie)database driven websites.

what are the steps we need to do?

Thanks in advance

Junior Matt
Newbie Poster
11 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

It's exactly the same as with static sites with one exception: you want to make sure you have search engine friendly URLs. Don't put session IDs in your URLs. Try to keep your query string short if you can. Even better, use mod_rewrite or something similar to make the query string look like a regular directory structure (e.g. domain.com/directory/directory2/page.html).

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

stymie is correct.
I really do not see why people seem to think there is any real differene between "static" and "Dynamic"... you are still putting content on the internet, still using code and tags and content etc.

Theo nly differene is you are not manually building each page - it does that automatically.

If anything, a Dynamic site should be easier, asyou can figure you're pattern, put in the tags... and then add the content.
The tags are built using your content every time... no editing each page for optimisation etc.


Just do what you would do normally.

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 

Thx for your valuable reply, :)

Junior Matt
Newbie Poster
11 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

what your website related to.. ?

neuronimbus
Junior Poster
131 posts since Aug 2007
Reputation Points: 9
Solved Threads: 1
 

Dear Sir

I can include meta tags in main pages i mean .asp but how i can include meta tags in which id passing?


thanks and regards?

marck_don
Light Poster
26 posts since May 2010
Reputation Points: 10
Solved Threads: 0
 

I agree with autocrat although I have to say that I run two online craft supply stores, one is a cubecart database driven system and the other is just a purly static html site and I have to say that the static html site performs much better than the cubecart one with the search engines even though I use the mod rewrite and every page has a unique title, meta tags etc.

superspudnuts
Light Poster
26 posts since Mar 2010
Reputation Points: 8
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You