AndreasOe Posted August 16, 2005 Report Share Posted August 16, 2005 Bei der Produktanzeige wird ja der Titeltag aus Shopname+Produktname generiert. Aus Sumasicht ist es besser nur relevanteTags im Titel zu haben. Also ich m?chte, dass nur der Produktname angezeigt wird. So schaut der Titel jetzt aus: Parf?m, Kosmetik, K?rperpflege, Aloe Vera, LR - Aloe Vera Drink Gel Aloe Vera Drink Gel 8888-1 So soll er ausschauen: Aloe Vera Drink Gel Bitte um ausf?hrliche Beschreibung. kenn mich in php nicht aus. Wer kann mir helfen Gru? Andreas Link to comment Share on other sites More sharing options...
nom Posted August 16, 2005 Report Share Posted August 16, 2005 metatags.php Zeile 34: // Produktdetailsete <title><?php echo TITLE.' - '.$product_meta['products_meta_title'].' '.$product_meta['products_name'].' '.$product_meta['products_model']; ?></title> Zeile 64: // Kategorien <title><?php echo TITLE.' - '.$categories_meta['categories_meta_title']; ?></title> Zeile 70: // Standard <title><?php echo TITLE; ?></title> also Titel vertauschen ... Zeile 34: // Produktdetailsete <title><?php echo $product_meta['products_meta_title'].' '.$product_meta['products_name'].' '.$product_meta['products_model'] .' - '. TITLE; ?></title> Link to comment Share on other sites More sharing options...
AndreasOe Posted August 16, 2005 Author Report Share Posted August 16, 2005 Vielen dank f?r die schnelle Antwort. Hat alles geklappt. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.