- Code: Select all
<img src="[-- OUTPUT_DIRECTORY_URL --]/media/ss_size1/[-- IMAGE PRODUCT.Graphic --]" alt="[--PRODUCT.Field11--]" border="0">
On very large sites subdirectories are often used. It would be helpful to be able to add on a custom PRODUCT.FieldX to an image tag that includes the file path, name and image directory based on what is in the product database.
Page templates are even more difficult. [-- PAGE.LinkGraphic --] will give you the correct resized image with an alt tag equal to page name, but there is no way to customize or add on more info like a title tag. This:
- Code: Select all
<img src="[-- OUTPUT_DIRECTORY_URL --]/[-- IMAGE PAGE.LinkGraphic --]" alt="[-- PAGE.LinkName --]" border="0">
only works IF your images are all in the media directory and you are using the original size. There is no way to add the size you want of the image.
What would be very helpful for SEO would be the ability to call the image in a page OR product template and add on to it custom information. I am a webdesigner with approximately 30 clients that would use this feature.
Thanks for your consideration of this feature.