Denver Prophit Jr. Posted August 9, 2015 Share Posted August 9, 2015 Current functionality only allows for ONE alt tag that repeats for every image. Please support my feature request at http://forge.prestashop.com/browse/PSCSX-6496 to allow store owners the ability to define image ALT tags per image uploaded. Link to comment Share on other sites More sharing options...
musicmaster Posted August 9, 2015 Share Posted August 9, 2015 Triple Edit offers that possibility. And it is free. 1 Link to comment Share on other sites More sharing options...
Paulito Posted August 9, 2015 Share Posted August 9, 2015 Hello It would be great if you could state the benefits for having more than one ALT tag Paul 1 Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 9, 2015 Author Share Posted August 9, 2015 (edited) Certainly HelloIt would be great if you could state the benefits for having more than one ALT tagPaul Certainly! https://support.google.com/webmasters/answer/114016?hl=en Each image is unique searchable content on the web. Each image should semantically describe the contents of that photo. Image searches do lead to sales conversions. Duplicate ALT tags do harm. Extending SQL records of each alt tag would help assist theme designers using twitter bootstrap to create image carousels similar to http://www.w3schools.com/bootstrap/bootstrap_ref_js_carousel.asp Edited August 9, 2015 by Denver Prophit Jr. (see edit history) 3 Link to comment Share on other sites More sharing options...
Paulito Posted August 9, 2015 Share Posted August 9, 2015 Hello again Thanks for the answer, now I am sure that other forum members will appreciate you topic and hopefully make a difference. Paul 3 Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted August 10, 2015 Share Posted August 10, 2015 (edited) Current functionality only allows for ONE alt tag that repeats for every image. Please support my feature request at http://forge.prestashop.com/browse/PSCSX-6496 to allow store owners the ability to define image ALT tags per image uploaded. As far as i know, the features you've requested has been available since PrestaShop v.1.6.1.0 (current latest version). It's called as "captions image" (used as img title and alt). Not a feature where you can define img alt before upload, but more likely a feature to edit after upload. But the given feature is not good enough for my clients and me, because it will be too time consuming to open each product editor page one by one just for editing the image caption (for all products which already published). So i've develop a custom module where user can edit the product image caption with ease in one place. Edited: Link to Paid module has been removed as requested Edited August 10, 2015 by gonebdg - webindoshop.com (see edit history) Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 10, 2015 Author Share Posted August 10, 2015 As far as i know, the features you've requested has been available since PrestaShop v.1.6.1.0 (current latest version). It's called as "captions image" (used as img title and alt). Not a feature where you can define img alt before upload, but more likely a feature to edit after upload. product-caption-edit.png But the given feature is not good enough for my clients and me, because it will be too time consuming to open each product editor page one by one just for editing the image caption (for all products which already published). So i've develop a custom module where user can edit the product image caption with ease in one place. Product Image Captions Editor (PICE) Module. Why are you spamming my forum thread and trying to sell a module. Please delete your link. Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 10, 2015 Author Share Posted August 10, 2015 And no. They core doesn't support what I have requested. You change ALL of the ALT tags to be the same. That isn't good image SEO practice. Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted August 10, 2015 Share Posted August 10, 2015 And no. They core doesn't support what I have requested. You change ALL of the ALT tags to be the same. That isn't good image SEO practice. No, in PS v.1.6.1.0 you can update each image caption, please see my attachment image on the previous post above. There is a drop down where you can select which image will be associated with the captions, and this captions image will be used as value for the title and alt of the img tag (default-bootstrap theme) The dropdown will have an options something like this : All captions --> If you want to change all image captions Position 1 --> If you want to change image captions for the product image at position 1 Position 2 --> If you want to change image captions for the product image at position 2 Position 3 --> If you want to change image captions for the product image at position 3 Position 4 --> If you want to change image captions for the product image at position 4 For more detail, see ../controllers/admin/AdminProductsController.php public function processImageLegends() 2 Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 10, 2015 Author Share Posted August 10, 2015 I'll test that again. Each image uploaded should keep its own ALT title. And the smarty tag value should be different for each image. I think it inherited the same from 1.6.0.x where only one smarty tag was presented as ALT for all images... I'll reply tomorrow after testing the latest stable 1.6.1.x Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 10, 2015 Author Share Posted August 10, 2015 That worked in testing. Closing Forge issue. Link to comment Share on other sites More sharing options...
qiherbs Posted October 7, 2016 Share Posted October 7, 2016 I am trying to figure out where in the product csv file you set the value for the "image alt text" Am I understanding this correct there is none? Link to comment Share on other sites More sharing options...
Attrexx Posted January 22, 2018 Share Posted January 22, 2018 I am sorry to bring this baby back into attention but we still struggle with this issue. Situation is as follows: - site: https://larysa.ro (running on PS 1.6.1.9) - we absolutely need unique product image names and ALTs for SEO purposes - using the provided drop-down on Images tab of product edit page, meant to assign different ALT fields to each image is time consuming, because we have to edit product-by-product, image by image. We have hundreds of products, with ~5 images each I am just wondering if any of the below ideas are feasible: For future uploads: Can't we create an override to a controller to automatically add an unique identifier to each image name/ALT? Like versioning? For existing images: Can't we obtain an SQL query to pull each image name/ALT and attach to it an unique identifier? I know it's shooting in the dark but we are really desperate to find a solution to this after realizing PS does not really like unique fields when it comes to product images 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