Meta Tags For Your osC Shop
#41
Posted 13 October 2006, 03:27
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#42
Posted 13 October 2006, 14:18
Jack_mcs, on Oct 12 2006, 11:27 PM, said:
Jack
Jack,
Thanks for quick response.Do I need to uninstall dynamic header tags mode before I install manual header tags contribution.
#43
Posted 19 October 2006, 19:48
After header tag contoller install, when I try to open "catalog" within the admin section I get this error:
Parse error: syntax error, unexpected T_CASE in /data/6/0/146/133/472948/user/481882/htdocs/misfit/admin/categories.php on line 1000
line 1000 case 'edit_category':
line 1001 $heading[] = array('text' => '<b>' . TEXT_INFO_HEADING_EDIT_CATEGORY . '</b>');
Everything else seems to be working fine. I looked around and not sure what the problem is. Could not locate any info in forum on this.
By the way your Basics for design posts are wonderful, Great job, Great results, thank you!
#44
Posted 19 October 2006, 23:48
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#45
Posted 29 October 2006, 06:14
I already had over 300 products loaded, so it was a tad daunting going back through each of those products and filling in the header page title, description, and keywords as I desired. But it was worth it.
I'm not sure if there is a correlation or not, but after doing this, the bots came to my site for indexing faster and more often.
The Header Tags should be standard to the core Osc cart ... just my opinion.
Just want to take this time to extend my appreciation to everyone who have patiently answered my questions over the months of working on my site. I hope to be able to "pass it forward" and help new folks.
#46
Posted 14 November 2006, 04:36
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#47
Posted 14 November 2006, 17:38
This works very well for me and I had over 400 pages index with the new meta tags in just a couple days. My sales and hits on this site have increased tremendously!
I also used this info: here to put a 301 header in to signal the search engines to remove the old entry in the index and replace it with the new one.
I've added the Google xml sitemap feed and setup google sitemaps for my site and it is doing its job well.
I've also updated my robots.txt file to exclude the popup image pages and some other osc pages which I didnt want shown in the search index.
Seems to be working very well for my vintage media site and all it took were some code changes.
I just thought anyone searching for all of these soultions could use a place to find them all in one post.
#48
Posted 14 November 2006, 18:46
theantiquestore, on Nov 14 2006, 05:38 PM, said:
This works very well for me and I had over 400 pages index with the new meta tags in just a couple days. My sales and hits on this site have increased tremendously!
I also used this info: here to put a 301 header in to signal the search engines to remove the old entry in the index and replace it with the new one.
I've added the Google xml sitemap feed and setup google sitemaps for my site and it is doing its job well.
I've also updated my robots.txt file to exclude the popup image pages and some other osc pages which I didnt want shown in the search index.
Seems to be working very well for my vintage media site and all it took were some code changes.
I just thought anyone searching for all of these soultions could use a place to find them all in one post.
Glad someone appreciates and is using it
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#49
Posted 14 November 2006, 19:54
#50
Posted 21 November 2006, 14:35
I have tried to figure out how to modify the contribution to my site but not succeeded. I have also tried both variants of the contribution but the result was the same.
So my question is really, is there an even more simple solution to get header tags on the index pages? Something that take advantage of the already modified header maybe.
#51
Posted 21 November 2006, 15:33
Flotec, on Nov 21 2006, 02:35 PM, said:
I have tried to figure out how to modify the contribution to my site but not succeeded. I have also tried both variants of the contribution but the result was the same.
So my question is really, is there an even more simple solution to get header tags on the index pages? Something that take advantage of the already modified header maybe.
for modified shops these 2 are the easiest: cdynamic meta tags or Meta Tag Controller Support
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#52
Posted 21 November 2006, 16:35
I suppose I have to figure out how I could simplify your contribution.
One thing I should want to have is the title like this:
"My company name" - "category or product". That should not be to difficult, or? Could someone give me a hint?
#53
Posted 21 January 2007, 18:48
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
?>
#54
Posted 27 January 2007, 16:35
theantiquestore, on Nov 14 2006, 05:38 PM, said:
This works very well for me and I had over 400 pages index with the new meta tags in just a couple days. My sales and hits on this site have increased tremendously!
I also used this info: here to put a 301 header in to signal the search engines to remove the old entry in the index and replace it with the new one.
I've added the Google xml sitemap feed and setup google sitemaps for my site and it is doing its job well.
I've also updated my robots.txt file to exclude the popup image pages and some other osc pages which I didnt want shown in the search index.
Seems to be working very well for my vintage media site and all it took were some code changes.
I just thought anyone searching for all of these soultions could use a place to find them all in one post.
Thank you very much for this post. I have utilized the google xml sitemaps, submitted and verified my site with them, and now have a question regarding the robots text file. Ive been to google but cant locate directions on how to configure this file. I can figure that I need to create one and place it in my root directory but after that Im not sure.
Can you help me?
Thank you
#55
Posted 27 January 2007, 19:04
Quote
Can you help me?
Here is my robots.txt file:
# Exclude Files From All Robots: User-agent: * Disallow: /catalog/admin Disallow: /catalog/data Disallow: /catalog/account.php Disallow: /catalog/advanced_search.php Disallow: /catalog/checkout_shipping.php Disallow: /catalog/create_account.php Disallow: /catalog/login.php Disallow: /catalog/password_forgotten.php Disallow: /catalog/popup_image.php Disallow: /catalog/shopping_cart.php Disallow: /catalog/ask_a_question.php Disallow: /catalog/cookie_usage.php Disallow: /catalog/popup_search_help.php Disallow: /catalog/imagemagic.php Disallow: /catalog/product_reviews.php # End robots.txt file
I believe spiders avoid https pages but I have some in that list anyway. Some of these pages I added because I had seen they were listed in google and I didnt realy want them there and wanted to prevent other search engines showing them too.
I ocassionaly review my search engine listings to see if there are pages listed I dont really want there and add them to the list. I prefer to only have my product and category pages listed but do allow my contact page and so on to be spidered.
Hope this helps... of course you'll have to edit that list to be what you prefer.
#56
Posted 27 January 2007, 19:26
theantiquestore, on Jan 27 2007, 07:04 PM, said:
# Exclude Files From All Robots: User-agent: * Disallow: /catalog/admin Disallow: /catalog/data Disallow: /catalog/account.php Disallow: /catalog/advanced_search.php Disallow: /catalog/checkout_shipping.php Disallow: /catalog/create_account.php Disallow: /catalog/login.php Disallow: /catalog/password_forgotten.php Disallow: /catalog/popup_image.php Disallow: /catalog/shopping_cart.php Disallow: /catalog/ask_a_question.php Disallow: /catalog/cookie_usage.php Disallow: /catalog/popup_search_help.php Disallow: /catalog/imagemagic.php Disallow: /catalog/product_reviews.php # End robots.txt file
I believe spiders avoid https pages but I have some in that list anyway. Some of these pages I added because I had seen they were listed in google and I didnt realy want them there and wanted to prevent other search engines showing them too.
I ocassionaly review my search engine listings to see if there are pages listed I dont really want there and add them to the list. I prefer to only have my product and category pages listed but do allow my contact page and so on to be spidered.
Hope this helps... of course you'll have to edit that list to be what you prefer.
I looked at your site; very nice.
#58
Posted 13 February 2007, 00:09
c-m, on Feb 12 2007, 08:01 PM, said:
Oh, the install went fine and seems to be working, but now I have a random < at the top centre of my pages.
any ideas?
you can see it here
You have to check your code, you probably have an open bracked in the code you pasted in
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#59
Posted 19 February 2007, 17:35
toyicebear, on Feb 12 2007, 07:09 PM, said:
I have just ran into the same problem. a random > is at the top of every page I replaced
<title><?php echo TITLE; ?></title>
with
<?php # cDynamic Meta Tags /*<title><?php echo TITLE; ?>*/ require(DIR_WS_INCLUDES . 'meta_tags.php'); # ?>
is it possible that the contrib may have a open bracket in one of the files?
The contrib I installed is cDynamic_Meta_Tags v1.6
My site is Site
Please let me know if someone finds the fix
Thanks
#60
Posted 20 February 2007, 00:44
BuckNrut, on Feb 19 2007, 05:35 PM, said:
in one of the files?
The contrib I installed is cDynamic_Meta_Tags v1.6
Thanks
I had a look and you seem to have fixed it yourself
Please post where you found the open bracket so that other with the same problem can find it easily...
Edited by toyicebear, 20 February 2007, 00:45.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.














