Guest Posted December 19, 2003 Share Posted December 19, 2003 Hey people, Just finished my site but have realised that it has no META TAGS! Can anyone tell me how & where to put them? Many Thanks! :D Link to comment Share on other sites More sharing options...
geenygreat Posted December 19, 2003 Share Posted December 19, 2003 You may look at header tag controller contribution to include and control meta tags for each page in your cart. An excellent contribution! Link to comment Share on other sites More sharing options...
Guest Posted December 19, 2003 Share Posted December 19, 2003 Ok thanks. But, there must be an easier way. I'm not 100% confident in downloading and installing contributions. Couldn't I just access it on the same page as I changed the page title? Here is a snippet of the homepage source code; <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>::Interactive-Plus.com games | software | entertainment</title> <base href="http://www.interactive-plus.com/catalog/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> Link to comment Share on other sites More sharing options...
geenygreat Posted December 19, 2003 Share Posted December 19, 2003 Okay. You may put manually the meta tags on the pages required below the following line: <html <?php echo HTML_PARAMS; ?>> Basically it is required on index.php and product_info.php page. Hope it helps! Link to comment Share on other sites More sharing options...
Guest Posted January 3, 2004 Share Posted January 3, 2004 Hello again, I tried putting in some keywords and I ended up with a Parse Error statement on top of the page. :( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.