Does anyone know if there is a way to attach alt tags for our images? We have SOOO many photos on our web site and would love to see some of them come up in searches. From what I understand, that's important.
Announcement
Collapse
No announcement yet.
ALT tags for images
Collapse
X
-
The product images on my site have alt tags associated with them as part of the software. As far as the other images, you can add those yourself using the alt attribute in your html code.
One sidenote, Target settled a suit a few years ago because they didn't have alt tags on their images on their website.
-
Originally posted by GoldenEagleOutdoors View Post. . . As far as the other images, you can add those yourself using the alt attribute in your html code
Comment
-
You need to manually edit the template page which controls your item detail pages. For us the page is listing_0.html. For example there is a line there that looks like:
Code:<img src="thumbnail.asp?file=[image1]&maxx=300&maxy=0" id="large" name="large" alt="[name]" width="190px">
Comment
-
Again for me it was listing_0.html. I believe the listing_# file depends on which options you are using for your item display. You can experiment to see which one it is. You have to use FTP to download the file and put it in your template folder.
Comment
-
Alt tags are definitely needed for seo since bots can't see pictures the alt tag is content. We do them all on our sites.
We probably haven't got them all but for spacers/corners and such we also put alt tags like spacer or pixel.gif/corner/ect in as well to comply with 'proper' html rules. If you do a site validation it will give you warnings if they are missing. Don't know that it affects ranking but it's my understanding that bots like properly coded sites so may not like pics with no info.
Who knows? Maybe one day we'll hit the first page for 'spacer' :-)Last edited by mondo; 08-20-2010, 01:29 PM.
Comment
-
Hello,
I am trying to work out how to enter the alt tags for my images. I am very aware of the HTML code to use for alt tags and very familiar with the concept but I can't find out how to enter them for my product images.
When you guys are talking about ALT tags for images are you really referring to the caption space in the products manager under the picture itself. Will the alt tag be created by the product caption or is this really the alt tag and 3dcart have decided to call it "Caption"?
We are just building our store and want to ensure my SEO is as good as it can be and I know ALT tags are so important.
Many Thanks,
Comment
Comment