I'm building a photo gallery that fades in images using JS. In order to have the images show when JS is not turned on i'm hiding the images with JS immediately on page load before fading them in.
I know it's 'illegal' to have text just for crawlers then hide it from real users with JS so I'm worried that a search engine crawler will see that I'm hiding images after page load and penalize the page.. even though i am turning them back on again.
Should i be worried?
Also... is there a SE safe way to fade in text?
Thanks!
I know it's 'illegal' to have text just for crawlers then hide it from real users with JS so I'm worried that a search engine crawler will see that I'm hiding images after page load and penalize the page.. even though i am turning them back on again.
Should i be worried?
Also... is there a SE safe way to fade in text?
Thanks!
Comment