Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
As long as the images are viewable in the source of the page, the images will be viewable by search engines. (doesn't matter if the HTML is generated by PHP).
If the images are generated by and inserted with JavaScript, they won't be viewable in the source, and will be considered to be absent by search engines. This does not mean that just because JavaScript is used, that the associated content is invisible, because JavaScript can be used to manipulate already existing HTML elements, which would be considered "static" and hence viewable by search spiders.
By the way, the names of the images won't matter a lick as long as you include an alt attribute. The name of an image is only a fallback to identify it, if no alt attribute is present.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 05-15-2009 at 03:33 PM..
|