Forum Moderators: open

Message Too Old, No Replies

Adding Keywords to Dynamic pages

         

Navdeep

5:20 pm on Dec 4, 2003 (gmt 0)

10+ Year Member



hi all
meta keywords and description for static pages is easy to enter for a small number of pages. but i want to know how i can add meta keywords to say 100 different product pages that are dynamically generated. if i want to add specific keywords for a category, will i have to develop a static page for every category or there is any method to add this information dynamically into dynamic pages for every category.

Symbios

7:18 pm on Dec 5, 2003 (gmt 0)

10+ Year Member



You would be able to do this using mySQL and PHP.

Navdeep

10:34 am on Dec 6, 2003 (gmt 0)

10+ Year Member



can't we do this using SQL queries and ASP as front end.

Woz

10:43 am on Dec 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yep, esay peasy. Just populate a database of your choice with the categories and relevant queries and use ASP, or any other scripting language, to extract them.

Onya
Woz

Navdeep

11:49 am on Dec 8, 2003 (gmt 0)

10+ Year Member



but is it an effective method of adding meta keywords and description.
Is there any other method by which we can accomplish this task, with more degree of effectiveness.

toddski07

7:17 pm on Dec 19, 2003 (gmt 0)

10+ Year Member



navdeep-

The methods identified above (ASP and SQL) work just fine. We have a dynamic shopping site and actually store in the database a TITLE, META DESCRIPTION, and META KEYWORDS for each category and individual product. Works very slick...all dynamic pages are properly indexed by the search engines and each have their own related information.

You just need to store the information in the db and then populate the respective fields/variables when the dynamic page loads.

Todd