Jump to content
xt:Commerce Community Forum

Und wieder Titel und Metatags...


Recommended Posts

Ich drehe durch!

Hier waren schon zahlreiche Threads zu diesem Problem,nämlich, dass man für jede Unterkategorie bzw. Produkt einen Titel + Metabeschreibung hat.

Ich habe einen Shop (neuste Version von XT). Habe für jeden einzelnen Produkt eigenständige Titel und metagtags vergeben... Und trotzdem steht oben immer nur der Titel der index Seite...

Bin ich zu blöd???

Vielen Dank an euch im Voraus,

Gruss,

Laura

Link to comment
Share on other sites

Ist in der Datei metatags.txt hier vielleicht ein Fehler?

?>

<meta name="robots" content="<?php echo META_ROBOTS; ?>" />

<meta name="language" content="<?php echo $_SESSION['language_code']; ?>" />

<meta name="author" content="<?php echo META_AUTHOR; ?>" />

<meta name="publisher" content="<?php echo META_PUBLISHER; ?>" />

<meta name="company" content="<?php echo META_COMPANY; ?>" />

<meta name="page-topic" content="<?php echo META_TOPIC; ?>" />

<meta name="reply-to" content="<?php echo META_REPLY_TO; ?>" />

<meta name="distribution" content="global" />

<meta name="revisit-after" content="<?php echo META_REVISIT_AFTER; ?>" />

<?php

if (strstr($PHP_SELF, FILENAME_PRODUCT_INFO)) {

if ($product->isProduct()) {

?>

<meta name="description" content="<?php echo $product->data['products_meta_description']; ?>" />

<meta name="keywords" content="<?php echo $product->data['products_meta_keywords']; ?>" />

<title><?php echo TITLE.' - '.$product->data['products_meta_title'].' '.$product->data['products_name'].' '.$product->data['products_model']; ?></title>

<?php

} else {

?>

<meta name="description" content="<?php echo META_DESCRIPTION; ?>" />

<meta name="keywords" content="<?php echo META_KEYWORDS; ?>" />

<title><?php echo TITLE; ?></title>

<?php

}

} else {

if ($_GET['cPath']) {

if (strpos($_GET['cPath'], '_') == '1') {

$arr = explode('_', xtc_input_validation($_GET['cPath'], 'cPath', ''));

$_cPath = $arr[1];

} else {

//$_cPath=(int)$_GET['cPath'];

if (isset ($_GET['cat'])) {

$site = explode('_', $_GET['cat']);

$cID = $site[0];

$_cPath = str_replace('c', '', $cID);

}

}

$categories_meta_query = xtDBquery("SELECT categories_meta_keywords,

categories_meta_description,

categories_meta_title,

categories_name

FROM " . TABLE_CATEGORIES_DESCRIPTION . "

WHERE categories_id='" . $_cPath . "' and

language_id='" . $_SESSION['languages_id'] . "'");

$categories_meta = xtc_db_fetch_array($categories_meta_query, true);

if ($categories_meta['categories_meta_keywords'] == '') {

$categories_meta['categories_meta_keywords'] = META_KEYWORDS;

}

if ($categories_meta['categories_meta_description'] == '') {

$categories_meta['categories_meta_description'] = META_DESCRIPTION;

}

if ($categories_meta['categories_meta_title'] == '') {

$categories_meta['categories_meta_title'] = $categories_meta['categories_name'];

}

?>

<meta name="description" content="<?php echo $categories_meta['categories_meta_description']; ?>" />

<meta name="keywords" content="<?php echo $categories_meta['categories_meta_keywords']; ?>" />

<title><?php echo TITLE.' - '.$categories_meta['categories_meta_title']; ?></title>

<?php

} else {

if ($_GET['coID']) {

$contents_meta_query = xtDBquery("SELECT content_heading

FROM " . TABLE_CONTENT_MANAGER . "

WHERE content_group='" . $_GET['coID'] . "' and

languages_id='" . $_SESSION['languages_id'] . "'");

$contents_meta = xtc_db_fetch_array($contents_meta_query, true);

?>

<meta name="description" content="<?php echo META_DESCRIPTION; ?>" />

<meta name="keywords" content="<?php echo META_KEYWORDS; ?>" />

<title><?php echo TITLE.' - '.$contents_meta['content_heading']; ?></title>

<?php

} else {

?>

<meta name="description" content="<?php echo META_DESCRIPTION; ?>" />

<meta name="keywords" content="<?php echo META_KEYWORDS; ?>" />

<title><?php echo TITLE; ?></title>

<?php

}

}

}

?>

Link to comment
Share on other sites

Hallo

also der Titel ist da

<title>LR Einkaufsportal | Hier LR Partner werden | Aloe Vera | Colostrum | Parfum | Kosmetik | LR Berater werden - LR Einkaufsportal | Jungleman Eau de Parfum in spezieller Valentins-Geschenkschachtel Jungleman Valentins-Edition 2441</title>

nur ewig lang und dadurch nach rechts verschoben kannst du mal deinen reinen Shoptitel unter Admin - Mein Shop - Name des Shops kürzen, zb.
LR Kosmetik und Parfum Shop

und dann mal testen

Gruß

Norbert

Link to comment
Share on other sites

Vielen Dank Norbert! Darauf wäre ich niemals gekommen!

Ich habe den Titel geändert. Wenn ich auf einer Kategorie gehe, kommen keine Titel, obwohl ich welche vergeben habe. Bei den Produkten kommt aber ein Titel, das is schon mal was.

Wenn meine Hauptseite so einen kurzen Titel hat, kann es sich auf meine Ergenisse in den Suchmaschinen aufwirken?

Link to comment
Share on other sites

Ja Shopstat habe ich installiert.

Und mit der Sitemap habe ich sowieso Probleme, Google kann darauf nicht zugreifen. (bin für Google Webmaster Tools angemeldet und sehe es immer wieder, dass es nicht funktioniert).

Dafür, dass ich nicht viel gemacht habe für den Shop habe ich recht gute Ergebnisse bei Google.

Vielleicht wären diese Ergebnisse noch besser, wenn ich die Probleme mit der Sitemap behebe. (?)

Warum fragst Du ? Macht deines Wissens Shopstat Probleme?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...