문제

I'm currently designing my first website and I want to use a carousel style fading image sequence. I also want to include text over this that fades in and out such as this:

http://jsfiddle.net/azzWZ/

My question is, would the fact that this is all fading in and out affect the google crawl of my page? I know that SEO is not a science (at least not outside Google HQ) so does anyone have any experience of this affecting their search ranking?

도움이 되었습니까?

해결책

Google grabs the page HTML - it doesn't "sit there and watch" your animation. In general, don't put SEO sensitive content in your slideshow. Make it plainly visible in your page.

다른 팁

If search engines can see the text without JavaScript being enabled then it will afect your rankings.

It will be seen by the crawler, but if the initial display via CSS is none, visibility hidden, or the foreground color matches the stated background too closely, the value is lower.

Specify a background color if the text is white... and hide it via script, not css at the start. You should be okay.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top