Forum Moderators: phranque

Message Too Old, No Replies

web speed advice and seo

         

meelosh

10:34 pm on May 17, 2010 (gmt 0)

10+ Year Member



Appologies if this is the wrong forum but this is a little bit of a few things....so i dont quite know where it should go. I have a site that is performing well in the serps but has high res images in a image rotator on 90% of the pages. This affects the speed onload a little (allot). the image rotator is javascript based and basically uploads all the high res images and then shuffles through them by having a fade transition and changing z-index. i cannot compromise the image sizes as it affects the hi res end result.....so all functions well except in slower countries it struggles a little with the image uploads.
I would like to change the rotator to an swf/xml rotator where the images are still rotated and transitioned but the images are requested by the xml file when needed so the page loads quicker as at the most it only needs one of the hi res images at a time....so this solves the speed issue but i do not want the seo compromised at all..and this is my main concern. the hi res images have alt="" so no alt-names.
will a switch like this on roughly 700 pages affect anything with a site that is already performing well but needs a little turbo boost. I have looked into this especially since gorge announced the site speed issue and i have noticed that some of my competitors for this site load a little quicker.....hope this all makes sense and i would appreciate any advice or input on the "seo" being compromised or not..thanks

digitalv

5:27 pm on May 28, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Couldn't you just make it so the images aren't actually retrieved, then fetch them with body onLoad?

This way the SE won't even know they exist.

phranque

11:27 am on May 29, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



i would suggest using thumbnails of the images with the appropriate alt attribute value for each img tag in the html document.
then use javascript to make the thumbnails disappear and rotate the hi-res images in their place.
that way you have an accessible document that has the alt attribute values you want, doesn't require flash or javascript, and won't request the hi-res images immediately nor unless the user agent supports javascript.

meelosh

10:09 pm on Jun 3, 2010 (gmt 0)

10+ Year Member



thanks guys for the reply and sorry i am only getting back now....i have been slammed.
both suggestions will get a closer look so i appreciate it.
thanks