Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Tags SEO


Jack_mcs

Recommended Posts

Hello

 

This is very important contribution and big thanks to all developers.

 

Question:

I have version V_3.0.8 installed at my heavy modified store. What is the most correct way to upgrade to V_3.1.5 ?

Replace the files and add the database changes which are in the update files.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Thank you for your Work.

I have Header Tags SEO 3.13 installed and it works. But i have one mistake:

 

 

Google find : http://www.online-shop.de/-c-26.html

 

But the Produkt URL is : http://www.online-shop.de/new-productxyz-c-26.html

 

You can open both - but is this not duplicated Content ??

 

 

Hope you can understand me

Header Tags doesn't have anything to do with the url. The problem you are having is with Ultimate SEO. See my comments about which version to use.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I dont use Ultimate SEO - Only Header Tags SEO

 

Isn´t that from header tags seo contri? : http://www.mgsl.de/headertags.jpg

You have to be using some url rewriter code since those are not standard oscommerce links. And no matter what that code is, it isn't a Header Tags problem since Header Tags doesn't control the url's.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi,

 

I have just downloaded HeaderTags_SEO_V_3.1.5, i'm going through the install instructions in the Install_Catalog.txt file and it has asked me to replace the following snippet of code in the index.php file.

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

 

I can't find this snippet anywhere in the index.php file

 

I'm on V2.2 of osCommerce. i bought it with a template 2weeks ago. so i believe i'm on the latest version of osCommerce. could this code potentially be in another php file?

Edited by letsdance
Link to comment
Share on other sites

You have to be using some url rewriter code since those are not standard oscommerce links. And no matter what that code is, it isn't a Header Tags problem since Header Tags doesn't control the url's.

 

Jack

 

 

Hehe you are right - i forgot the install Ulitmate SEO (because of autoinstall)

 

Sorry to bother you

Link to comment
Share on other sites

I can't find this snippet anywhere in the index.php file

 

I'm on V2.2 of osCommerce. i bought it with a template 2weeks ago. so i believe i'm on the latest version of osCommerce. could this code potentially be in another php file?

No, it means the template has modified your file. A modified file cannot be handled here due to the vast number of modifications. You'll have to figure out how to add the code, skip that part, or pay someone to change it for you.

 

Jack

Edited by Jack_mcs

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I fill logo text in all pages on Header tags Seo 3.1.4 -> page control, but the title and alt tags of the Store Logo remain "CatiniPipe" (the name of my store)

This is the code of includes/header.php:

 

	<?php /*** Begin Header Tags SEO ***/ ?>
<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', (tep_not_null($header_tags_array['logo_text']) ? $header_tags_array['logo_text'] : STORE_NAME)) . '</a>'; ?></td>
<td valign="middle"><img src="/images/ruotapipe.jpg" alt="Pipe" align="right"></td>
<?php /*** End Header Tags SEO ***/ ?>

 

I don't know the reason of problem. I have notice of 22 items with missing meta tag information, but with "Add missing page" in page control I don't resolve the problem. I don't know if these problems are related.

Thanks in advance.

Link to comment
Share on other sites

I fill logo text in all pages on Header tags Seo 3.1.4 -> page control, but the title and alt tags of the Store Logo remain "CatiniPipe" (the name of my store)

This is the code of includes/header.php:

 

 

I don't know the reason of problem. I have notice of 22 items with missing meta tag information, but with "Add missing page" in page control I don't resolve the problem. I don't know if these problems are related.

Thanks in advance.

Check the page that is missing the logo text in Page Control and make sure something is entered there. If it is, try looking at the page in IE (if that isn't what you are using). If that works, then the problem is that you need to add a title attribute, which was just recently explained.

 

Missing meta tag information refers to a product or category. It is usually due to a missing title for that item.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Check the page that is missing the logo text in Page Control and make sure something is entered there. If it is, try looking at the page in IE (if that isn't what you are using). If that works, then the problem is that you need to add a title attribute, which was just recently explained.

 

Missing meta tag information refers to a product or category. It is usually due to a missing title for that item.

 

Jack

 

I have updated to Header Tags Seo 3.1.5 and work ok, I think that I haven't updated a file when I change from 3.1.3 to 3.1.4.

Now I can check missing meta tag information of products or categories!

Link to comment
Share on other sites

Hi Jack,

 

I still trying to get header tags working but the code in my index and products_info seems a lot different than in the installation manual. I'm not a pro with php and hope you can help me. I don't understand why my version of oscommerce uses different type of coding than the original rc2a. Bought a template at templatemonster. Thanks in advance.

 

My code is:

 

$cPath_new = tep_get_path($categories['categories_id']);

 

$p_pic_sub = '<a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a>';

 

$p_name_sub = '<a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . $categories['categories_name'] . '</a>';

 

Installation.txt code:

 

<?php /*** Begin Header Tags SEO ***/ ?>

<td><h1><?php echo $category['categories_htc_title_tag']; ?></h1></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

<?php if (tep_not_null($category['categories_htc_description'])) { ?>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td colspan="2"><h2><?php echo $category['categories_htc_description']; ?></h2></td>

</tr>

<?php }

/*** End Header Tags SEO ***/

?>

Link to comment
Share on other sites

I still trying to get header tags working but the code in my index and products_info seems a lot different than in the installation manual. I'm not a pro with php and hope you can help me. I don't understand why my version of oscommerce uses different type of coding than the original rc2a. Bought a template at templatemonster.

That's why. See the previous posts regarding installing it into sites with templates.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Go to page control for the page with those entres and erase them.

 

Jack

 

Dear Jack,

As far as I understand I have followed the instructions for 'how to operate' but my products keywords meta on new product page all come out as "keywords1,keywords2" followed by the keywords that I have actually entered on the product page in Admin.

The same goes for “products new description” See Below.

 

Please let me know how te delete these "keywords1,keywords2" and “products new description”

from the source page.

Thanks in advance

Rene

 

<title>Supplement-Boost - Cordyceps Sinensis Sport extract CS-4</title>

<meta name="Description" content="products new description - Cordyceps Sinensis Sport Extract 100 capsules van 750mg a 14.45 gratis bezorging" />

<meta name="Keywords" content="products new keywords1,keywords2 , voedingssupplementen, Cordyceps, Sinensis, Solarsin, sport, gezondheid, kracht, vitaliteit, extract, capsules, sporters, uithoudingsvermogen, V02max, herstel, ATP, testosteron, libido, seks, gezondheid" />

<meta name="robots" content="noodp" />

<meta name="slurp" content="noydir" />

<link rel="canonical" href="http://www.supplement-boost.com/cordyceps-sinensis-sport-extract-p-41.html" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- EOF: Header Tags SEO Generated Meta Tags -->

 

 

Hi Jack.

That is what i did in the first place. For some reason erasing "description" and "keywords1,keywords2" on the page control

does not help.

Is there something else I should do?

 

Thanks in advance

Rene

Link to comment
Share on other sites

Hi Jack.

That is what i did in the first place. For some reason erasing "description" and "keywords1,keywords2" on the page control

does not help.

Is there something else I should do?

 

Thanks in advance

Rene

If you are talking about the default text that comes with the contribution, that is the only place it is entered. If you go back to Page Control and don't see it there, then you are looking at a cached version of your shop. If you still see it there, then your installation isn't working correctly.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

If you are talking about the default text that comes with the contribution, that is the only place it is entered. If you go back to Page Control and don't see it there, then you are looking at a cached version of your shop. If you still see it there, then your installation isn't working correctly.

 

Jack

 

Thank you for your advise. I have upgraded your contri up to and including 3.1.5 - It is working fine now.

 

I only found this comment on the fill tags page:

 

Categories

 

Filter by Category

(NOTE: This list allows multiple selections.)

Fatal error: Call to undefined function smmultiselectmenu() in /www/s/u/p/supplement-boost.com/public_html/admin/header_tags_fill_tags.php on line 480

 

This is line 480:

<td class="smallText"><?php echo SMMultiSelectMenu('catfiles[]', $categoryFiles, $selectedCats, ' disabled style="width: 345;" size=' . $listLength . ' id="add_generic_cat_filterlist"'); ?></td>

 

Can you help?

 

Thanks in advance

Rene

Link to comment
Share on other sites

When I open specials.php, only in this page and not in other pages, I have these warnings. The warnings not appears in italian and english languages but appears in other languages.

 

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 63

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 64

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 66

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 63

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 64

Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.catinipipe.com/home/includes/functions/header_tags.php on line 66

 

In my includes/functions/header_tags.php

 

63 $header_tags_array['title'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['title'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

64 $header_tags_array['desc'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['description'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

65 $header_tags_array['keywords'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_KEYWORD . ' ', $sortOrder['keywords'])), ' ' . HEADER_TAGS_SEPARATOR_KEYWORD);

66 $header_tags_array['logo_text'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['logo'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

 

Why can see the warnings only in specials.php and in other languages, exclude italian and english?

Bye

Link to comment
Share on other sites

Check the specials page in page control and make sure there is an entry for all languages you want to use.

 

Jack

 

Yes, I simply fill entries for all languages and the error has disappears.

Thanks!

Link to comment
Share on other sites

Hey there Jack, I tried to install the contrib but it says no public download, is there another contrib you could suggest? Thanks

You can't upload to it but you can download it for use.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi all,

 

I have installed this contribution and now I got small problem.

 

When I am choosing in shop any subcategory it showing me

 

?>

 

Category name

 

when I will go to subcategory everything looks fine.

 

 

which file I should start looking for this error to rid off "?>" ?

 

regards

che

Link to comment
Share on other sites

which file I should start looking for this error to rid off "?>" ?

In the one that is displaying the error. Look in the url.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

In the one that is displaying the error. Look in the url.

 

Jack

 

well, actually I have installed ultimate tag seo so in address box it showing me

 

productcategoryname-c-21.html

 

If you could tell me which file is responsible for displaying category content maybe it will lead me where to look for solution.

 

regards

che

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...