Forum Moderators: phranque

Message Too Old, No Replies

Optimizing dynamic pages

         

deepadi

11:57 am on Nov 11, 2008 (gmt 0)

10+ Year Member




System: The following message was cut out of thread at: http://www.webmasterworld.com/webmaster/3780581.htm [webmasterworld.com] by eelixduppy - 3:13 am on Nov. 12, 2008 (est -4)


Hi jake,
I need your help.How to optimize dynamic websites.A dyanamic website have more than thousand pages.can you explain how to set meta for all these pages.Is the any way to find from the codding .

regards,

webboy1

5:01 pm on Nov 13, 2008 (gmt 0)

10+ Year Member



It largely depends on what scripting langauge you are using to generate your dynamic pages e.g. Php, ASP etc.

Actually populating meta info based on dynamic content isn't to difficult as long as the data is stored somewhere. For instance, assuming it's all stored in a Database, you'd simply put a call within the meta title to pull from a specific column for a certain ID.

There are plenty of sources on the net that explain how to do this, so you should find an answer just by doing some Googling.