Hi,
I'm trying to identify the cause of a google penalty and was wondering if you guys think this is keyword stuffing.
I have always been careful not to stuff and read a lot about keywords and from what I read this looks ok to me, and the articles i read suggested that this is how it should be done.
I am querying the title and alt tag setup I have in place, can you let me know if you think it is stuffing.
I have a picture website, it has a picture which is a link and under that a text link so...
Picture
Text
so the code looks like this
<a href="/folder/gallery_name" title="Gallery Name">
<img src="/cache/thumbnails/imagename.jpg" title="Gallery Name" alt="Gallery Name"></a>
<br>
<h2><a href="/folder/gallery_name" title="Gallery Name">Gallery Name</a></h2>
the gallery name is unique to each gallery e.g. the gallery might be called, Beautiful Beach at Sunset, so the code would be:
<a href="/folder/Beautiful_Beach_at_Sunset" title="Beautiful Beach at Sunset">
<img src="/cache/thumbnails/imagename.jpg" title="Beautiful Beach at Sunset" alt="Beautiful Beach at Sunset"></a>
<br>
<h2><a href="/folder/Beautiful_Beach_at_Sunset" title="Beautiful Beach at Sunset">Beautiful Beach at Sunset</a></h2>
there might be 30 pictures in a gallery of the beach at sunset so this code would be on the page 30 times for each picture.
the last thing I want is to be accidentally keyword stuffing. I use both title and alt tags on images and I use title tag on all links as from what I have read this is correct?
Any advice appreciated :)