cadeaumaestro Posted March 29, 2011 Share Posted March 29, 2011 Bonjour à tous !J'aimerai changer la façon dont est générée la meta description dans le cas où elle n'est pas remplie à la main. J'aimerai ainsi ajouter du texte après la reprise de la petite description d'une fiche produit pour améliorer mon taux de clic. Une idée du fichier à modifier ?Merci d'avance ! Link to comment Share on other sites More sharing options...
Broceliande Posted March 29, 2011 Share Posted March 29, 2011 Salut/classes/Tools.phpfonction getMetaTags($id_lang) exemple pour les produits : if (empty($row['meta_description'])) $row['meta_description'] = strip_tags($row['description_short']); return self::completeMetaTags($row, $row['name']); Si pas de valeur dans la bdd, retourne la description courte... Link to comment Share on other sites More sharing options...
cadeaumaestro Posted March 30, 2011 Author Share Posted March 30, 2011 Parfait ! Merci Broceliande c'est très sympa Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now