Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Just wondering if you can tell me if this is keyword stuffing:

<a title="purchase glasses" href=""><img alt="purchase glasses" title="purchase glasses" /><a>
<a title="purchase socks" href=""><img alt="purchase socks" title="purchase socks" /><a>

So I thought the following could be penalized:

  • 'purchase' is included with each product title & alt

  • the title is the same as the title and alt

Any ideas?

If this is safe could you please give an example of keyword stuffing. Thanks!

share|improve this question
Who wants to penalize you? – Predator Jun 16 '11 at 2:54
Google's algorithm takes a lot of variables into consideration and I imagine that it will penalize the page ranking from any obvious black hat SEO techniques, such as keyword stuffing. – Paul Mason Jun 16 '11 at 5:39
Wow. You've already missed the point. You're so concerned about search engines you're ruining your users' experience on your site. – John Conde Jun 16 '11 at 13:21

migrated from stackoverflow.com Jun 16 '11 at 6:40

2 Answers

up vote 0 down vote accepted

This wont be a Keyword stuffing. Since you are not repeating.

Suppose if you would have used as the following then it would have been keyword stuffing

<a title="purchase glasses, Purchase glass" href=""><img alt="purchase glasses purchase" title="purchase glasses purchase" /><a>

But it is advisable that you dont repeat the same word more than 2 times, its not a google recommended process.

What you have done is reasonable.

share|improve this answer
Where did the number 2 come from? That's oddly specific without an actual source being provided. – Su' Jun 16 '11 at 9:28

This is not keyword stuffing per se, but there is a point where adding keywords becomes superfluous. Using the same text for two titles and an alt tag isn't going to make the page rank any higher for that term than just using one.

You should certainly remove one of the title attributes: using one on the image an another on the link that contains it makes no sense.

Furthermore, you are using the alt attribute incorrectly - alt text should describe the content of the image. The title (on either the image OR link) would describe the action or the page being linked to.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.