rumi Posted January 23, 2007 Share Posted January 23, 2007 Ive recently installed cDynamic Meta Tags v1.4 and Im not sure how to set the following in Step 5. You can see how I set the parameters but Im still not seeing any meta tags in my source. I have STS. Thanks to anyone who can help. STEP 5 - Configure basic parameters Set settings which are located in includes/languages/english/meta_tags.php # USER SETTINGS # #--------------------------------------------------------------------------# # If you want to cache the results (reduce server load and boost speed) $cache_type = 2; # number only, no ' or " # 0 (zero) = off # 1 = Use Chemo's osC Advanced Cache Class **REQUIRES v1.1 or higher** # 2 = Cache to directory ** MUST specify $meta_cache_path ** # If using Cache Class set lifetime of cache: $expires = '30/days'; # only valid if $cache_type = 1 # only valid if $cache_type = 2 # must have read-write permissions # specified in admin/includes/reset/meta_tags.php (if you changed it) MUST HAVE READ/WRITE CHMOD to 777 $meta_cache_files_path = DIR_FS_CATALOG.'cache/'; #this should work for most # Show Model in Title $show_model_in_title = false; # no ' or " # true or false # Show Manufacturer in Title $show_man_in_title = true; # no ' or " # true or false # Enter y=text to be removed from Manufacturers when using them for keywords # enter in all lower case $strip_man_array = array('inc.','co.','inc'); # Pages to use HEADING_TITLE for title # Do not list pages w/ specific meta tags: (index.php, product_info.php, specials.php, products_new.php) $heading_pages = array('contact_us.php', 'product_reviews.php'); #---------------------------------------------------------------------------# # Define specific meta tags by entering the value between the '': # For all pages using meta_tags: define('HEAD_TITLE_TAG_ALL','my text here'); # Title define('HEAD_DESC_TAG_ALL','text here'); # Description define('HEAD_KEY_TAG_ALL','text here'); # Keywords # For default index page (no products or categories) define('HEAD_TITLE_TAG_INDEX','added text here'); # Title define('HEAD_DESC_TAG_INDEX','here'); # Description define('HEAD_KEY_TAG_INDEX','and here'); #Keywords ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.