Questions tagged [alt-attribute]

The alt attribute is used in HTML and XHTML documents to specify alternative text (alt text) that is to be rendered when the element to which it is applied cannot be rendered.

The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.

The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

56 questions
80
votes
8 answers

How bad is it to use display: none in CSS?

I've heard many times that it's bad to use display: none for SEO reasons, as it could be an attempt to push in irrelevant popular keywords. A few questions: Is that still received wisdom? Does it make a difference if you're only hiding a single…
Andy
  • 1,481
  • 2
  • 15
  • 22
12
votes
2 answers

Do image backlinks count as backlinks?

If I have lots of images appearing tumblr blogs, the sort of tumblogs with very little text just reams and reams of images for people to browse through. If my image is embeded in their site like this :
sam
  • 4,645
  • 5
  • 40
  • 68
11
votes
3 answers

Is it OK to use same text for title and alt text for an image?

Should the title and the alt tags have completely different text for a certain image? Or is it OK if I use the same text for both the title tag and alt tag? The text would be different for every image of course. So image1 would have one text for the…
ClawDuda
  • 1,197
  • 2
  • 12
  • 23
11
votes
3 answers

Difference between alt and title of img - which one to use - and impact

For years I've been writing my HTML for images like this: my picture But I recently ran a audit of my site using Raven SEO tools and it reported loads of errors which I was really surprised with. When I went through…
sam
  • 4,645
  • 5
  • 40
  • 68
7
votes
2 answers

Are there any length limitations for image alt or title property?

I'd like to insert an image on a webpage with an alt property. But the text length I'd like to use for this alt property is pretty long: about 200 words (slightly less than 1000 characters). Moreover this text has some line breaks. I have some…
Roman Matveev
  • 931
  • 1
  • 11
  • 24
7
votes
5 answers

Does using an img title attribute in addition to the alt attribute help image SEO?

Is there any SEO reason to add title after alt attribute of image? Funny Cat vs Funny Cat I know the title will be as tooltip for user, I'm just asking as SEO…
5
votes
1 answer

Image description tag, does it have any contribution to SEO today?

When I build image tags, I always add Image ALTs & Image Titles. A few years ago I worked with Drupal 6. When you added images in Drupal 6 you could add three things: Image ALTs. Image Titles. Image Description. The option to add description to…
user58733
5
votes
2 answers

Images as hyperlinks and SEO implications

I manage several websites, one of which is an e-commerce site with a lot of images. At the top of some product category pages, there are image links to specific products (think image banners). I am curious how others handle images as links and what…
CreMedian
  • 103
  • 1
  • 8
5
votes
2 answers

Can alt text be the same for multiple product images?

On our product pages, we have a main image of the product as well as several "zoomed in" images that highlight different parts of the product. I am assuming that using the exact same alt text for the zoomed in images is not recommended? Is there any…
ma77c
  • 315
  • 4
  • 12
4
votes
2 answers

Should it be beneficial to put dot (period) in the end of Image Title tag's text or ALT text?

When I looked in the Google for such data I found only one article that deals with ALT attributes and (if I understood correctly) clues that indeed it is logical to put dots in the end of ALT text especially when it's a sentence; What about Image…
user58733
4
votes
1 answer

SEO issues using the same `src` for a sprite sheet, but each time with a different `alt` attribute

Ive got a site that uses some images as UI graphics, the sort of thing is : loading gif slider next / prev arrow modal close X etc.. In total there are about 10 images, each <8kb so download speed isnt that much of an issue but the amount of…
sam
  • 4,645
  • 5
  • 40
  • 68
4
votes
2 answers

Google excerpt shows only alt, not normal

text

Problem Here is how my website appears on Google when I search for "CMIS": Screenshot of CmisSync: Menu/etc are the values of alt= attributes that I have written for three images towards the bottom of the page. This website has not changed for a…
Nicolas Raoul
  • 459
  • 2
  • 18
4
votes
3 answers

Should have an alt tag?

I want to follow good SEO practices by adding alt tags to all my images. For Facebook sharing, I have this code: Can I add an alt="Facebook image" to that?
AllieCat
  • 153
  • 1
  • 1
  • 5
4
votes
2 answers

SEO: Using the same image on separate webpages with different 'alt' tags.

If I use same image URL on separate webpages with different alt tags for each, will it have any negative impact on SEO? What is the best practice to utilize the same image on separate webpages?
Rana
  • 739
  • 2
  • 6
  • 20
4
votes
6 answers

Is there any SEO problem with using a blank image alt attribute (alt="")?

According to this article, it's perfectly valid to use alt="" on purely decorative images. For example, if there is a graph showing some data which is detailed on the the page contents, any alt value other than the empty string would be…
Metalcoder
  • 151
  • 1
  • 7
1
2 3 4