View Single Post
  #1  
Old 11-24-2004, 09:01 AM
 
belservice belservice is offline
 

Advanced Member
  
Join Date: Jul 2004
Posts: 38
 

Default HELP on installed meta tag mod

I have installed the free mod from http://www.bcsengineering.com/store/customer/product.php?productid=88&cat=7&page=1

Since i use this modification to have better product keywords now i have two times the meta keyword tag. Not the same meta tags but what will search engines do if they see that you have 2 line for the meta keyword tag? probally i will be penalized. It seems that the mod works fine but there is an error some where that creates double meta keyword tag.

Take a look at our site and see the page source : http://www.belservice.com/customer/product.php?productid=24404&cat=250&page=1

Is there somebody in here that know about this? and can tell me what code do i need to change to make this work better? Thanks for the help.

I have x-cart version 3.5.8

Below you can find my actual meta.tpl file. I think some code is not ok in there?

{* $Id: meta.tpl,v 1.13.2.2 2004/05/20 08:25:04 mclap Exp $ *}
<meta http-equiv="Content-Type" content="text/html; charset={$default_charset|default:"iso-8859-1"}">
{* BCSE Begin *}
{if $product.fulldescr ne ""}
<meta name="description" content="{$product.fulldescr|strip_tags:true|strip |truncate:150}">
{elseif $product.descr ne ""}
<meta name="description" content="{$product.descr|strip_tags:true|strip|tru ncate:150}">
{else}
{* BCSE End *}
<meta name="description" content="Bij belservice.nl goedkoop alle gsm en vaste telefoon toestellen. Alle merken van Nokia, sonyericsson, siemens, samsung tot sagem en sendo. Tevens vindt u bij belservice.nl alle accesoires voor uw gsm. Bluetooth headsets, frontjes en laders. Uiteraard altijd laag geprijst. Bedrijven kunnen ook terecht bij belservice.nl. Wij hebben vele isdn centrales, isdn en dect telefoon toestellen en alles wat u nodig heeft voor uw bedrijfs communicatie. Zakelijke klanten krijgen altijd extra korting. In ons assortiment vindt u siemens gigaset, tiptel en vele andere merken.">
{/if} {* BCSE added *}
{* BCSE Begin *}
{if $product_meta_keywords ne ""}
<meta name="keywords" content="{$product_meta_keywords}">
{else}
{* BCSE End *}
<meta name="keywords" content="gratis GSM mobieltje, gsm accessoires, gsm aanbiedingen, cashback abonnement, abonnement afsluiten, headsets, bluetooth, carkits, frontjes, datakabels, nokia, samsung, motorola, siemens, sonyericsson, panasonic, kpn, orange, hi, telfort, debitel, vodafone, t-mobile, dect, isdn adsl, telecom advies">
{/if} {* BCSE added *}
{if $usertype eq "P" or $usertype eq "A"}
<meta name="ROBOTS" content="INDEX">
<meta name="ROBOTS" content="FOLLOW">
{/if}
{if $current_category.meta_tags ne ""}
<meta name="keywords" content="{$current_category.meta_tags}">
{/if}
{if $webmaster_mode eq "editor"}
{if ($usertype eq "P" or $usertype eq "A") and $current_language ne ""}
<script>var store_language = "{$current_language}"</script>
{else}
<script>var store_language = "{$store_language}"</script>
{/if}
<script>
var catalogs = new Object();
catalogs.admin = "{$catalogs.admin}";
catalogs.provider = "{$catalogs.provider}";
catalogs.customer = "{$catalogs.customer}";
catalogs.partner = "{$catalogs.partner}";
catalogs.images = "{$ImagesDir}";
catalogs.skin = "{$SkinDir}";
</script>
{if $user_agent eq "ns"}
<script src="{$SkinDir}/editorns.js"></script>
{else}
<script src="{$SkinDir}/editor.js"></script>
{/if}
{/if}[/url]
__________________
www.belservice.nl
Linkexchange with two websites go to http://www.belservice.com/partners/ and add link.
x-cart: 3.5.8
Reply With Quote